Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
6fc931b4
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看板
提交
6fc931b4
编写于
10月 10, 2011
作者:
Y
ysr
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
4fe35e43
36eec181
变更
2
隐藏空白更改
内联
并排
Showing
2 changed file
with
1 addition
and
12 deletion
+1
-12
src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
+1
-8
src/share/vm/gc_implementation/g1/g1_globals.hpp
src/share/vm/gc_implementation/g1/g1_globals.hpp
+0
-4
未找到文件。
src/share/vm/gc_implementation/g1/g1CollectedHeap.hpp
浏览文件 @
6fc931b4
...
@@ -1337,12 +1337,7 @@ public:
...
@@ -1337,12 +1337,7 @@ public:
// storage in the heap comes from a young region or not.
// storage in the heap comes from a young region or not.
// See ReduceInitialCardMarks.
// See ReduceInitialCardMarks.
virtual
bool
can_elide_tlab_store_barriers
()
const
{
virtual
bool
can_elide_tlab_store_barriers
()
const
{
// 6920090: Temporarily disabled, because of lingering
return
true
;
// instabilities related to RICM with G1. In the
// interim, the option ReduceInitialCardMarksForG1
// below is left solely as a debugging device at least
// until 6920109 fixes the instabilities.
return
ReduceInitialCardMarksForG1
;
}
}
virtual
bool
card_mark_must_follow_store
()
const
{
virtual
bool
card_mark_must_follow_store
()
const
{
...
@@ -1366,8 +1361,6 @@ public:
...
@@ -1366,8 +1361,6 @@ public:
// update logging post-barrier, we don't maintain remembered set
// update logging post-barrier, we don't maintain remembered set
// information for young gen objects.
// information for young gen objects.
virtual
bool
can_elide_initializing_store_barrier
(
oop
new_obj
)
{
virtual
bool
can_elide_initializing_store_barrier
(
oop
new_obj
)
{
// Re 6920090, 6920109 above.
assert
(
ReduceInitialCardMarksForG1
,
"Else cannot be here"
);
return
is_in_young
(
new_obj
);
return
is_in_young
(
new_obj
);
}
}
...
...
src/share/vm/gc_implementation/g1/g1_globals.hpp
浏览文件 @
6fc931b4
...
@@ -290,10 +290,6 @@
...
@@ -290,10 +290,6 @@
"each evacuation pause in order to artificially fill up the " \
"each evacuation pause in order to artificially fill up the " \
"heap and stress the marking implementation.") \
"heap and stress the marking implementation.") \
\
\
develop(bool, ReduceInitialCardMarksForG1, false, \
"When ReduceInitialCardMarks is true, this flag setting " \
" controls whether G1 allows the RICM optimization") \
\
develop(bool, G1ExitOnExpansionFailure, false, \
develop(bool, G1ExitOnExpansionFailure, false, \
"Raise a fatal VM exit out of memory failure in the event " \
"Raise a fatal VM exit out of memory failure in the event " \
" that heap expansion fails due to running out of swap.") \
" that heap expansion fails due to running out of swap.") \
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录