RFR: Add read barriers to C1's vectorizedMismatch() intrinsic
Roman Kennke
rkennke at redhat.com
Wed Sep 21 11:16:21 UTC 2016
The testcase for the JNI critical stuff turned up a bug (yay testdriven
development!). C1's vectorizedMismatch() intrinsic was lacking read
barriers (the intrinsic was probably recently added).
This patch adds them, and includes a testcase (very similar to the JNI
critical testcase, but calls only C1 and System.arraycopy() instead of
JNI).
http://cr.openjdk.java.net/~rkennke/c1_vect_mismatch/webrev.00/
Ok to go?
Roman
More information about the shenandoah-dev
mailing list