Skip to content
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
/ lanai Public archive

Commit efffff1

Browse files
committedJun 5, 2020
8245874: requires.extraPropDefns.vmOpts doesn't need -Xbootclasspath/a:bootClasses
Reviewed-by: lmesnik, vlivanov
1 parent 0b02c5b commit efffff1

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed
 

‎test/hotspot/jtreg/TEST.ROOT

+4-3
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,13 @@ groups=TEST.groups TEST.quick-groups
3434

3535
# Source files for classes that will be used at the beginning of each test suite run,
3636
# to determine additional characteristics of the system for use with the @requires tag.
37-
# Note: compiled bootlibs code will be located in the folder 'bootClasses'
37+
# Note: compiled bootlibs classes will be added to BCP.
3838
requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
39-
requires.extraPropDefns.bootlibs = ../../lib/sun \
39+
requires.extraPropDefns.bootlibs = ../../lib/sun
40+
requires.extraPropDefns.libs = \
4041
../../lib/jdk/test/lib/Platform.java \
4142
../../lib/jdk/test/lib/Container.java
42-
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
43+
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
4344
requires.properties= \
4445
sun.arch.data.model \
4546
vm.simpleArch \

‎test/jdk/TEST.ROOT

+4-3
Original file line numberDiff line numberDiff line change
@@ -36,12 +36,13 @@ groups=TEST.groups
3636
#
3737
# Source files for classes that will be used at the beginning of each test suite run,
3838
# to determine additional characteristics of the system for use with the @requires tag.
39-
# Note: compiled bootlibs code will be located in the folder 'bootClasses'
39+
# Note: compiled bootlibs classes will be added to BCP.
4040
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
41-
requires.extraPropDefns.bootlibs = ../lib/sun \
41+
requires.extraPropDefns.bootlibs = ../lib/sun
42+
requires.extraPropDefns.libs = \
4243
../lib/jdk/test/lib/Platform.java \
4344
../lib/jdk/test/lib/Container.java
44-
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:bootClasses
45+
requires.extraPropDefns.vmOpts = -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI
4546
requires.properties= \
4647
sun.arch.data.model \
4748
java.runtime.name \

0 commit comments

Comments
 (0)
This repository has been archived.