Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8_jdk
提交
af3b0f08
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看板
提交
af3b0f08
编写于
7月 27, 2009
作者:
J
jjg
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
6854244: change source/target used to compile JDK to 7
Reviewed-by: ohair
上级
b4a1b7b2
变更
3
隐藏空白更改
内联
并排
Showing
3 changed file
with
8 addition
and
8 deletion
+8
-8
make/common/shared/Defs-control.gmk
make/common/shared/Defs-control.gmk
+2
-2
make/common/shared/Defs-java.gmk
make/common/shared/Defs-java.gmk
+4
-4
make/java/dyn/Makefile
make/java/dyn/Makefile
+2
-2
未找到文件。
make/common/shared/Defs-control.gmk
浏览文件 @
af3b0f08
...
@@ -92,9 +92,9 @@ ABS_TEMP_DIR = $(ABS_OUTPUTDIR)/tmp
...
@@ -92,9 +92,9 @@ ABS_TEMP_DIR = $(ABS_OUTPUTDIR)/tmp
dummy := $(shell $(MKDIR) -p $(TEMP_DIR))
dummy := $(shell $(MKDIR) -p $(TEMP_DIR))
# The language version we want for this jdk build
# The language version we want for this jdk build
SOURCE_LANGUAGE_VERSION=
5
SOURCE_LANGUAGE_VERSION=
7
# The class version we want for this jdk build
# The class version we want for this jdk build
TARGET_CLASS_VERSION=
5
TARGET_CLASS_VERSION=
7
# The MESSAGE, WARNING and ERROR files are used to store sanity check and
# The MESSAGE, WARNING and ERROR files are used to store sanity check and
# source check messages, warnings and errors.
# source check messages, warnings and errors.
...
...
make/common/shared/Defs-java.gmk
浏览文件 @
af3b0f08
...
@@ -122,13 +122,13 @@ ifeq ($(JAVAC_WARNINGS_FATAL), true)
...
@@ -122,13 +122,13 @@ ifeq ($(JAVAC_WARNINGS_FATAL), true)
JAVACFLAGS += -Werror
JAVACFLAGS += -Werror
endif
endif
# Add the source level
(currently all source is 1.5, should this be 1.6?)
# Add the source level
SOURCE_LANGUAGE_VERSION =
5
SOURCE_LANGUAGE_VERSION =
7
LANGUAGE_VERSION = -source $(SOURCE_LANGUAGE_VERSION)
LANGUAGE_VERSION = -source $(SOURCE_LANGUAGE_VERSION)
JAVACFLAGS += $(LANGUAGE_VERSION)
JAVACFLAGS += $(LANGUAGE_VERSION)
# Add the class version we want
(currently this is 5, should it be 6 or even 7?)
# Add the class version we want
TARGET_CLASS_VERSION =
5
TARGET_CLASS_VERSION =
7
CLASS_VERSION = -target $(TARGET_CLASS_VERSION)
CLASS_VERSION = -target $(TARGET_CLASS_VERSION)
JAVACFLAGS += $(CLASS_VERSION)
JAVACFLAGS += $(CLASS_VERSION)
JAVACFLAGS += -encoding ascii
JAVACFLAGS += -encoding ascii
...
...
make/java/dyn/Makefile
浏览文件 @
af3b0f08
...
@@ -33,8 +33,8 @@ AUTO_FILES_JAVA_DIRS = java/dyn sun/dyn
...
@@ -33,8 +33,8 @@ AUTO_FILES_JAVA_DIRS = java/dyn sun/dyn
# The sources built here use new language syntax to generate
# The sources built here use new language syntax to generate
# method handle calls. Let's be sure we are using that format.
# method handle calls. Let's be sure we are using that format.
#
LANGUAGE_VERSION = -source 7
LANGUAGE_VERSION
=
-source
7
#
CLASS_VERSION = -target 7
CLASS_VERSION
=
-target
7
# Actually, it will be less disruptive to compile with the same
# Actually, it will be less disruptive to compile with the same
# -target option as the rest of the system, and just turn on
# -target option as the rest of the system, and just turn on
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录