Re: RFR: 8263757: Remove serviceability/sa/ClhsdClasses.java from ZGC problem list

2021-03-17 Thread Chris Plummer
On Wed, 17 Mar 2021 23:19:10 GMT, Daniel D. Daugherty wrote: >> The test name has a typo (should be ClhsdbClasses - the 'b' is missing). >> Therefore it was not actually being excluded, and therefore it runs just >> fine with ZGC. This is expected since it is not a heap related test. >> >> I'

Re: RFR: 8263757: Remove serviceability/sa/ClhsdClasses.java from ZGC problem list

2021-03-17 Thread Daniel D . Daugherty
On Wed, 17 Mar 2021 22:23:43 GMT, Chris Plummer wrote: > The test name has a typo (should be ClhsdbClasses - the 'b' is missing). > Therefore it was not actually being excluded, and therefore it runs just fine > with ZGC. This is expected since it is not a heap related test. > > I'd like to pu

RFR: 8263757: Remove serviceability/sa/ClhsdClasses.java from ZGC problem list

2021-03-17 Thread Chris Plummer
The test name has a typo (should be ClhsdbClasses - the 'b' is missing). Therefore it was not actually being excluded, and therefore it runs just fine with ZGC. This is expected since it is not a heap related test. I'd like to push this as a trivial change. - Commit messages: - re