< prev index next >

make/CompileJavaModules.gmk

Print this page

        

@@ -462,10 +462,14 @@
 
 jdk.internal.jvmstat_COPY += aliasmap
 
 ################################################################################
 
+jdk.jextract_COPY += .properties
+
+################################################################################
+
 # -parameters provides method's parameters information in class file,
 # JVMCI compilers make use of that information for various sanity checks.
 # Don't use Indy strings concatenation to have good JVMCI startup performance.
 # The exports are needed since JVMCI is dynamically exported (see
 # jdk.vm.ci.services.internal.ReflectionAccessJDK::openJVMCITo).
< prev index next >