Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_hotspot
提交
572e4378
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看板
提交
572e4378
编写于
3月 06, 2014
作者:
R
roland
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
8032633: Enable type speculation by default
Summary: enable type speculation Reviewed-by: kvn
上级
b072e8e2
变更
5
隐藏空白更改
内联
并排
Showing
5 changed file
with
5 addition
and
5 deletion
+5
-5
src/share/vm/opto/c2_globals.hpp
src/share/vm/opto/c2_globals.hpp
+1
-1
test/compiler/types/TestMeetTopArrayExactConstantArray.java
test/compiler/types/TestMeetTopArrayExactConstantArray.java
+1
-1
test/compiler/types/TestSpeculationFailedHigherEqual.java
test/compiler/types/TestSpeculationFailedHigherEqual.java
+1
-1
test/compiler/types/TypeSpeculation.java
test/compiler/types/TypeSpeculation.java
+1
-1
test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
+1
-1
未找到文件。
src/share/vm/opto/c2_globals.hpp
浏览文件 @
572e4378
...
...
@@ -643,7 +643,7 @@
experimental(bool, ReplaceInParentMaps, false, \
"Propagate type improvements in callers of inlinee if possible") \
\
experimental(bool, UseTypeSpeculation, false,
\
product(bool, UseTypeSpeculation, true,
\
"Speculatively propagate types from profiles") \
\
diagnostic(bool, UseInlineDepthForSpeculativeTypes, true, \
...
...
test/compiler/types/TestMeetTopArrayExactConstantArray.java
浏览文件 @
572e4378
...
...
@@ -25,7 +25,7 @@
* @test
* @bug 8027571
* @summary meet of TopPTR exact array with constant array is not symmetric
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+U
nlockExperimentalVMOptions -XX:+U
seTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestMeetTopArrayExactConstantArray
*
*/
...
...
test/compiler/types/TestSpeculationFailedHigherEqual.java
浏览文件 @
572e4378
...
...
@@ -25,7 +25,7 @@
* @test
* @bug 8027422
* @summary type methods shouldn't always operate on speculative part
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222 -XX:+U
nlockExperimentalVMOptions -XX:+U
seTypeSpeculation -XX:-BackgroundCompilation TestSpeculationFailedHigherEqual
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation -XX:-BackgroundCompilation TestSpeculationFailedHigherEqual
*
*/
...
...
test/compiler/types/TypeSpeculation.java
浏览文件 @
572e4378
...
...
@@ -25,7 +25,7 @@
* @test
* @bug 8024070
* @summary Test that type speculation doesn't cause incorrect execution
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:TypeProfileLevel=222 -XX:+U
nlockExperimentalVMOptions -XX:+U
seTypeSpeculation TypeSpeculation
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:TypeProfileLevel=222 -XX:+UseTypeSpeculation TypeSpeculation
*
*/
...
...
test/compiler/uncommontrap/TestSpecTrapClassUnloading.java
浏览文件 @
572e4378
...
...
@@ -25,7 +25,7 @@
* @test
* @bug 8031752
* @summary speculative traps need to be cleaned up at GC
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+U
nlockExperimentalVMOptions -XX:+U
seTypeSpeculation -XX:TypeProfileLevel=222 -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke -Xmx1M TestSpecTrapClassUnloading
* @run main/othervm -XX:+IgnoreUnrecognizedVMOptions -XX:-TieredCompilation -XX:-UseOnStackReplacement -XX:-BackgroundCompilation -XX:+UseTypeSpeculation -XX:TypeProfileLevel=222 -XX:CompileCommand=exclude,java.lang.reflect.Method::invoke -XX:CompileCommand=exclude,sun.reflect.DelegatingMethodAccessorImpl::invoke -Xmx1M TestSpecTrapClassUnloading
*
*/
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录