mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8039904: dtrace/hotspot/Monitors/Monitors001 fails with "assert(s > 0) failed: Bad size calculated"
Dtrace monitoring uses size before mirror size is set. Reviewed-by: kamg, hseigel
This commit is contained in:
parent
f15b18de1b
commit
e72c0ba18f
4 changed files with 16 additions and 15 deletions
|
@ -151,7 +151,7 @@ class CollectedHeap : public CHeapObj<mtInternal> {
|
|||
inline static void post_allocation_setup_no_klass_install(KlassHandle klass,
|
||||
HeapWord* objPtr);
|
||||
|
||||
inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj);
|
||||
inline static void post_allocation_setup_obj(KlassHandle klass, HeapWord* obj, int size);
|
||||
|
||||
inline static void post_allocation_setup_array(KlassHandle klass,
|
||||
HeapWord* obj, int length);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue