comparison src/share/vm/graal/graalCompilerToVM.cpp @ 9189:0331f7512be2

CPU capability detection.
author Roland Schatz <roland.schatz@oracle.com>
date Thu, 18 Apr 2013 16:25:08 +0200
parents bc26f978b0ce
children bb2447c64055
comparison
equal deleted inserted replaced
9188:fb676e23ba51 9189:0331f7512be2
641 set_boolean("useBiasedLocking", UseBiasedLocking); 641 set_boolean("useBiasedLocking", UseBiasedLocking);
642 set_boolean("usePopCountInstruction", UsePopCountInstruction); 642 set_boolean("usePopCountInstruction", UsePopCountInstruction);
643 set_boolean("useAESIntrinsics", UseAESIntrinsics); 643 set_boolean("useAESIntrinsics", UseAESIntrinsics);
644 set_boolean("useTLAB", UseTLAB); 644 set_boolean("useTLAB", UseTLAB);
645 set_boolean("useG1GC", UseG1GC); 645 set_boolean("useG1GC", UseG1GC);
646 set_int("useSSE", UseSSE);
647 set_int("useAVX", UseAVX);
646 set_int("codeEntryAlignment", CodeEntryAlignment); 648 set_int("codeEntryAlignment", CodeEntryAlignment);
647 set_int("stackShadowPages", StackShadowPages); 649 set_int("stackShadowPages", StackShadowPages);
648 set_int("hubOffset", oopDesc::klass_offset_in_bytes()); 650 set_int("hubOffset", oopDesc::klass_offset_in_bytes());
649 set_int("markOffset", oopDesc::mark_offset_in_bytes()); 651 set_int("markOffset", oopDesc::mark_offset_in_bytes());
650 set_int("prototypeMarkWordOffset", in_bytes(Klass::prototype_header_offset())); 652 set_int("prototypeMarkWordOffset", in_bytes(Klass::prototype_header_offset()));