Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
0edfe2ef
D
dragonwell8_jdk
项目概览
openanolis
/
dragonwell8_jdk
通知
4
Star
2
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8_jdk
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
提交
0edfe2ef
编写于
11月 19, 2014
作者:
E
eistepan
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8062536: [TESTBUG] Conflicting GC combinations in jdk tests
Reviewed-by: brutisso, dholmes
上级
54f64f1c
变更
9
隐藏空白更改
内联
并排
Showing
9 changed file
with
18 addition
and
21 deletion
+18
-21
test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
+2
-2
test/java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh
...anagement/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh
+2
-2
test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
...ang/management/MemoryMXBean/MemoryManagementParallelGC.sh
+2
-2
test/java/lang/management/MemoryMXBean/MemoryManagementSerialGC.sh
.../lang/management/MemoryMXBean/MemoryManagementSerialGC.sh
+2
-2
test/java/lang/management/MemoryMXBean/MemoryTestAllGC.sh
test/java/lang/management/MemoryMXBean/MemoryTestAllGC.sh
+2
-4
test/java/lang/management/MemoryMXBean/PendingAllGC.sh
test/java/lang/management/MemoryMXBean/PendingAllGC.sh
+2
-2
test/java/lang/management/RuntimeMXBean/TestInputArgument.sh
test/java/lang/management/RuntimeMXBean/TestInputArgument.sh
+3
-4
test/java/lang/ref/EnqueuePollRace.java
test/java/lang/ref/EnqueuePollRace.java
+2
-2
test/sun/tools/jps/JpsHelper.java
test/sun/tools/jps/JpsHelper.java
+1
-1
未找到文件。
test/java/lang/management/MemoryMXBean/LowMemoryTest2.sh
浏览文件 @
0edfe2ef
#
# Copyright (c) 2004, 201
3
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 201
4
, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -25,7 +25,7 @@
# @test
# @bug 4982128
# @summary Test low memory detection of non-heap memory pool
#
#
@requires vm.gc=="null"
# @run build LowMemoryTest2 MemoryUtil
# @run shell/timeout=600 LowMemoryTest2.sh
#
...
...
test/java/lang/management/MemoryMXBean/MemoryManagementConcMarkSweepGC.sh
浏览文件 @
0edfe2ef
#
# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2003,
2014,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -26,7 +26,7 @@
# @bug 4530538
# @summary Run MemoryManagement test with concurrent mark sweep GC
# @author Mandy Chung
#
#
@requires vm.gc=="ConcMarkSweep" | vm.gc=="null"
# @run build MemoryManagement
# @run shell/timeout=600 MemoryManagementConcMarkSweepGC.sh
#
...
...
test/java/lang/management/MemoryMXBean/MemoryManagementParallelGC.sh
浏览文件 @
0edfe2ef
#
# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2003,
2014,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -26,7 +26,7 @@
# @bug 4530538
# @summary Run MemoryManagement test with parallel GC
# @author Mandy Chung
#
#
@requires vm.gc=="Parallel" | vm.gc=="null"
# @run build MemoryManagement
# @run shell/timeout=600 MemoryManagementParallelGC.sh
#
...
...
test/java/lang/management/MemoryMXBean/MemoryManagementSerialGC.sh
浏览文件 @
0edfe2ef
#
# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2003,
2014,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -26,7 +26,7 @@
# @bug 4530538
# @summary Run MemoryManagement test with serial GC
# @author Mandy Chung
#
#
@requires vm.gc=="Serial" | vm.gc=="null"
# @run build MemoryManagement
# @run shell/timeout=600 MemoryManagementSerialGC.sh
#
...
...
test/java/lang/management/MemoryMXBean/MemoryTestAllGC.sh
浏览文件 @
0edfe2ef
#
# Copyright (c) 2003, 20
0
4, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2003, 20
1
4, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -26,7 +26,7 @@
# @bug 4530538
# @summary
# @author Mandy Chung
#
#
@requires vm.gc=="Parallel" | vm.gc=="null"
# @run compile MemoryTest.java
# @run shell MemoryTestAllGC.sh
#
...
...
@@ -52,7 +52,5 @@ runOne MemoryTest 2
# Test MemoryTest with parallel scavenger collector
runOne
-XX
:+UseParallelGC MemoryTest 2
# Test MemoryTest with concurrent collector
#runOne -XX:+UseConcMarkSweepGC MemoryTest 3
exit
0
test/java/lang/management/MemoryMXBean/PendingAllGC.sh
浏览文件 @
0edfe2ef
#
# Copyright (c) 2003, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2003,
2014,
Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -26,7 +26,7 @@
# @bug 4530538
# @summary
# @author Mandy Chung
#
#
@requires vm.gc=="null"
# @run compile Pending.java
# @run shell PendingAllGC.sh
#
...
...
test/java/lang/management/RuntimeMXBean/TestInputArgument.sh
浏览文件 @
0edfe2ef
#
# Copyright (c) 2003, 20
06
, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2003, 20
14
, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
...
...
@@ -26,7 +26,6 @@
# @bug 4530538
# @summary
# @author Mandy Chung
#
# @run compile InputArgument.java
# @run shell TestInputArgument.sh
#
...
...
@@ -48,8 +47,8 @@ runOne()
runOne InputArgument
runOne
-XX
:+Use
ParallelGC
-XX
:+PrintGCDetails InputArgument
-XX
:+PrintGCDetails
runOne
-XX
:+Use
ParallelGC
-XX
:+PrintGCDetails InputArgument
-XX
:+UseParallelGC
runOne
-XX
:+Use
FastJNIAccessors
-XX
:+PrintGCDetails InputArgument
-XX
:+PrintGCDetails
runOne
-XX
:+Use
FastJNIAccessors
-XX
:+PrintGCDetails InputArgument
-XX
:+UseFastJNIAccessors
runOne
"-Dprops=one two three"
InputArgument
"-Dprops=one two three"
exit
0
test/java/lang/ref/EnqueuePollRace.java
浏览文件 @
0edfe2ef
/*
* 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.
*
* This code is free software; you can redistribute it and/or modify it
...
...
@@ -25,7 +25,7 @@
* @bug 8014890
* @summary Verify that a race between ReferenceQueue.enqueue() and poll() does not occur.
* @author thomas.schatzl@oracle.com
* @run main/othervm -X
X:+UseSerialGC -X
mx10M EnqueuePollRace
* @run main/othervm -Xmx10M EnqueuePollRace
*/
import
java.lang.ref.*
;
...
...
test/sun/tools/jps/JpsHelper.java
浏览文件 @
0edfe2ef
...
...
@@ -92,7 +92,7 @@ public final class JpsHelper {
/**
* VM arguments to start test application with
*/
public
static
final
String
[]
VM_ARGS
=
{
"-Xmx512m"
,
"-XX:+
UseParallelGC
"
};
public
static
final
String
[]
VM_ARGS
=
{
"-Xmx512m"
,
"-XX:+
PrintGCDetails
"
};
/**
* VM flag to start test application with
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录