Skip to content

Commit 6d6c60c

Browse files
committed
fixed javabasetest
1 parent a033ec9 commit 6d6c60c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

compiler/mx.compiler/mx_compiler.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1172,7 +1172,7 @@ def java_base_unittest(args):
11721172
# Remove GRAAL_MANAGEMENT from the module path as it
11731173
# depends on the java.management module which is not in
11741174
# the limited module set
1175-
base_modules = ['java.base', 'java.logging', 'jdk.internal.vm.ci', 'jdk.unsupported', 'jdk.compiler']
1175+
base_modules = ['java.base', 'java.logging', 'jdk.internal.vm.ci', 'jdk.unsupported', 'jdk.compiler', 'java.instrument']
11761176
compiler_modules = [as_java_module(d, jdk).name for d in _graal_config().dists if d.name != 'GRAAL_MANAGEMENT']
11771177
root_module_names = base_modules + compiler_modules
11781178
extra_args = ['--limit-modules=' + ','.join(root_module_names)]

0 commit comments

Comments
 (0)