-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 5.0
-
Component/s: hotspot
-
b41
-
generic, sparc
-
generic, solaris_9
java.lang.UnsatisfiedLinkError: wait
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
at java.util.TimerThread.run(Timer.java:382)
In this example Object has been redefined.
This occurs when a class that has native methods gets redefined.
After the redefinition, the native methods can no longer be called.
at java.lang.Object.wait(Native Method)
at java.lang.Object.wait(Object.java:426)
at java.util.TimerThread.mainLoop(Timer.java:403)
at java.util.TimerThread.run(Timer.java:382)
In this example Object has been redefined.
This occurs when a class that has native methods gets redefined.
After the redefinition, the native methods can no longer be called.
- duplicates
-
JDK-5003341 class redefined through Instrumentation.redefineClasses can't use native methods
-
- Closed
-