src/share/vm/opto/graphKit.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File valhalla Cdiff src/share/vm/opto/graphKit.cpp

src/share/vm/opto/graphKit.cpp

Print this page

        

*** 3495,3505 **** const TypeOopPtr* oop_type = tklass->as_instance_type(); // Now generate allocation code // The entire memory state is needed for slow path of the allocation ! // since GC and deoptimization can happened. Node *mem = reset_memory(); set_all_memory(mem); // Create new memory state AllocateNode* alloc = new AllocateNode(C, AllocateNode::alloc_type(Type::TOP), control(), mem, i_o(), --- 3495,3505 ---- const TypeOopPtr* oop_type = tklass->as_instance_type(); // Now generate allocation code // The entire memory state is needed for slow path of the allocation ! // since GC and deoptimization can happen. Node *mem = reset_memory(); set_all_memory(mem); // Create new memory state AllocateNode* alloc = new AllocateNode(C, AllocateNode::alloc_type(Type::TOP), control(), mem, i_o(),
src/share/vm/opto/graphKit.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File