< prev index next >

test/hotspot/jtreg/compiler/aot/fingerprint/SuperChanged.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2016, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 36,54 **** * @run driver compiler.aot.AotCompiler -libname libSuperChanged.so * -class compiler.aot.fingerprint.Foo * * @run main * compiler.aot.fingerprint.SuperChanged TEST-UNMODIFIED ! * @run main/othervm -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSuperChanged.so * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SuperChanged TEST-UNMODIFIED * * @run main * 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 * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SuperChanged TEST-MODIFIED */ package compiler.aot.fingerprint; --- 36,56 ---- * @run driver compiler.aot.AotCompiler -libname libSuperChanged.so * -class compiler.aot.fingerprint.Foo * * @run main * compiler.aot.fingerprint.SuperChanged TEST-UNMODIFIED ! * @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 * * @run main * compiler.aot.fingerprint.SuperChanged WRITE-MODIFIED-CLASS * @run main * compiler.aot.fingerprint.SuperChanged TEST-MODIFIED ! * @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 */ package compiler.aot.fingerprint;
< prev index next >