RFR: 8272854: split runtime/CommandLine/PrintTouchedMethods.java test

Igor Ignatyev iignatyev at openjdk.java.net
Mon Aug 23 21:39:42 UTC 2021


Hi all,

could you please review this patch that extracts part of `runtime/CommandLine/PrintTouchedMethods.java` test to `runtime/CommandLine/PrintTouchedMethodsJcmd.java`?

from JBS:
> part of `runtime/CommandLine/PrintTouchedMethods.java` test can be done in a driver mode and ignore external flags, while another part should be executed in an othervm mode. to make execution mode efficient, the test can be split into two.

testing: ``runtime/CommandLine/` on `{linux,windows,macos}-x64`

-- Igor

-------------

Commit messages:
 - 8272854

Changes: https://git.openjdk.java.net/jdk/pull/5231/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=5231&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8272854
  Stats: 69 lines in 2 files changed: 50 ins; 12 del; 7 mod
  Patch: https://git.openjdk.java.net/jdk/pull/5231.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/5231/head:pull/5231

PR: https://git.openjdk.java.net/jdk/pull/5231


More information about the hotspot-runtime-dev mailing list