--- old/test/hotspot/jtreg/compiler/aot/scripts/build-bootmodules.sh 2019-07-18 13:58:29.031520643 +0530 +++ new/test/hotspot/jtreg/compiler/aot/scripts/build-bootmodules.sh 2019-07-18 13:58:28.815518729 +0530 @@ -1,4 +1,4 @@ -# Copyright (c) 2017, Oracle and/or its affiliates. All rights reserved. +# Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. # # This code is free software; you can redistribute it and/or modify it @@ -36,8 +36,8 @@ $JAVA_HOME/bin/javac -d . $DIR/$TEST.java -JAOTC_OPTS="-J-ea -J-Xmx4g --compile-for-tiered --info" -JAVA_OPTS="-Xmx4g -XX:+UseAOT -XX:+UnlockDiagnosticVMOptions -XX:+UseAOTStrictLoading" +JAOTC_OPTS="-J-ea -J-Xmx4g -J-XX:+UnlockExperimentalVMOptions --compile-for-tiered --info" +JAVA_OPTS="-Xmx4g -XX:+UnlockExperimentalVMOptions -XX:+UseAOT -XX:+UnlockDiagnosticVMOptions -XX:+UseAOTStrictLoading" # Compile with: +UseCompressedOops +UseG1GC LIBRARIES=""