Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
d142da8c
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看板
提交
d142da8c
编写于
6月 05, 2014
作者:
Y
ykantser
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8043915: Tests get ClassNotFoundException: com.oracle.java.testlibrary.StreamPumper
Reviewed-by: sla, allwin
上级
5c7c0f39
变更
10
隐藏空白更改
内联
并排
Showing
10 changed file
with
15 addition
and
14 deletion
+15
-14
test/serviceability/ParserTest.java
test/serviceability/ParserTest.java
+2
-2
test/serviceability/attach/AttachWithStalePidFile.java
test/serviceability/attach/AttachWithStalePidFile.java
+1
-1
test/serviceability/jvmti/GetObjectSizeOverflow.java
test/serviceability/jvmti/GetObjectSizeOverflow.java
+1
-1
test/serviceability/jvmti/TestRedefineWithUnresolvedClass.java
...serviceability/jvmti/TestRedefineWithUnresolvedClass.java
+1
-1
test/serviceability/sa/jmap-hashcode/Test8028623.java
test/serviceability/sa/jmap-hashcode/Test8028623.java
+1
-0
test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
.../serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
+1
-1
test/testlibrary/ctw/test/ClassesDirTest.java
test/testlibrary/ctw/test/ClassesDirTest.java
+2
-2
test/testlibrary/ctw/test/ClassesListTest.java
test/testlibrary/ctw/test/ClassesListTest.java
+2
-2
test/testlibrary/ctw/test/JarDirTest.java
test/testlibrary/ctw/test/JarDirTest.java
+2
-2
test/testlibrary/ctw/test/JarsTest.java
test/testlibrary/ctw/test/JarsTest.java
+2
-2
未找到文件。
test/serviceability/ParserTest.java
浏览文件 @
d142da8c
...
...
@@ -22,10 +22,10 @@
*/
/*
* @test
ParserTest
* @test
* @summary Test that the diagnostic command arguemnt parser works
* @library /testlibrary /testlibrary/whitebox
* @build
ParserTest
* @build
ClassFileInstaller sun.hotspot.WhiteBox sun.hotspot.parser.*
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI ParserTest
*/
...
...
test/serviceability/attach/AttachWithStalePidFile.java
浏览文件 @
d142da8c
...
...
@@ -27,7 +27,7 @@
* @key regression
* @summary Regression test for attach issue where stale pid files in /tmp lead to connection issues
* @library /testlibrary
* @
compile AttachWithStalePidFileTarget.java
* @
build com.oracle.java.testlibrary.* AttachWithStalePidFileTarget
* @run main AttachWithStalePidFile
*/
...
...
test/serviceability/jvmti/GetObjectSizeOverflow.java
浏览文件 @
d142da8c
...
...
@@ -29,7 +29,7 @@ import com.oracle.java.testlibrary.*;
* @test
* @bug 8027230
* @library /testlibrary
* @build GetObjectSizeOverflowAgent
* @build
ClassFileInstaller com.oracle.java.testlibrary.*
GetObjectSizeOverflowAgent
* @run main ClassFileInstaller GetObjectSizeOverflowAgent
* @run main GetObjectSizeOverflow
*/
...
...
test/serviceability/jvmti/TestRedefineWithUnresolvedClass.java
浏览文件 @
d142da8c
...
...
@@ -26,7 +26,7 @@
* @summary Redefine a class with an UnresolvedClass reference in the constant pool.
* @bug 8035150
* @library /testlibrary
* @build
UnresolvedClassAgent com.oracle.java.testlibrary.ProcessTools com.oracle.java.testlibrary.OutputAnalyzer
* @build
com.oracle.java.testlibrary.* UnresolvedClassAgent
* @run main TestRedefineWithUnresolvedClass
*/
...
...
test/serviceability/sa/jmap-hashcode/Test8028623.java
浏览文件 @
d142da8c
...
...
@@ -26,6 +26,7 @@
* @bug 8028623
* @summary Test hashing of extended characters in Serviceability Agent.
* @library /testlibrary
* @build com.oracle.java.testlibrary.*
* @compile -encoding utf8 Test8028623.java
* @run main Test8028623
*/
...
...
test/serviceability/sa/jmap-hprof/JMapHProfLargeHeapTest.java
浏览文件 @
d142da8c
...
...
@@ -44,7 +44,7 @@ import com.oracle.java.testlibrary.ProcessTools;
* @key regression
* @summary Regression test for hprof export issue due to large heaps (>2G)
* @library /testlibrary
* @
compile JMapHProfLargeHeapProc.java
* @
build com.oracle.java.testlibrary.* JMapHProfLargeHeapProc
* @run main JMapHProfLargeHeapTest
*/
...
...
test/testlibrary/ctw/test/ClassesDirTest.java
浏览文件 @
d142da8c
...
...
@@ -22,10 +22,10 @@
*/
/*
* @test
ClassesDirTest
* @test
* @bug 8012447
* @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src
* @build
sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox ClassesDirTest
Foo Bar
* @build
ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox
Foo Bar
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
* @run main ClassesDirTest prepare
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes
...
...
test/testlibrary/ctw/test/ClassesListTest.java
浏览文件 @
d142da8c
...
...
@@ -22,10 +22,10 @@
*/
/*
* @test
ClassesListTest
* @test
* @bug 8012447
* @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src
* @build
sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox ClassesListTest
Foo Bar
* @build
ClassFileInstaller sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox
Foo Bar
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
* @run main ClassesListTest prepare
* @run main/othervm/timeout=600 -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld classes.lst
...
...
test/testlibrary/ctw/test/JarDirTest.java
浏览文件 @
d142da8c
...
...
@@ -22,10 +22,10 @@
*/
/*
* @test
JarDirTest
* @test
* @bug 8012447
* @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src
* @build
sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox JarDirTest
Foo Bar
* @build
ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox
Foo Bar
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
* @run main JarDirTest prepare
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld jars/*
...
...
test/testlibrary/ctw/test/JarsTest.java
浏览文件 @
d142da8c
...
...
@@ -22,10 +22,10 @@
*/
/*
* @test
JarsTest
* @test
* @bug 8012447
* @library /testlibrary /testlibrary/whitebox /testlibrary/ctw/src
* @build
sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox JarsTest
Foo Bar
* @build
ClassFileInstaller com.oracle.java.testlibrary.* sun.hotspot.tools.ctw.CompileTheWorld sun.hotspot.WhiteBox
Foo Bar
* @run main ClassFileInstaller sun.hotspot.WhiteBox Foo Bar
* @run main JarsTest prepare
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -Dsun.hotspot.tools.ctw.logfile=ctw.log sun.hotspot.tools.ctw.CompileTheWorld foo.jar bar.jar
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录