File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 3434 * @summary test String indexOf() intrinsic
3535 * @requires vm.cpu.features ~= ".*avx2.*"
3636 * @requires vm.compiler2.enabled
37- * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:-TieredCompilation -XX:UseAVX=2 -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts IndexOf
37+ * @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:-TieredCompilation -XX:UseAVX=2 -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts -XX:-CheckJNICalls IndexOf
3838 */
3939
4040 public class IndexOf {
@@ -255,4 +255,4 @@ IndexOf test4() { // Test needle at unreachable offset
255255 }
256256 return this ;
257257 }
258- }
258+ }
Original file line number Diff line number Diff line change 3434 * @summary Test indexOf and lastIndexOf
3535 * @requires vm.cpu.features ~= ".*avx2.*"
3636 * @requires vm.compiler2.enabled
37- * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts -XX:UseAVX=2 -Xbatch -XX:-TieredCompilation -XX:CompileCommand=dontinline,ECoreIndexOf.indexOfKernel ECoreIndexOf
37+ * @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts -XX:-CheckJNICalls -XX: UseAVX=2 -Xbatch -XX:-TieredCompilation -XX:CompileCommand=dontinline,ECoreIndexOf.indexOfKernel ECoreIndexOf
3838 * @key randomness
3939 */
4040
You can’t perform that action at this time.
0 commit comments