-
Type:
Enhancement
-
Resolution: Unresolved
-
Priority:
P4
-
Affects Version/s: 23
-
Component/s: hotspot
-
generic
-
generic
The test serviceability/jvmti/vthread/MethodExitTest needs some work:
- Verify the MethodExit events are posted in the hit1 phase. A virtual thread unmount has to be forced for that.
- The local names mname1 and cname1 do not need the suffix "1" and the strings must be deallocated.
- There is no need to cast to (void*) in the calls to deallocate() function.
- Indent is broken in several places.
- Verify the MethodExit events are posted in the hit1 phase. A virtual thread unmount has to be forced for that.
- The local names mname1 and cname1 do not need the suffix "1" and the strings must be deallocated.
- There is no need to cast to (void*) in the calls to deallocate() function.
- Indent is broken in several places.