< prev index next >

src/cpu/sparc/vm/vm_version_sparc.hpp

Print this page
rev 9595 : 8133023: ParallelGCThreads is not calculated correctly
Reviewed-by: kbarrett, tschatzl, sangheki, dholmes
rev 9596 : [mq]: delta1
rev 9597 : [mq]: delta2

*** 125,134 **** --- 125,136 ---- public: // Initialization static void initialize(); + static void init_before_ergo() { _features = determine_features(); } + // Instruction support static bool has_v8() { return (_features & v8_instructions_m) != 0; } static bool has_v9() { return (_features & v9_instructions_m) != 0; } static bool has_hardware_mul32() { return (_features & hardware_mul32_m) != 0; } static bool has_hardware_div32() { return (_features & hardware_div32_m) != 0; }
< prev index next >