Integrated: 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies

2023-09-11 Thread Soumadipta Roy
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

Re: RFR: 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies [v3]

2023-09-11 Thread Soumadipta Roy
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

Re: RFR: 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies [v2]

2023-09-11 Thread Soumadipta Roy
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

Re: RFR: 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies [v2]

2023-09-08 Thread Soumadipta Roy
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

Re: RFR: 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies

2023-09-08 Thread Soumadipta Roy
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

Re: RFR: 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies

2023-09-08 Thread Soumadipta Roy
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

RFR: 8315770: serviceability/sa/TestJmapCoreMetaspace.java should run with -XX:-VerifyDependencies

2023-09-08 Thread Soumadipta Roy
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