Bug: CTW fails compiling java/util/Base64$Encode

Roland Westrelin rwestrel at redhat.com
Tue Jan 22 08:32:45 UTC 2019


>   http://cr.openjdk.java.net/~shade/shenandoah/fix-base64.patch

That looks good to me. Can you send it for review upstream?

> (Not very sure must_be_not_null is needed; inspecting the Java code shows that intrinsified method
> is always called with non-null src/dst)

must_be_not_null tells the compiler we know src/dst are not null
eventhough there are no null checks. So I think the fix should include
them.

Roland.


More information about the shenandoah-dev mailing list