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 34
34
* @summary test String indexOf() intrinsic
35
35
* @requires vm.cpu.features ~= ".*avx2.*"
36
36
* @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
38
38
*/
39
39
40
40
public class IndexOf {
@@ -255,4 +255,4 @@ IndexOf test4() { // Test needle at unreachable offset
255
255
}
256
256
return this ;
257
257
}
258
- }
258
+ }
Original file line number Diff line number Diff line change 34
34
* @summary Test indexOf and lastIndexOf
35
35
* @requires vm.cpu.features ~= ".*avx2.*"
36
36
* @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
38
38
* @key randomness
39
39
*/
40
40
You can’t perform that action at this time.
0 commit comments