-
Bug
-
Resolution: Fixed
-
P4
-
6
-
mustang
-
generic
-
generic
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2123747 | 5.0u4 | Daniel Daugherty | P3 | Resolved | Fixed | b02 |
Whes there is a repeated redefine of classes , the class byte verification fails and results in JVMTI error 62:
------------------------
I am in Native: in Java_Redefine_RedefineClass
Inside Printme: BBBBBBBBBB
At count:24217
I am in Native: in Java_Redefine_RedefineClass
Inside Printme: AAAAAAAAAA
At count:24218
I am in Native: in Java_Redefine_RedefineClass
Inside Printme: BBBBBBBBBB
At count:24219
I am in Native: in Java_Redefine_RedefineClass
RedefineImpl.c: Failed to call RedefineClasses():
62: ErrorID:
--------------------------
reproduciable on solsparc.
How to reproduce the fail:
cd /net/jano/export/disk20/GammaBase/Bugs/<BUG>
source env.csh
ksh run.ksh
------------------------
I am in Native: in Java_Redefine_RedefineClass
Inside Printme: BBBBBBBBBB
At count:24217
I am in Native: in Java_Redefine_RedefineClass
Inside Printme: AAAAAAAAAA
At count:24218
I am in Native: in Java_Redefine_RedefineClass
Inside Printme: BBBBBBBBBB
At count:24219
I am in Native: in Java_Redefine_RedefineClass
RedefineImpl.c: Failed to call RedefineClasses():
62: ErrorID:
--------------------------
reproduciable on solsparc.
How to reproduce the fail:
cd /net/jano/export/disk20/GammaBase/Bugs/<BUG>
source env.csh
ksh run.ksh
- backported by
-
JDK-2123747 Class bytes verification failes after repeated redefine
-
- Resolved
-