On Fri, 8 Sep 2023 09:34:36 GMT, Soumadipta Roy wrote:
> 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with
> -XX:-VerifyDependencies
>
> serviceability/sa/TestJmapCoreMetaspace.java runs in hotspot:tier2, and takes
> about 330 seconds out of 670 seconds of
ion
> and not available in release builds. The changes in the commit are resulting
> in considerable improvement for the test in fastdebug mode as can be seen
> below:
>
> * before: **130.41s user 14.11s system 118% cpu 2:01.85 total**
> * after: **27.52s user 13.64s system 213% cp
On Sun, 10 Sep 2023 21:35:39 GMT, Chris Plummer wrote:
>> Soumadipta Roy has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Changing the order of flags to maintain consistency.
>
> The changes look good, but I
ion
> and not available in release builds. The changes in the commit are resulting
> in considerable improvement for the test in fastdebug mode as can be seen
> below:
>
> * before: **130.41s user 14.11s system 118% cpu 2:01.85 total**
> * after: **27.52s user 13.64s system 213% cp
On Fri, 8 Sep 2023 09:53:13 GMT, Aleksey Shipilev wrote:
>> I will try it and raise another commit if that is required
>
> It would make sense to change the order, even if it works right now. This
> would specify what option is being ignored more clearly.
Hi Aleksey, release is working as well
On Fri, 8 Sep 2023 09:46:00 GMT, Aleksey Shipilev wrote:
>> 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with
>> -XX:-VerifyDependencies
>>
>> serviceability/sa/TestJmapCoreMetaspace.java runs in hotspot:tier2, and
>> takes about 330 seconds out of 670 seconds of the entire
8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with
-XX:-VerifyDependencies
serviceability/sa/TestJmapCoreMetaspace.java runs in hotspot:tier2, and takes
about 330 seconds out of 670 seconds of the entire run on x86_64 fastdebug. The
tier2 completion usually waits on it. Profi