RFR: 8210515: [TESTBUG]CheckArchivedModuleApp.java needs to check if EnableJVMCI is set
    Jiangli Zhou 
    jiangli.zhou at oracle.com
       
    Sat Sep  8 19:32:56 UTC 2018
    
    
  
Please review this simple test fix for CheckArchivedModuleApp.java.
   webrev: http://cr.openjdk.java.net/~jiangli/8210515/webrev.00/
   bug: https://bugs.openjdk.java.net/browse/JDK-8210515?filter=14921
Extra system modules are used with -XX:+EnableJVMCI. Currently, system 
module objects are only archived for the default set of boot layer 
modules. Module object archiving is disabled for all other 
configurations. CheckArchivedModuleApp.java needs to check if 
EnableJVMCI is set in the current execution mode and adjust the 
exception (whether module objects are archived or not). 
ArchivedModuleComboTest.java uses CheckArchivedModuleApp and now passes 
with -XX:+EnableJVMCI.
Removed both ArchivedModuleCompareTest.java and 
ArchivedModuleComboTest.java from ProblemList-graal.txt. The separate 
issue for ArchivedModuleCompareTest.java was already fixed earlier.
Tested tier1 - teir6.
Thanks,
Jiangli
    
    
More information about the hotspot-runtime-dev
mailing list