-
Bug
-
Resolution: Fixed
-
P4
-
hs24
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8000376 | 8 | Yumin Qi | P4 | Resolved | Fixed | b59 |
JDK-8000197 | hs25 | Yumin Qi | P4 | Resolved | Fixed | b03 |
If java.lang.instrument.Instrumentation.retransformsClasses() is called on a class that had already been loaded, then the jvm doesnt seem to pass in the LocalVariableTypeTable for the methods of the class.
This prevents any instrumentation which needs local variable type table info.
Skipping the details as this issue is similar to the CR:
7064927 retransformClasses() does not pass in LocalVariableTable of a method
The above CR is covered by the test CR:
7191322 add test for 7064927 to java.lang.instrument
This prevents any instrumentation which needs local variable type table info.
Skipping the details as this issue is similar to the CR:
7064927 retransformClasses() does not pass in LocalVariableTable of a method
The above CR is covered by the test CR:
7191322 add test for 7064927 to java.lang.instrument
- backported by
-
JDK-8000197 retransformClasses() does not pass in LocalVariableTypeTable of a method
-
- Resolved
-
-
JDK-8000376 retransformClasses() does not pass in LocalVariableTypeTable of a method
-
- Resolved
-
- relates to
-
JDK-7064927 retransformClasses() does not pass in LocalVariableTable of a method
-
- Closed
-
-
JDK-7191322 add test for 7064927 to java.lang.instrument
-
- Closed
-