Re: RFR: 8304164: jdk/classfile/CorpusTest.java still fails after JDK-8303910

2023-03-17 Thread Adam Sotona
On Fri, 17 Mar 2023 05:49:45 GMT, Jaikiran Pai wrote: >> Massive parallel execution of parametrised CorpusTest junit tests revealed >> race condition in >> `ClassHierarchyImpl.CachedClassHierarchyResolver::getClassInfo`. >> >> The race condition may skip calculation of the ClassHierarchyInfo.

Re: RFR: 8304164: jdk/classfile/CorpusTest.java still fails after JDK-8303910

2023-03-16 Thread Jaikiran Pai
On Wed, 15 Mar 2023 08:44:34 GMT, Adam Sotona wrote: > Massive parallel execution of parametrised CorpusTest junit tests revealed > race condition in > `ClassHierarchyImpl.CachedClassHierarchyResolver::getClassInfo`. > > The race condition may skip calculation of the ClassHierarchyInfo. In thi

RFR: 8304164: jdk/classfile/CorpusTest.java still fails after JDK-8303910

2023-03-15 Thread Adam Sotona
Massive parallel execution of parametrised CorpusTest junit tests revealed race condition in `ClassHierarchyImpl.CachedClassHierarchyResolver::getClassInfo`. The race condition may skip calculation of the ClassHierarchyInfo. In this specific case it caused SegmentScope not being identified as an