Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
6790e2a4
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看板
提交
6790e2a4
编写于
3月 07, 2013
作者:
J
jprovino
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
a2aec15c
1ec16191
变更
8
显示空白变更内容
内联
并排
Showing
8 changed file
with
8 addition
and
8 deletion
+8
-8
test/compiler/6431242/Test.java
test/compiler/6431242/Test.java
+1
-1
test/compiler/6589834/Test_ia32.java
test/compiler/6589834/Test_ia32.java
+1
-1
test/compiler/6636138/Test1.java
test/compiler/6636138/Test1.java
+1
-1
test/compiler/6636138/Test2.java
test/compiler/6636138/Test2.java
+1
-1
test/compiler/6795161/Test.java
test/compiler/6795161/Test.java
+1
-1
test/compiler/6946040/TestCharShortByteSwap.java
test/compiler/6946040/TestCharShortByteSwap.java
+1
-1
test/compiler/7068051/Test7068051.sh
test/compiler/7068051/Test7068051.sh
+1
-1
test/compiler/8000805/Test8000805.java
test/compiler/8000805/Test8000805.java
+1
-1
未找到文件。
test/compiler/6431242/Test.java
浏览文件 @
6790e2a4
...
...
@@ -25,7 +25,7 @@
/*
* @test
* @bug 6431242
* @run main
/othervm -server -XX:+PrintCompilation
Test
* @run main Test
*/
public
class
Test
{
...
...
test/compiler/6589834/Test_ia32.java
浏览文件 @
6790e2a4
...
...
@@ -26,7 +26,7 @@
* @bug 6589834
* @summary deoptimization problem with -XX:+DeoptimizeALot
*
* @run main
/othervm -server
Test_ia32
* @run main Test_ia32
*/
/***************************************************************************************
...
...
test/compiler/6636138/Test1.java
浏览文件 @
6790e2a4
...
...
@@ -26,7 +26,7 @@
* @bug 6636138
* @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation.
*
* @run main/othervm -
server -
Xbatch -XX:CompileOnly=Test1.init Test1
* @run main/othervm -Xbatch -XX:CompileOnly=Test1.init Test1
*/
public
class
Test1
{
...
...
test/compiler/6636138/Test2.java
浏览文件 @
6790e2a4
...
...
@@ -26,7 +26,7 @@
* @bug 6636138
* @summary SuperWord::co_locate_pack(Node_List* p) generates memory graph that leads to memory order violation.
*
* @run main/othervm -
server -
Xbatch -XX:CompileOnly=Test2.shift Test2
* @run main/othervm -Xbatch -XX:CompileOnly=Test2.shift Test2
*/
public
class
Test2
{
...
...
test/compiler/6795161/Test.java
浏览文件 @
6790e2a4
...
...
@@ -26,7 +26,7 @@
* @test
* @bug 6795161
* @summary Escape analysis leads to data corruption
* @run main/othervm -
server -
XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -Xcomp -XX:CompileOnly=Test -XX:+DoEscapeAnalysis Test
*/
class
Test_Class_1
{
...
...
test/compiler/6946040/TestCharShortByteSwap.java
浏览文件 @
6790e2a4
...
...
@@ -26,7 +26,7 @@
* @test
* @bug 6946040
* @summary Tests Character/Short.reverseBytes and their intrinsics implementation in the server compiler
* @run main/othervm -Xbatch -
server -
XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap
* @run main/othervm -Xbatch -XX:CompileOnly=.testChar,.testShort TestCharShortByteSwap
*/
// This test must run without any command line arguments.
...
...
test/compiler/7068051/Test7068051.sh
浏览文件 @
6790e2a4
...
...
@@ -45,5 +45,5 @@ ${TESTJAVA}/bin/jar -uf0 foo.jar Test7068051.java
${
TESTJAVA
}
/bin/javac
-d
.
Test7068051.java
${
TESTJAVA
}
/bin/java
-showversion
-Xbatch
${
TESTVMOPTS
}
Test7068051 foo.jar
${
TESTJAVA
}
/bin/java
${
TESTVMOPTS
}
-showversion
-Xbatch
Test7068051 foo.jar
test/compiler/8000805/Test8000805.java
浏览文件 @
6790e2a4
...
...
@@ -26,7 +26,7 @@
* @bug 8000805
* @summary JMM issue: short loads are non-atomic
*
* @run main/othervm -
server
-XX:-TieredCompilation -Xcomp -XX:+PrintCompilation -XX:CompileOnly=Test8000805.loadS2LmaskFF,Test8000805.loadS2Lmask16,Test8000805.loadS2Lmask13,Test8000805.loadUS_signExt,Test8000805.loadB2L_mask8 Test8000805
* @run main/othervm -
XX:+IgnoreUnrecognizedVMOptions
-XX:-TieredCompilation -Xcomp -XX:+PrintCompilation -XX:CompileOnly=Test8000805.loadS2LmaskFF,Test8000805.loadS2Lmask16,Test8000805.loadS2Lmask13,Test8000805.loadUS_signExt,Test8000805.loadB2L_mask8 Test8000805
*/
public
class
Test8000805
{
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录