Re: RFR: 8291640: java/beans/XMLDecoder/8028054/Task.java should use the 3-arg Class.forName [v2]

2022-08-11 Thread Phil Race
On Fri, 5 Aug 2022 02:25:11 GMT, Ao Qi wrote: >> The issue comes from >> https://github.com/openjdk/jdk/pull/9677#issuecomment-1200811357. >> >> If Loom is not supported, two XMLDecoder tests would fail. The issue could >> be reproduced by zero, for example: >> >> >> ---

Re: RFR: 8291640: java/beans/XMLDecoder/8028054/Task.java should use the 3-arg Class.forName [v2]

2022-08-05 Thread Dio Brando
On Fri, 5 Aug 2022 02:25:11 GMT, Ao Qi wrote: >> The issue comes from >> https://github.com/openjdk/jdk/pull/9677#issuecomment-1200811357. >> >> If Loom is not supported, two XMLDecoder tests would fail. The issue could >> be reproduced by zero, for example: >> >> >> ---

Re: RFR: 8291640: java/beans/XMLDecoder/8028054/Task.java should use the 3-arg Class.forName [v2]

2022-08-04 Thread Alan Bateman
On Fri, 5 Aug 2022 02:25:11 GMT, Ao Qi wrote: >> The issue comes from >> https://github.com/openjdk/jdk/pull/9677#issuecomment-1200811357. >> >> If Loom is not supported, two XMLDecoder tests would fail. The issue could >> be reproduced by zero, for example: >> >> >> ---

Re: RFR: 8291640: java/beans/XMLDecoder/8028054/Task.java should use the 3-arg Class.forName [v2]

2022-08-04 Thread Ao Qi
> The issue comes from > https://github.com/openjdk/jdk/pull/9677#issuecomment-1200811357. > > If Loom is not supported, two XMLDecoder tests would fail. The issue could be > reproduced by zero, for example: > > > -- > TEST: java/beans/XMLDecode