Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
3044b4e2
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看板
提交
3044b4e2
编写于
9月 04, 2014
作者:
G
gtriantafill
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8054711: [TESTBUG] Enable NMT2 tests after NMT2 is integrated
Summary: enable tests for NMT2 Reviewed-by: ctornqvi, zgu
上级
d1194f43
变更
24
显示空白变更内容
内联
并排
Showing
24 changed file
with
0 addition
and
24 deletion
+0
-24
test/runtime/NMT/AutoshutdownNMT.java
test/runtime/NMT/AutoshutdownNMT.java
+0
-1
test/runtime/NMT/BaselineWithParameter.java
test/runtime/NMT/BaselineWithParameter.java
+0
-1
test/runtime/NMT/CommandLineDetail.java
test/runtime/NMT/CommandLineDetail.java
+0
-1
test/runtime/NMT/CommandLineEmptyArgument.java
test/runtime/NMT/CommandLineEmptyArgument.java
+0
-1
test/runtime/NMT/CommandLineInvalidArgument.java
test/runtime/NMT/CommandLineInvalidArgument.java
+0
-1
test/runtime/NMT/CommandLineSummary.java
test/runtime/NMT/CommandLineSummary.java
+0
-1
test/runtime/NMT/CommandLineTurnOffNMT.java
test/runtime/NMT/CommandLineTurnOffNMT.java
+0
-1
test/runtime/NMT/JcmdBaselineDetail.java
test/runtime/NMT/JcmdBaselineDetail.java
+0
-1
test/runtime/NMT/JcmdScale.java
test/runtime/NMT/JcmdScale.java
+0
-1
test/runtime/NMT/JcmdScaleDetail.java
test/runtime/NMT/JcmdScaleDetail.java
+0
-1
test/runtime/NMT/JcmdSummaryDiff.java
test/runtime/NMT/JcmdSummaryDiff.java
+0
-1
test/runtime/NMT/JcmdWithNMTDisabled.java
test/runtime/NMT/JcmdWithNMTDisabled.java
+0
-1
test/runtime/NMT/MallocRoundingReportTest.java
test/runtime/NMT/MallocRoundingReportTest.java
+0
-1
test/runtime/NMT/MallocTestType.java
test/runtime/NMT/MallocTestType.java
+0
-1
test/runtime/NMT/PrintNMTStatistics.java
test/runtime/NMT/PrintNMTStatistics.java
+0
-1
test/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.java
test/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.java
+0
-1
test/runtime/NMT/ReleaseCommittedMemory.java
test/runtime/NMT/ReleaseCommittedMemory.java
+0
-1
test/runtime/NMT/ReleaseNoCommit.java
test/runtime/NMT/ReleaseNoCommit.java
+0
-1
test/runtime/NMT/ShutdownTwice.java
test/runtime/NMT/ShutdownTwice.java
+0
-1
test/runtime/NMT/SummaryAfterShutdown.java
test/runtime/NMT/SummaryAfterShutdown.java
+0
-1
test/runtime/NMT/SummarySanityCheck.java
test/runtime/NMT/SummarySanityCheck.java
+0
-1
test/runtime/NMT/ThreadedMallocTestType.java
test/runtime/NMT/ThreadedMallocTestType.java
+0
-1
test/runtime/NMT/ThreadedVirtualAllocTestType.java
test/runtime/NMT/ThreadedVirtualAllocTestType.java
+0
-1
test/runtime/NMT/VirtualAllocTestType.java
test/runtime/NMT/VirtualAllocTestType.java
+0
-1
未找到文件。
test/runtime/NMT/AutoshutdownNMT.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt
* @summary Test for deprecated message if -XX:-AutoShutdownNMT is specified
* @library /testlibrary
* @ignore
*/
import
com.oracle.java.testlibrary.*
;
...
...
test/runtime/NMT/BaselineWithParameter.java
浏览文件 @
3044b4e2
...
...
@@ -27,7 +27,6 @@
* @key nmt jcmd regression
* @summary Regression test for invoking a jcmd with baseline=false, result was that the target VM crashed
* @library /testlibrary
* @ignore
* @run main/othervm -XX:NativeMemoryTracking=detail BaselineWithParameter
*/
...
...
test/runtime/NMT/CommandLineDetail.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt
* @summary Running with NMT detail should not result in an error
* @library /testlibrary
* @ignore
*/
import
com.oracle.java.testlibrary.*
;
...
...
test/runtime/NMT/CommandLineEmptyArgument.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt
* @summary Empty argument to NMT should result in an informative error message
* @library /testlibrary
* @ignore
*/
import
com.oracle.java.testlibrary.*
;
...
...
test/runtime/NMT/CommandLineInvalidArgument.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt
* @summary Invalid argument to NMT should result in an informative error message
* @library /testlibrary
* @ignore
*/
import
com.oracle.java.testlibrary.*
;
...
...
test/runtime/NMT/CommandLineSummary.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt
* @summary Running with NMT summary should not result in an error
* @library /testlibrary
* @ignore
*/
import
com.oracle.java.testlibrary.*
;
...
...
test/runtime/NMT/CommandLineTurnOffNMT.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt
* @summary Turning off NMT should not result in an error
* @library /testlibrary
* @ignore
*/
import
com.oracle.java.testlibrary.*
;
...
...
test/runtime/NMT/JcmdBaselineDetail.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @summary Verify that jcmd correctly reports that baseline succeeds with NMT enabled with detailed tracking.
* @library /testlibrary
* @ignore
* @run main/othervm -XX:NativeMemoryTracking=detail JcmdBaselineDetail
*/
...
...
test/runtime/NMT/JcmdScale.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @summary Test the NMT scale parameter
* @library /testlibrary
* @ignore
* @run main/othervm -XX:NativeMemoryTracking=summary JcmdScale
*/
...
...
test/runtime/NMT/JcmdScaleDetail.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @summary Test the NMT scale parameter with detail tracking level
* @library /testlibrary
* @ignore
* @run main/othervm -XX:NativeMemoryTracking=detail JcmdScaleDetail
*/
...
...
test/runtime/NMT/JcmdSummaryDiff.java
浏览文件 @
3044b4e2
...
...
@@ -27,7 +27,6 @@
* @key nmt jcmd
* @library /testlibrary /testlibrary/whitebox
* @build JcmdSummaryDiff
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary JcmdSummaryDiff
*/
...
...
test/runtime/NMT/JcmdWithNMTDisabled.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @summary Verify that jcmd correctly reports that NMT is not enabled
* @library /testlibrary
* @ignore
* First run without enabling NMT
* @run main/othervm JcmdWithNMTDisabled
* Then run with explicitly disabling NMT, should not be any difference
...
...
test/runtime/NMT/MallocRoundingReportTest.java
浏览文件 @
3044b4e2
...
...
@@ -27,7 +27,6 @@
* @key nmt jcmd
* @library /testlibrary /testlibrary/whitebox
* @build MallocRoundingReportTest
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocRoundingReportTest
*
...
...
test/runtime/NMT/MallocTestType.java
浏览文件 @
3044b4e2
...
...
@@ -27,7 +27,6 @@
* @key nmt jcmd
* @library /testlibrary /testlibrary/whitebox
* @build MallocTestType
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail MallocTestType
*/
...
...
test/runtime/NMT/PrintNMTStatistics.java
浏览文件 @
3044b4e2
...
...
@@ -28,7 +28,6 @@
* @summary Make sure PrintNMTStatistics works on normal JVM exit
* @library /testlibrary /testlibrary/whitebox
* @build PrintNMTStatistics
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main PrintNMTStatistics
*/
...
...
test/runtime/NMT/PrintNMTStatisticsWithNMTDisabled.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt
* @summary Trying to enable PrintNMTStatistics should result in a warning
* @library /testlibrary
* @ignore
*/
import
com.oracle.java.testlibrary.*
;
...
...
test/runtime/NMT/ReleaseCommittedMemory.java
浏览文件 @
3044b4e2
...
...
@@ -28,7 +28,6 @@
* @key nmt regression
* @library /testlibrary /testlibrary/whitebox
* @build ReleaseCommittedMemory
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ReleaseCommittedMemory
*/
...
...
test/runtime/NMT/ReleaseNoCommit.java
浏览文件 @
3044b4e2
...
...
@@ -27,7 +27,6 @@
* @key nmt regression
* @library /testlibrary /testlibrary/whitebox
* @build ReleaseNoCommit
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=summary ReleaseNoCommit
*/
...
...
test/runtime/NMT/ShutdownTwice.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @summary Run shutdown twice
* @library /testlibrary
* @ignore
* @run main/othervm -XX:NativeMemoryTracking=detail ShutdownTwice
*/
...
...
test/runtime/NMT/SummaryAfterShutdown.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @summary Verify that jcmd correctly reports that NMT is not enabled after a shutdown
* @library /testlibrary
* @ignore
* @run main/othervm -XX:NativeMemoryTracking=detail SummaryAfterShutdown
*/
...
...
test/runtime/NMT/SummarySanityCheck.java
浏览文件 @
3044b4e2
...
...
@@ -27,7 +27,6 @@
* @summary Sanity check the output of NMT
* @library /testlibrary /testlibrary/whitebox
* @build SummarySanityCheck
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:NativeMemoryTracking=summary -XX:+WhiteBoxAPI SummarySanityCheck
*/
...
...
test/runtime/NMT/ThreadedMallocTestType.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @library /testlibrary /testlibrary/whitebox
* @build ThreadedMallocTestType
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedMallocTestType
*/
...
...
test/runtime/NMT/ThreadedVirtualAllocTestType.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @key nmt jcmd
* @library /testlibrary /testlibrary/whitebox
* @build ThreadedVirtualAllocTestType
* @ignore
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail ThreadedVirtualAllocTestType
*/
...
...
test/runtime/NMT/VirtualAllocTestType.java
浏览文件 @
3044b4e2
...
...
@@ -26,7 +26,6 @@
* @summary Test Reserve/Commit/Uncommit/Release of virtual memory and that we track it correctly
* @key nmt jcmd
* @library /testlibrary /testlibrary/whitebox
* @ignore
* @build VirtualAllocTestType
* @run main ClassFileInstaller sun.hotspot.WhiteBox
* @run main/othervm -Xbootclasspath/a:. -XX:+UnlockDiagnosticVMOptions -XX:+WhiteBoxAPI -XX:NativeMemoryTracking=detail VirtualAllocTestType
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录