Ignore:
Timestamp:
Feb 13, 2012, 10:07:12 PM (14 years ago)
Author:
dmik
Message:

trunk: Merged in openjdk6 b24 from branches/vendor/oracle.

Location:
trunk/openjdk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/openjdk

  • trunk/openjdk/jdk/test/Makefile

    r278 r309  
    11#
    2 # Copyright (c) 2010, Oracle and/or its affiliates. All rights reserved.
     2# Copyright (c) 2010, 2011, Oracle and/or its affiliates. All rights reserved.
    33# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
    44#
     
    355355  USE_JTREG_SAMEVM=false
    356356endif
    357 # With samevm, you cannot use -javaoptions?
     357# With samevm, you cannot use -javaoptions? (-agentvm is more reliable -samevm)
    358358ifeq ($(USE_JTREG_SAMEVM),true)
    359   JTREG_SAMEVM_OPTION = -samevm
     359  #JTREG_SAMEVM_OPTION = -samevm
     360  JTREG_SAMEVM_OPTION = -agentvm
    360361  EXTRA_JTREG_OPTIONS += $(JTREG_SAMEVM_OPTION) $(JAVA_ARGS) $(JAVA_ARGS:%=-vmoption:%)
    361362  JTREG_TEST_OPTIONS = $(JAVA_VM_ARGS:%=-vmoption:%)
     
    544545JDK_ALL_TARGETS += jdk_tools1
    545546jdk_tools1: com/sun/jdi
    546         $(call RunOthevmBatch)
     547        $(call RunOthervmBatch)
    547548
    548549# Stable othervm testruns (minus items from PROBLEM_LIST)
Note: See TracChangeset for help on using the changeset viewer.