JDK-8294486 : Remove vmTestbase/nsk/jvmti/ tests ported to serviceability/jvmti.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: jvmti
  • Affected Version: 20
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2022-09-27
  • Updated: 2024-07-08
  • Resolved: 2022-10-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 20
20 b21Fixed
Related Reports
Relates :  
Relates :  
Description
Some events and thread tests were ported from vmTestbase/nsk/jvmti/  to serviceability/jvmti.
Comments
Changeset: 3bd3caf8 Author: Leonid Mesnik <lmesnik@openjdk.org> Date: 2022-10-25 22:48:00 +0000 URL: https://git.openjdk.org/jdk/commit/3bd3caf897dcb6d53fae6e94ba1cc281b30277ea
25-10-2022

Tests were not removed as a part of porting just to give some time so see if new tests work well, However, maintaining 2 copies is a bad idea and it is needed to remove nsk/jvmti.
11-10-2022

Ported tests are: lmesnik@lmesnik-mac:~/ws/jdk/open/test/hotspot/jtreg$ ls serviceability/jvmti/thread/ GetAllThreads GetFrameCount GetStackTrace GetThreadState ResumeThreadList SuspendThreadList GetCurrentContendedMonitor GetFrameLocation GetThreadInfo ResumeThread SuspendThread and lmesnik@lmesnik-mac:~/ws/jdk/open/test/hotspot/jtreg$ ls serviceability/jvmti/events/ Breakpoint ClassPrepare ExceptionCatch FieldModification MethodEntry MonitorContendedEnter MonitorWait NativeMethodBind ThreadEnd VMObjectAlloc ClassLoad Exception FieldAccess FramePop MethodExit MonitorContendedEntered MonitorWaited SingleStep ThreadStart
11-10-2022

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/10665 Date: 2022-10-11 19:00:11 +0000
11-10-2022