hg: jdk7/hotspot-comp/hotspot: 6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena()
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Mon Aug 9 17:18:32 PDT 2010
Changeset: 2dfd013a7465
Author: kvn
Date: 2010-08-09 15:17 -0700
URL: http://hg.openjdk.java.net/jdk7/hotspot-comp/hotspot/rev/2dfd013a7465
6975078: assert(allocated_on_res_area() || allocated_on_C_heap() || allocated_on_arena()
Summary: Pass the check in ResourceObj() if _allocation value is already set and object is allocated on stack.
Reviewed-by: dholmes, johnc
! src/share/vm/gc_implementation/g1/collectionSetChooser.cpp
! src/share/vm/gc_implementation/g1/heapRegionSeq.cpp
! src/share/vm/memory/allocation.cpp
! src/share/vm/memory/allocation.hpp
! src/share/vm/runtime/thread.cpp
! src/share/vm/runtime/thread.hpp
More information about the hotspot-compiler-dev
mailing list