Re: RFR: 8285431: Assertion in NativeGSSContext constructor

2022-04-22 Thread Valerie Peng
On Fri, 22 Apr 2022 06:26:01 GMT, Xue-Lei Andrew Fan wrote: > Hi, > > May I have the simple update reviewed. > > In the NativeGSSContext constructor for imported context, the assert is use > on the object field, instead of the input parameters. As in a constructor, > `'this'` object does not

Re: RFR: 8285431: Assertion in NativeGSSContext constructor

2022-04-22 Thread Daniel JeliƄski
On Fri, 22 Apr 2022 06:26:01 GMT, Xue-Lei Andrew Fan wrote: > Hi, > > May I have the simple update reviewed. > > In the NativeGSSContext constructor for imported context, the assert is use > on the object field, instead of the input parameters. As in a constructor, > `'this'` object does not