Integrated: 8276034: ProblemList gtest dll_address_to_function_and_library_name on macosx-x64

Daniel D.Daugherty dcubed at openjdk.java.net
Tue Oct 26 22:07:31 UTC 2021


A trivial fix to 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:
 - 8276034: ProblemList gtest dll_address_to_function_and_library_name on macosx-x64

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

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


More information about the hotspot-runtime-dev mailing list