RFR (XS) 8240313: [lworld] valhalla/valuetypes/StaticInitFactoryTest.java NPE after merge

David Simms david.simms at oracle.com
Mon Mar 2 15:09:23 UTC 2020


Bug: https://bugs.openjdk.java.net/browse/JDK-8240313

Webrev: http://cr.openjdk.java.net/~dsimms/valhalla/8240313/webrev0/

Looks like an issue from merging.

Alternative fix might to remove the assert:

	assert(!MethodHandleNatives.isCallerSensitive(ctor));  // must not be caller-sensitive

And use findBoundCallerLookup ?


Cheers

/Mr. Simms



More information about the valhalla-dev mailing list