--- a/hotspot/src/share/vm/runtime/globals.hpp Tue Jun 20 17:00:07 2017 +0800
+++ b/hotspot/src/share/vm/runtime/globals.hpp Wed Jun 21 10:28:27 2017 -0700
@@ -3387,6 +3387,9 @@
diagnostic(bool, UseAOTStrictLoading, false, \
"Exit the VM if any of the AOT libraries has invalid config") \
\
+ product(bool, CalculateClassFingerprint, false, \
+ "Calculate class fingerprint") \
+ \
/* interpreter debugging */ \
develop(intx, BinarySwitchThreshold, 5, \
"Minimal number of lookupswitch entries for rewriting to binary " \