< prev index next >

test/hotspot/jtreg/compiler/aot/fingerprint/SelfChanged.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 libSelfChanged.so * -class compiler.aot.fingerprint.Blah * * @run main/othervm * compiler.aot.fingerprint.SelfChanged TEST-UNMODIFIED ! * @run main/othervm -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSelfChanged.so * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SelfChanged TEST-UNMODIFIED * * @run main * compiler.aot.fingerprint.SelfChanged WRITE-MODIFIED-CLASS * @run main * compiler.aot.fingerprint.SelfChanged TEST-MODIFIED ! * @run main/othervm -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSelfChanged.so * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SelfChanged TEST-MODIFIED */ package compiler.aot.fingerprint; --- 36,56 ---- * @run driver compiler.aot.AotCompiler -libname libSelfChanged.so * -class compiler.aot.fingerprint.Blah * * @run main/othervm * compiler.aot.fingerprint.SelfChanged TEST-UNMODIFIED ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseAOT -XX:+PrintAOT ! * -XX:AOTLibrary=./libSelfChanged.so * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SelfChanged TEST-UNMODIFIED * * @run main * compiler.aot.fingerprint.SelfChanged WRITE-MODIFIED-CLASS * @run main * compiler.aot.fingerprint.SelfChanged TEST-MODIFIED ! * @run main/othervm -XX:+UnlockExperimentalVMOptions -XX:+UseAOT -XX:+PrintAOT ! * -XX:AOTLibrary=./libSelfChanged.so * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.SelfChanged TEST-MODIFIED */ package compiler.aot.fingerprint;
< prev index next >