Changeset 309 for trunk/openjdk/jdk/test/Makefile
- Timestamp:
- Feb 13, 2012, 10:07:12 PM (14 years ago)
- Location:
- trunk/openjdk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/openjdk
- Property svn:mergeinfo changed
/branches/vendor/oracle/openjdk6/b24 (added) merged: 308 /branches/vendor/oracle/openjdk6/current merged: 307
- Property svn:mergeinfo changed
-
trunk/openjdk/jdk/test/Makefile
r278 r309 1 1 # 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. 3 3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4 4 # … … 355 355 USE_JTREG_SAMEVM=false 356 356 endif 357 # With samevm, you cannot use -javaoptions? 357 # With samevm, you cannot use -javaoptions? (-agentvm is more reliable -samevm) 358 358 ifeq ($(USE_JTREG_SAMEVM),true) 359 JTREG_SAMEVM_OPTION = -samevm 359 #JTREG_SAMEVM_OPTION = -samevm 360 JTREG_SAMEVM_OPTION = -agentvm 360 361 EXTRA_JTREG_OPTIONS += $(JTREG_SAMEVM_OPTION) $(JAVA_ARGS) $(JAVA_ARGS:%=-vmoption:%) 361 362 JTREG_TEST_OPTIONS = $(JAVA_VM_ARGS:%=-vmoption:%) … … 544 545 JDK_ALL_TARGETS += jdk_tools1 545 546 jdk_tools1: com/sun/jdi 546 $(call RunOthe vmBatch)547 $(call RunOthervmBatch) 547 548 548 549 # Stable othervm testruns (minus items from PROBLEM_LIST)
Note:
See TracChangeset
for help on using the changeset viewer.