test/compiler/aot/fingerprint/SelfChangedCDS.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File hotspot Cdiff test/compiler/aot/fingerprint/SelfChangedCDS.java

test/compiler/aot/fingerprint/SelfChangedCDS.java

Print this page
rev 29186 : Review changes 2

*** 43,53 **** * compiler.aot.fingerprint.Blah TEST-UNMODIFIED * @run main compiler.aot.fingerprint.CDSRunner -cp SelfChangedCDS.jar * -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSelfChanged.so * -XX:+UnlockDiagnosticVMOptions -XX:SharedArchiveFile=SelfChangedCDS.jsa * -Xshare:auto -XX:+UnlockCommercialFeatures -XX:+UseAppCDS -showversion ! * -Xlog:aotclassfingerprint=trace -Xlog:aotclassload=trace * compiler.aot.fingerprint.Blah TEST-UNMODIFIED * * @run main * compiler.aot.fingerprint.SelfChanged WRITE-MODIFIED-CLASS * @run main/othervm compiler.aot.AotCompiler -libname libSelfChanged.so --- 43,53 ---- * compiler.aot.fingerprint.Blah TEST-UNMODIFIED * @run main compiler.aot.fingerprint.CDSRunner -cp SelfChangedCDS.jar * -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSelfChanged.so * -XX:+UnlockDiagnosticVMOptions -XX:SharedArchiveFile=SelfChangedCDS.jsa * -Xshare:auto -XX:+UnlockCommercialFeatures -XX:+UseAppCDS -showversion ! * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.Blah TEST-UNMODIFIED * * @run main * compiler.aot.fingerprint.SelfChanged WRITE-MODIFIED-CLASS * @run main/othervm compiler.aot.AotCompiler -libname libSelfChanged.so
*** 57,64 **** * compiler.aot.fingerprint.Blah TEST-MODIFIED * @run main compiler.aot.fingerprint.CDSRunner -cp SelfChangedCDS.jar * -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSelfChanged.so * -XX:+UnlockDiagnosticVMOptions -XX:SharedArchiveFile=SelfChangedCDS.jsa * -Xshare:auto -XX:+UnlockCommercialFeatures -XX:+UseAppCDS -showversion ! * -Xlog:aotclassfingerprint=trace -Xlog:aotclassload=trace * compiler.aot.fingerprint.Blah TEST-MODIFIED */ --- 57,64 ---- * compiler.aot.fingerprint.Blah TEST-MODIFIED * @run main compiler.aot.fingerprint.CDSRunner -cp SelfChangedCDS.jar * -XX:+UseAOT -XX:+PrintAOT -XX:AOTLibrary=./libSelfChanged.so * -XX:+UnlockDiagnosticVMOptions -XX:SharedArchiveFile=SelfChangedCDS.jsa * -Xshare:auto -XX:+UnlockCommercialFeatures -XX:+UseAppCDS -showversion ! * -Xlog:aot+class+fingerprint=trace -Xlog:aot+class+load=trace * compiler.aot.fingerprint.Blah TEST-MODIFIED */
test/compiler/aot/fingerprint/SelfChangedCDS.java
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File