Re: RFR: 8304502: Classfile API class hierarchy makes assumptions when class is not resolved [v3]

2023-03-21 Thread Jaikiran Pai
On Tue, 21 Mar 2023 10:40:35 GMT, Adam Sotona wrote: >> Classfile API class hierarchy makes assumptions when class is not resolved >> and that may lead to silent generation of invalid stack maps. Only >> debug-level log information of case is actually provided. >> >> Proposed patch throws Ille

Re: RFR: 8304502: Classfile API class hierarchy makes assumptions when class is not resolved [v3]

2023-03-21 Thread Adam Sotona
> Classfile API class hierarchy makes assumptions when class is not resolved > and that may lead to silent generation of invalid stack maps. Only > debug-level log information of case is actually provided. > > Proposed patch throws IllegalArgumentException when the class is not resolved > inste