mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8172050: some compiler/calls/ tests should have /native option
Reviewed-by: kvn
This commit is contained in:
parent
42e5401d71
commit
b70e80c614
19 changed files with 27 additions and 27 deletions
|
@ -30,10 +30,10 @@
|
|||
* @build sun.hotspot.WhiteBox
|
||||
* @run driver ClassFileInstaller sun.hotspot.WhiteBox
|
||||
* sun.hotspot.WhiteBox$WhiteBoxPermission
|
||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* -Xbatch compiler.calls.common.InvokeVirtual
|
||||
* -nativeCaller -compileCallee 1 -checkCalleeCompileLevel 1
|
||||
* @run main/othervm -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* @run main/othervm/native -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xbootclasspath/a:.
|
||||
* -Xbatch compiler.calls.common.InvokeVirtual
|
||||
* -nativeCaller -compileCallee 4 -checkCalleeCompileLevel 4
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue