src/hotspot/cpu/ppc/vm_version_ppc.hpp
changeset 55322 bc5baf205475
parent 54899 e4cff3cf0234
child 59122 5d73255c2d52
--- a/src/hotspot/cpu/ppc/vm_version_ppc.hpp	Tue Jun 11 09:27:51 2019 +0200
+++ b/src/hotspot/cpu/ppc/vm_version_ppc.hpp	Tue Jun 11 09:51:33 2019 +0200
@@ -95,6 +95,9 @@
   // Override Abstract_VM_Version implementation
   static bool use_biased_locking();
 
+  // PPC64 supports fast class initialization checks for static methods.
+  static bool supports_fast_class_init_checks() { return true; }
+
   static bool is_determine_features_test_running() { return _is_determine_features_test_running; }
   // CPU instruction support
   static bool has_fsqrt()   { return (_features & fsqrt_m) != 0; }