mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 19:14:38 +02:00
7018257: jmm_DumpThreads allocates into permgen
Don't allocate in permgen Reviewed-by: ysr, sla
This commit is contained in:
parent
2c35cde750
commit
311bd2a9a9
3 changed files with 15 additions and 5 deletions
|
@ -102,6 +102,7 @@ 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