8048353: jstack -l crashes VM when a Java mirror for a primitive type is locked

Reviewed-by: coleenp, dcubed
This commit is contained in:
Vladimir Kempik 2015-07-20 18:57:07 +03:00
parent 9ba9e4aecb
commit 6ab7533af1
3 changed files with 18 additions and 2 deletions

View file

@ -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);