mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 11:04:34 +02:00
7020992: jmm_DumpThreads should not allocate system object arrays outside the perm gen
Allocate ordinary object arrays Reviewed-by: ysr, never, mchung
This commit is contained in:
parent
57d8e5b8ba
commit
46bcea93ef
3 changed files with 5 additions and 15 deletions
|
@ -102,7 +102,6 @@ public:
|
|||
|
||||
// System object arrays
|
||||
static objArrayOop new_system_objArray(int length, TRAPS);
|
||||
static objArrayOop new_system_objArray(int length, bool in_perm_gen, TRAPS);
|
||||
|
||||
// Regular object arrays
|
||||
static objArrayOop new_objArray(klassOop klass, int length, TRAPS);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue