--- old/test/hotspot/jtreg/compiler/aot/fingerprint/SuperChanged.java 2019-07-18 13:58:28.443515432 +0530 +++ new/test/hotspot/jtreg/compiler/aot/fingerprint/SuperChanged.java 2019-07-18 13:58:28.271513908 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2016, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2016, 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 @@ -38,7 +38,8 @@ * * @run main * compiler.aot.fingerprint.SuperChanged TEST-UNMODIFIED - * @run main/othervm -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSuperChanged.so + * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseAOT -XX:+PrintAOT + * -XX:AOTLibrary=./libSuperChanged.so * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SuperChanged TEST-UNMODIFIED * @@ -46,7 +47,8 @@ * compiler.aot.fingerprint.SuperChanged WRITE-MODIFIED-CLASS * @run main * compiler.aot.fingerprint.SuperChanged TEST-MODIFIED - * @run main/othervm -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSuperChanged.so + * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseAOT -XX:+PrintAOT + * -XX:AOTLibrary=./libSuperChanged.so * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SuperChanged TEST-MODIFIED */