equal
deleted
inserted
replaced
48 vm.jvmci \ |
48 vm.jvmci \ |
49 vm.emulatedClient \ |
49 vm.emulatedClient \ |
50 vm.cpu.features \ |
50 vm.cpu.features \ |
51 vm.debug |
51 vm.debug |
52 |
52 |
53 # Tests using jtreg 4.2 b04 features |
53 # Tests using jtreg 4.2 b07 features |
54 requiredVersion=4.2 b04 |
54 requiredVersion=4.2 b07 |
55 |
55 |
56 # Path to libraries in the topmost test directory. This is needed so @library |
56 # Path to libraries in the topmost test directory. This is needed so @library |
57 # does not need ../../ notation to reach them |
57 # does not need ../../ notation to reach them |
58 external.lib.roots = ../../ |
58 external.lib.roots = ../../ |
59 |
59 |
60 # Use new module options |
60 # Use new module options |
61 useNewOptions=true |
61 useNewOptions=true |
|
62 |
|
63 # Use --patch-module instead of -Xmodule: |
|
64 useNewPatchModule=true |