Daryl Maier

Results 171 comments of Daryl Maier

Can you attach two logs with traceCG: one that shows your `countPositives` sequence and another for `hasNegatives`? I'd like to review the sequences when it is all laid out.

Is there a unit test that exercises the various lengths being specialized for `countPositives` and `hasNegatives`? In particular, I want to confirm that you checked each residue length (0-15) for...

This intrinsification assumes the arrays are contiguous. You should prevent this optimization if discontiguous arrays are possible by the GC mode.

> Does that mean to disable the optimization if comp->om.canGenerateArraylets()? Yes

Apologies for piling on the comments asynchronously, but another thing occurs to me. In the JCL implementation, it is possible for the `ba` array to be NULL or for accesses...

Because `StringUTF16.compress()` is a public static method, it can be called from anywhere with any inputs. The Java implementation will throw NPEs and AIOBs if insufficiently sized source/dest arrays are...

Jenkins test sanity.functional,sanity.openjdk xlinux jdk21

Jenkins test sanity xlinux,win,osx jdk21