RFR: 8264983: Add gtest for JDK-8264008
Thomas Stuefe
stuefe at openjdk.java.net
Tue Apr 20 11:26:05 UTC 2021
On Fri, 9 Apr 2021 12:34:00 GMT, Jie Fu <jiefu at openjdk.org> wrote:
> Hi all,
>
> Here is the gtest for JDK-8264008 as discussed here: https://github.com/openjdk/jdk/pull/3142#pullrequestreview-618244082 .
> Any comments?
>
> Testing:
> - test/hotspot/jtreg/gtest/MetaspaceUtilsGtests.java on Linux/{x64,x86_32} and macOSX
>
> Thanks.
> Best regards,
> Jie
Looks good. Sorry for the long delay.
..Thomas
test/hotspot/gtest/metaspace/test_metaspaceUtils.cpp line 76:
> 74: }
> 75:
> 76: TEST_VM(MetaspaceUtils, none_compressed_class_pointers) {
"non_compressed"
-------------
Marked as reviewed by stuefe (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/3414
More information about the hotspot-runtime-dev
mailing list