On Sat, 30 Mar 2024 02:26:32 GMT, Jie Fu wrote:
> Hi all,
>
> java/text/Format/MessageFormat/CompactSubFormats.java fails in our testing
> machines.
> I'm not an expert in this area and just guess it can be fixed like this.
> Please review it.
>
> Thanks.
> Best regards,
> Jie
Hi Jie,
This i
On Sat, 30 Mar 2024 17:28:11 GMT, Jiangli Zhou wrote:
>> I think that's similar idea to one of the alternatives I mentioned earlier,
>> won't that allocate for every central directory entry? This callsite has
>> already read the data we need into a buffer, if we end up doing something
>> like
On Sat, 30 Mar 2024 03:47:10 GMT, Liam Miller-Cushon wrote:
> I think that's similar idea to one of the alternatives I mentioned earlier,
> won't that allocate for every central directory entry?
Ok. Re-reading your earlier comment more closely, I see you mentioned
allocating memory option.
Th
On Fri, 29 Mar 2024 00:52:46 GMT, Tim Prinzing wrote:
> Currently the JFR event FileForceEvent is generated by instrumenting the
> sun.nio.ch.FileChannelImpl class. This needs to be changed to use the newer
> mirror events with static methods.
>
> Added the event at jdk.internal.event.FileForc