src/share/vm/opto/graphKit.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/opto/graphKit.cpp	Fri Nov  4 16:24:21 2016
--- new/src/share/vm/opto/graphKit.cpp	Fri Nov  4 16:24:21 2016

*** 3495,3505 **** --- 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(),

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