comparison src/share/vm/graal/graalCompilerToVM.cpp @ 10771:ec8ee1c2ad7a

Move non_oop_bits value up to Graal.
author twisti
date Fri, 12 Jul 2013 10:10:07 -0700
parents 08e06d4a9e73
children dfc4b73e79e8
comparison
equal deleted inserted replaced
10770:4e6d6122c558 10771:ec8ee1c2ad7a
784 set_int("tlabRefillWasteIncrement", (int32_t) ThreadLocalAllocBuffer::refill_waste_limit_increment()); 784 set_int("tlabRefillWasteIncrement", (int32_t) ThreadLocalAllocBuffer::refill_waste_limit_increment());
785 set_int("klassInstanceSizeOffset", in_bytes(Klass::layout_helper_offset())); 785 set_int("klassInstanceSizeOffset", in_bytes(Klass::layout_helper_offset()));
786 set_boolean("tlabStats", TLABStats); 786 set_boolean("tlabStats", TLABStats);
787 set_boolean("inlineContiguousAllocationSupported", !CMSIncrementalMode && Universe::heap()->supports_inline_contig_alloc()); 787 set_boolean("inlineContiguousAllocationSupported", !CMSIncrementalMode && Universe::heap()->supports_inline_contig_alloc());
788 788
789 set_address("nonOopBits", Universe::non_oop_word());
789 set_long("verifyOopCounterAddress", (jlong)(address) StubRoutines::verify_oop_count_addr()); 790 set_long("verifyOopCounterAddress", (jlong)(address) StubRoutines::verify_oop_count_addr());
790 set_long("verifyOopMask", Universe::verify_oop_mask()); 791 set_long("verifyOopMask", Universe::verify_oop_mask());
791 set_long("verifyOopBits", Universe::verify_oop_bits()); 792 set_long("verifyOopBits", Universe::verify_oop_bits());
792 793
793 set_long("arrayPrototypeMarkWord", (intptr_t)markOopDesc::prototype()); 794 set_long("arrayPrototypeMarkWord", (intptr_t)markOopDesc::prototype());