-
Bug
-
Resolution: Fixed
-
P3
-
hs25
-
b58
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8028246 | 8 | Coleen Phillimore | P3 | Resolved | Fixed | b116 |
JDK-8028959 | port-stage-ppc-aix | Coleen Phillimore | P3 | Resolved | Fixed | master |
The methods JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint today takes a Method* (pointer to Method) as parameter. To be able to handle class redefinition, the methods should most likely take a MethodHandle instead.
- backported by
-
JDK-8028246 JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint should use MethodHandle
- Resolved
-
JDK-8028959 JvmtiEnv::SetBreakpoint and JvmtiEnv::ClearBreakpoint should use MethodHandle
- Resolved
- relates to
-
JDK-8028396 Minimal VM: undefined symbol: _ZN23JvmtiCurrentBreakpoints11metadata_doEPFvP8MetadataE
- Closed