59 vm.gc.Serial \
60 vm.gc.Parallel \
61 vm.gc.Shenandoah \
62 vm.gc.Epsilon \
63 vm.gc.Z \
64 vm.gc.ZGenerational \
65 vm.gc.ZSinglegen \
66 vm.jvmci \
67 vm.jvmci.enabled \
68 vm.emulatedClient \
69 vm.cpu.features \
70 vm.pageSize \
71 vm.debug \
72 vm.hasSA \
73 vm.hasJFR \
74 vm.hasDTrace \
75 vm.rtm.cpu \
76 vm.rtm.compiler \
77 vm.cds \
78 vm.cds.custom.loaders \
79 vm.cds.write.archived.java.heap \
80 vm.continuations \
81 vm.jvmti \
82 vm.graal.enabled \
83 jdk.hasLibgraal \
84 vm.libgraal.jit \
85 vm.compiler1.enabled \
86 vm.compiler2.enabled \
87 vm.musl \
88 vm.flagless \
89 docker.support \
90 systemd.support \
91 jdk.containerized
92
93 # Minimum jtreg version
94 requiredVersion=7.4+1
95
96 # Path to libraries in the topmost test directory. This is needed so @library
97 # does not need ../../../ notation to reach them
98 external.lib.roots = ../../../
|
59 vm.gc.Serial \
60 vm.gc.Parallel \
61 vm.gc.Shenandoah \
62 vm.gc.Epsilon \
63 vm.gc.Z \
64 vm.gc.ZGenerational \
65 vm.gc.ZSinglegen \
66 vm.jvmci \
67 vm.jvmci.enabled \
68 vm.emulatedClient \
69 vm.cpu.features \
70 vm.pageSize \
71 vm.debug \
72 vm.hasSA \
73 vm.hasJFR \
74 vm.hasDTrace \
75 vm.rtm.cpu \
76 vm.rtm.compiler \
77 vm.cds \
78 vm.cds.custom.loaders \
79 vm.cds.supports.aot.class.linking \
80 vm.cds.write.archived.java.heap \
81 vm.continuations \
82 vm.jvmti \
83 vm.graal.enabled \
84 jdk.hasLibgraal \
85 vm.libgraal.jit \
86 vm.compiler1.enabled \
87 vm.compiler2.enabled \
88 vm.musl \
89 vm.flagless \
90 docker.support \
91 systemd.support \
92 jdk.containerized
93
94 # Minimum jtreg version
95 requiredVersion=7.4+1
96
97 # Path to libraries in the topmost test directory. This is needed so @library
98 # does not need ../../../ notation to reach them
99 external.lib.roots = ../../../
|