comparison src/share/vm/graal/graalCompilerToVM.cpp @ 5602:e79b593e0632

made NewInstanceSnippets respect the UseTLAB HotSpot option removed redundant formatting of new instances created by calling the runtime (the runtime call does this already)
author Doug Simon <doug.simon@oracle.com>
date Thu, 14 Jun 2012 14:03:28 +0200
parents faa9628bb37d
children 60ca7d300b8f
comparison
equal deleted inserted replaced
5601:e1aa23322006 5602:e79b593e0632
783 #endif 783 #endif
784 set_boolean(env, config, "verifyPointers", VerifyOops); 784 set_boolean(env, config, "verifyPointers", VerifyOops);
785 set_boolean(env, config, "useFastLocking", UseFastLocking); 785 set_boolean(env, config, "useFastLocking", UseFastLocking);
786 set_boolean(env, config, "useFastNewObjectArray", UseFastNewObjectArray); 786 set_boolean(env, config, "useFastNewObjectArray", UseFastNewObjectArray);
787 set_boolean(env, config, "useFastNewTypeArray", UseFastNewTypeArray); 787 set_boolean(env, config, "useFastNewTypeArray", UseFastNewTypeArray);
788 set_boolean(env, config, "useTLAB", UseTLAB);
788 set_int(env, config, "codeEntryAlignment", CodeEntryAlignment); 789 set_int(env, config, "codeEntryAlignment", CodeEntryAlignment);
789 set_int(env, config, "vmPageSize", os::vm_page_size()); 790 set_int(env, config, "vmPageSize", os::vm_page_size());
790 set_int(env, config, "stackShadowPages", StackShadowPages); 791 set_int(env, config, "stackShadowPages", StackShadowPages);
791 set_int(env, config, "hubOffset", oopDesc::klass_offset_in_bytes()); 792 set_int(env, config, "hubOffset", oopDesc::klass_offset_in_bytes());
792 set_int(env, config, "superCheckOffsetOffset", in_bytes(Klass::super_check_offset_offset())); 793 set_int(env, config, "superCheckOffsetOffset", in_bytes(Klass::super_check_offset_offset()));