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:32 UTC 2021
On Tue, 26 Oct 2021 21:57:39 GMT, Daniel D. Daugherty <dcubed at openjdk.org> wrote:
> 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
This pull request has now been integrated.
Changeset: 7addcd7c
Author: Daniel D. Daugherty <dcubed at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/7addcd7cfb73652841c65c54e84b6ebffcbd664e
Stats: 5 lines in 1 file changed: 4 ins; 0 del; 1 mod
8276034: ProblemList gtest dll_address_to_function_and_library_name on macosx-x64
Reviewed-by: prr
-------------
PR: https://git.openjdk.java.net/jdk/pull/6125
More information about the hotspot-runtime-dev
mailing list