< prev index next >

src/hotspot/cpu/x86/vm_version_x86.hpp

Print this page
*** 786,10 ***
--- 786,12 ---
    // x86_64 supports fast class initialization checks
    static bool supports_fast_class_init_checks() {
      return LP64_ONLY(true) NOT_LP64(false); // not implemented on x86_32
    }
  
+   static bool supports_cont_preemption() { return true; }
+ 
    // x86_64 supports secondary supers table
    constexpr static bool supports_secondary_supers_table() {
      return LP64_ONLY(true) NOT_LP64(false); // not implemented on x86_32
    }
  
< prev index next >