This repository was archived by the owner on Aug 27, 2022. It is now read-only.
File tree 2 files changed +8
-6
lines changed
2 files changed +8
-6
lines changed Original file line number Diff line number Diff line change @@ -34,12 +34,13 @@ groups=TEST.groups TEST.quick-groups
34
34
35
35
# Source files for classes that will be used at the beginning of each test suite run,
36
36
# 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.
38
38
requires.extraPropDefns = ../../jtreg-ext/requires/VMProps.java
39
- requires.extraPropDefns.bootlibs = ../../lib/sun \
39
+ requires.extraPropDefns.bootlibs = ../../lib/sun
40
+ requires.extraPropDefns.libs = \
40
41
../../lib/jdk/test/lib/Platform.java \
41
42
../../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
43
44
requires.properties= \
44
45
sun.arch.data.model \
45
46
vm.simpleArch \
Original file line number Diff line number Diff line change @@ -36,12 +36,13 @@ groups=TEST.groups
36
36
#
37
37
# Source files for classes that will be used at the beginning of each test suite run,
38
38
# 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.
40
40
requires.extraPropDefns = ../jtreg-ext/requires/VMProps.java
41
- requires.extraPropDefns.bootlibs = ../lib/sun \
41
+ requires.extraPropDefns.bootlibs = ../lib/sun
42
+ requires.extraPropDefns.libs = \
42
43
../lib/jdk/test/lib/Platform.java \
43
44
../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
45
46
requires.properties= \
46
47
sun.arch.data.model \
47
48
java.runtime.name \
You can’t perform that action at this time.
0 commit comments