8344861: Disable CheckJNICalls in tests until JDK-8344802 is fixed
Reviewed-by: coleenp
This commit is contained in:
parent
15dbb6a380
commit
6d3becb486
@ -34,7 +34,7 @@
|
||||
* @summary test String indexOf() intrinsic
|
||||
* @requires vm.cpu.features ~= ".*avx2.*"
|
||||
* @requires vm.compiler2.enabled
|
||||
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:-TieredCompilation -XX:UseAVX=2 -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts IndexOf
|
||||
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:-TieredCompilation -XX:UseAVX=2 -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts -XX:-CheckJNICalls IndexOf
|
||||
*/
|
||||
|
||||
public class IndexOf {
|
||||
@ -255,4 +255,4 @@
|
||||
}
|
||||
return this;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -34,7 +34,7 @@
|
||||
* @summary Test indexOf and lastIndexOf
|
||||
* @requires vm.cpu.features ~= ".*avx2.*"
|
||||
* @requires vm.compiler2.enabled
|
||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts -XX:UseAVX=2 -Xbatch -XX:-TieredCompilation -XX:CompileCommand=dontinline,ECoreIndexOf.indexOfKernel ECoreIndexOf
|
||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+EnableX86ECoreOpts -XX:-CheckJNICalls -XX:UseAVX=2 -Xbatch -XX:-TieredCompilation -XX:CompileCommand=dontinline,ECoreIndexOf.indexOfKernel ECoreIndexOf
|
||||
* @key randomness
|
||||
*/
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user