mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8310829: guarantee(!HAS_PENDING_EXCEPTION) failed in ExceptionTranslation::doit
Reviewed-by: never, kvn
This commit is contained in:
parent
456bf115aa
commit
f6bdccb45c
6 changed files with 155 additions and 53 deletions
|
@ -31,7 +31,7 @@
|
|||
#define VM_CLASS_ID(kname) vmClassID::_VM_CLASS_ENUM(kname)
|
||||
|
||||
// VM_CLASSES_DO iterates the classes that are directly referenced
|
||||
// by the VM, suhch as java.lang.Object and java.lang.String. These
|
||||
// by the VM, such as java.lang.Object and java.lang.String. These
|
||||
// classes are resolved at VM bootstrap, before any Java code is executed,
|
||||
// so no class loader is able to provide a different definition.
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue