Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
65feaed9
D
dragonwell8_hotspot
项目概览
openanolis
/
dragonwell8_hotspot
通知
2
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_hotspot
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
65feaed9
编写于
4月 23, 2015
作者:
E
eistepan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8038098: [TESTBUG] remove explicit set build flavor from hotspot/test/compiler/* tests
Reviewed-by: kvn, iignatyev
上级
91b9e4cc
变更
12
隐藏空白更改
内联
并排
Showing
12 changed file
with
76 addition
and
186 deletion
+76
-186
test/compiler/codegen/LoadWithMask.java
test/compiler/codegen/LoadWithMask.java
+1
-1
test/compiler/codegen/LoadWithMask2.java
test/compiler/codegen/LoadWithMask2.java
+1
-1
test/compiler/stable/TestStableBoolean.java
test/compiler/stable/TestStableBoolean.java
+8
-20
test/compiler/stable/TestStableByte.java
test/compiler/stable/TestStableByte.java
+8
-20
test/compiler/stable/TestStableChar.java
test/compiler/stable/TestStableChar.java
+8
-20
test/compiler/stable/TestStableDouble.java
test/compiler/stable/TestStableDouble.java
+8
-20
test/compiler/stable/TestStableFloat.java
test/compiler/stable/TestStableFloat.java
+8
-20
test/compiler/stable/TestStableInt.java
test/compiler/stable/TestStableInt.java
+8
-20
test/compiler/stable/TestStableLong.java
test/compiler/stable/TestStableLong.java
+8
-20
test/compiler/stable/TestStableObject.java
test/compiler/stable/TestStableObject.java
+8
-20
test/compiler/stable/TestStableShort.java
test/compiler/stable/TestStableShort.java
+8
-20
test/compiler/uncommontrap/UncommonTrapStackBang.java
test/compiler/uncommontrap/UncommonTrapStackBang.java
+2
-4
未找到文件。
test/compiler/codegen/LoadWithMask.java
浏览文件 @
65feaed9
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
* @test
* @test
* @bug 8032207
* @bug 8032207
* @summary Invalid node sizing for loadUS2L_immI16 and loadI2L_immI
* @summary Invalid node sizing for loadUS2L_immI16 and loadI2L_immI
* @run main/othervm -
server -Xbatch -XX:-TieredCompilation
-XX:CompileCommand=compileonly,LoadWithMask.foo LoadWithMask
* @run main/othervm -
Xbatch
-XX:CompileCommand=compileonly,LoadWithMask.foo LoadWithMask
*
*
*/
*/
public
class
LoadWithMask
{
public
class
LoadWithMask
{
...
...
test/compiler/codegen/LoadWithMask2.java
浏览文件 @
65feaed9
...
@@ -25,7 +25,7 @@
...
@@ -25,7 +25,7 @@
* @test
* @test
* @bug 8031743
* @bug 8031743
* @summary loadI2L_immI broken for negative memory values
* @summary loadI2L_immI broken for negative memory values
* @run main/othervm -
server -Xbatch -XX:-TieredCompilation
-XX:CompileCommand=compileonly,*.foo* LoadWithMask2
* @run main/othervm -
Xbatch
-XX:CompileCommand=compileonly,*.foo* LoadWithMask2
*
*
*/
*/
public
class
LoadWithMask2
{
public
class
LoadWithMask2
{
...
...
test/compiler/stable/TestStableBoolean.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableBoolean$DefaultStaticValue
* java/lang/invoke/TestStableBoolean$DefaultStaticValue
* java/lang/invoke/TestStableBoolean$ObjectArrayLowerDim2
* java/lang/invoke/TestStableBoolean$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableBoolean
* java.lang.invoke.TestStableBoolean
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableBoolean
* java.lang.invoke.TestStableBoolean
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableBoolean
* java.lang.invoke.TestStableBoolean
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableBoolean
* java.lang.invoke.TestStableBoolean
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableBoolean
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableBoolean
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableByte.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableByte$DefaultStaticValue
* java/lang/invoke/TestStableByte$DefaultStaticValue
* java/lang/invoke/TestStableByte$ObjectArrayLowerDim2
* java/lang/invoke/TestStableByte$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableByte
* java.lang.invoke.TestStableByte
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableByte
* java.lang.invoke.TestStableByte
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableByte
* java.lang.invoke.TestStableByte
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableByte
* java.lang.invoke.TestStableByte
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableByte
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableByte
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableChar.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableChar$DefaultStaticValue
* java/lang/invoke/TestStableChar$DefaultStaticValue
* java/lang/invoke/TestStableChar$ObjectArrayLowerDim2
* java/lang/invoke/TestStableChar$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableChar
* java.lang.invoke.TestStableChar
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableChar
* java.lang.invoke.TestStableChar
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableChar
* java.lang.invoke.TestStableChar
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableChar
* java.lang.invoke.TestStableChar
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableChar
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableChar
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableDouble.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableDouble$DefaultStaticValue
* java/lang/invoke/TestStableDouble$DefaultStaticValue
* java/lang/invoke/TestStableDouble$ObjectArrayLowerDim2
* java/lang/invoke/TestStableDouble$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableDouble
* java.lang.invoke.TestStableDouble
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableDouble
* java.lang.invoke.TestStableDouble
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableDouble
* java.lang.invoke.TestStableDouble
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableDouble
* java.lang.invoke.TestStableDouble
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableDouble
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableDouble
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableFloat.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableFloat$DefaultStaticValue
* java/lang/invoke/TestStableFloat$DefaultStaticValue
* java/lang/invoke/TestStableFloat$ObjectArrayLowerDim2
* java/lang/invoke/TestStableFloat$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableFloat
* java.lang.invoke.TestStableFloat
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableFloat
* java.lang.invoke.TestStableFloat
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableFloat
* java.lang.invoke.TestStableFloat
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableFloat
* java.lang.invoke.TestStableFloat
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableFloat
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableFloat
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableInt.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableInt$DefaultStaticValue
* java/lang/invoke/TestStableInt$DefaultStaticValue
* java/lang/invoke/TestStableInt$ObjectArrayLowerDim2
* java/lang/invoke/TestStableInt$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableInt
* java.lang.invoke.TestStableInt
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableInt
* java.lang.invoke.TestStableInt
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableInt
* java.lang.invoke.TestStableInt
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableInt
* java.lang.invoke.TestStableInt
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableInt
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableInt
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableLong.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableLong$DefaultStaticValue
* java/lang/invoke/TestStableLong$DefaultStaticValue
* java/lang/invoke/TestStableLong$ObjectArrayLowerDim2
* java/lang/invoke/TestStableLong$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableLong
* java.lang.invoke.TestStableLong
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableLong
* java.lang.invoke.TestStableLong
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableLong
* java.lang.invoke.TestStableLong
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableLong
* java.lang.invoke.TestStableLong
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableLong
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableLong
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableObject.java
浏览文件 @
65feaed9
...
@@ -54,44 +54,32 @@
...
@@ -54,44 +54,32 @@
* java/lang/invoke/TestStableObject$DefaultStaticValue
* java/lang/invoke/TestStableObject$DefaultStaticValue
* java/lang/invoke/TestStableObject$ObjectArrayLowerDim2
* java/lang/invoke/TestStableObject$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableObject
* java.lang.invoke.TestStableObject
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableObject
* java.lang.invoke.TestStableObject
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableObject
* java.lang.invoke.TestStableObject
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableObject
* java.lang.invoke.TestStableObject
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableObject
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableObject
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/stable/TestStableShort.java
浏览文件 @
65feaed9
...
@@ -53,44 +53,32 @@
...
@@ -53,44 +53,32 @@
* java/lang/invoke/TestStableShort$DefaultStaticValue
* java/lang/invoke/TestStableShort$DefaultStaticValue
* java/lang/invoke/TestStableShort$ObjectArrayLowerDim2
* java/lang/invoke/TestStableShort$ObjectArrayLowerDim2
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableShort
* java.lang.invoke.TestStableShort
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:-TieredCompilation
* -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableShort
* java.lang.invoke.TestStableShort
*
*
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+FoldStableValues
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableShort
* java.lang.invoke.TestStableShort
* @run main/othervm -Xbootclasspath/a:.
-XX:+IgnoreUnrecognizedVMOptions
* @run main/othervm -Xbootclasspath/a:.
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -
server -
XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:+TieredCompilation -XX:TieredStopAtLevel=1
* -XX:-FoldStableValues
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableShort
* java.lang.invoke.TestStableShort
*
*
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:+FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableShort
* @run main/othervm -Xbootclasspath/a:. -XX:+IgnoreUnrecognizedVMOptions
* -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Xcomp
* -client -XX:-TieredCompilation
* -XX:-FoldStableValues
* -XX:CompileOnly=::get,::get1,::get2,::get3,::get4
* java.lang.invoke.TestStableShort
*/
*/
package
java.lang.invoke
;
package
java.lang.invoke
;
...
...
test/compiler/uncommontrap/UncommonTrapStackBang.java
浏览文件 @
65feaed9
/*
/*
* Copyright (c) 2013, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2013,
2014,
Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
*
* This code is free software; you can redistribute it and/or modify it
* This code is free software; you can redistribute it and/or modify it
...
@@ -27,9 +27,7 @@
...
@@ -27,9 +27,7 @@
* @bug 8026775
* @bug 8026775
* @summary Uncommon trap blob did not bang all the stack shadow pages
* @summary Uncommon trap blob did not bang all the stack shadow pages
*
*
* @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:+TieredCompilation UncommonTrapStackBang
* @run main/othervm UncommonTrapStackBang
* @run main/othervm -server -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation UncommonTrapStackBang
*
*
*
* Note: This test does not reproduce the problem with absolute
* Note: This test does not reproduce the problem with absolute
* certainty. Empirically the bug reproduces on Windows some 80+% of
* certainty. Empirically the bug reproduces on Windows some 80+% of
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录