RFR: 8274388: ProblemList gtest dll_address_to_function_and_library_name on macosx-x64

Daniel D.Daugherty dcubed at openjdk.java.net
Tue Oct 26 21:42:41 UTC 2021


A trivial fix to ProblemList ProblemList gtest dll_address_to_function_and_library_name on macosx-x64.

Tested locally on my MBP13. Here's the baseline results for running the
dll_address_to_function_and_library_name sub-test:

$ grep -c dll_address_to_function_and_library_name *.baseline.jtr
GTestWrapper.fastdebug.baseline.jtr:2
GTestWrapper.release.baseline.jtr:2
GTestWrapper.slowdebug.baseline.jtr:2
NMTGtests_nmt-detail.fastdebug.baseline.jtr:2
NMTGtests_nmt-detail.slowdebug.baseline.jtr:2
NMTGtests_nmt-summary.fastdebug.baseline.jtr:0
NMTGtests_nmt-summary.slowdebug.baseline.jtr:0

Here's the results for running the dll_address_to_function_and_library_name sub-test
with the fix in place:

$ grep -c dll_address_to_function_and_library_name *.8274388.jtr
GTestWrapper.fastdebug.8274388.jtr:0
GTestWrapper.release.8274388.jtr:0
GTestWrapper.slowdebug.8274388.jtr:0
NMTGtests_nmt-detail.fastdebug.8274388.jtr:0
NMTGtests_nmt-detail.slowdebug.8274388.jtr:0
NMTGtests_nmt-summary.fastdebug.8274388.jtr:0
NMTGtests_nmt-summary.slowdebug.8274388.jtr:0

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

Commit messages:
 - 8274388: ProblemList gtest/GTestWrapper.java and gtest/NMTGtests.java on macosx-x64

Changes: https://git.openjdk.java.net/jdk/pull/6124/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=6124&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8274388
  Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
  Patch: https://git.openjdk.java.net/jdk/pull/6124.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/6124/head:pull/6124

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


More information about the hotspot-runtime-dev mailing list