mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked
Reviewed-by: coleenp, dcubed
This commit is contained in:
parent
9ba9e4aecb
commit
6ab7533af1
3 changed files with 18 additions and 2 deletions
|
@ -276,6 +276,7 @@ class java_lang_Class : AllStatic {
|
|||
}
|
||||
static Symbol* as_signature(oop java_class, bool intern_if_not_found, TRAPS);
|
||||
static void print_signature(oop java_class, outputStream *st);
|
||||
static const char* as_external_name(oop java_class);
|
||||
// Testing
|
||||
static bool is_instance(oop obj);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue