Skip to content
体验新版
项目
组织
正在加载...
登录
切换导航
打开侧边栏
openanolis
dragonwell8
提交
e977103c
D
dragonwell8
项目概览
openanolis
/
dragonwell8
通知
5
Star
3
Fork
0
代码
文件
提交
分支
Tags
贡献者
分支图
Diff
Issue
0
列表
看板
标记
里程碑
合并请求
0
Wiki
0
Wiki
分析
仓库
DevOps
项目成员
Pages
D
dragonwell8
项目概览
项目概览
详情
发布
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
Issue
0
Issue
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
Pages
分析
分析
仓库分析
DevOps
Wiki
0
Wiki
成员
成员
收起侧边栏
关闭侧边栏
动态
分支图
创建新Issue
提交
Issue看板
体验新版 GitCode,发现更多精彩内容 >>
提交
e977103c
编写于
8月 26, 2013
作者:
K
katleman
浏览文件
操作
浏览文件
下载
差异文件
Merge
上级
b491bab8
5b3d56e8
变更
1
隐藏空白更改
内联
并排
Showing
1 changed file
with
17 addition
and
28 deletion
+17
-28
README-builds.html
README-builds.html
+17
-28
未找到文件。
README-builds.html
浏览文件 @
e977103c
...
...
@@ -154,7 +154,7 @@
</code>
</blockquote>
Once you have all the repositories, keep in mind that each
repository is it
'
s own independent repository.
repository is its own independent repository.
You can also re-run
<code>
./get_source.sh
</code>
anytime to
pull over all the latest changesets in all the repositories.
This set of nested repositories has been given the term
...
...
@@ -241,6 +241,14 @@
source code for the OpenJDK Corba functionality
</td>
</tr>
<tr>
<td>
nashorn
</td>
<td>
source code for the OpenJDK JavaScript implementation
</td>
</tr>
</tbody>
</table>
</blockquote>
...
...
@@ -386,7 +394,7 @@
<code>
--with-boot-jdk
</code>
.
</li>
<li>
I
nsure that GNU make, the Bootstrap JDK,
E
nsure that GNU make, the Bootstrap JDK,
and the compilers are all
in your PATH environment variable
</li>
...
...
@@ -1307,9 +1315,9 @@
you will need to modify the makefiles. But for normal file
additions or removals, no changes are needed. There are certan
exceptions for some native libraries where the source files are spread
over many directories which also contain
cours
es for other
over many directories which also contain
sourc
es for other
libraries. In these cases it was simply easier to create include lists
rather than
e
excludes.
rather than excludes.
</p>
<p>
...
...
@@ -1327,14 +1335,14 @@
<p>
<b>
Q:
</b>
<code>
configure
</code>
provides OpenJDK-specific features such as
<code>
--
enable-jigsaw
</code>
or
<code>
--with-builddeps-server
</code>
that are not described in this document. What about those?
<code>
--
with-builddeps-server
</code>
that are not
described in this document. What about those?
<br>
<b>
A:
</b>
Try them out if you like! But be aware that most of these are
experimental features.
Many of them don't do anything at all at the moment; the option
is just a placeholder. Other
depends
on
is just a placeholder. Other
s depend
on
pieces of code or infrastructure that is currently
not ready for prime time.
</p>
...
...
@@ -1385,24 +1393,6 @@
system and some will need to wait until after.
</p>
<p>
<b>
Q:
</b>
What is @GenerateNativeHeaders?
<br>
<b>
A:
</b>
To speed up compilation, we added a flag to javac which makes it
do the job of javah as well, as a by-product; that is, generating
native .h header files. These files are only generated
if a class contains native methods. However, sometimes
a class contains no native method,
but still contains constants that native code needs to use.
The new GenerateNativeHeaders annotation tells javac to
force generation of a
header file in these cases. (We don't want to generate
native headers for all classes that contains constants
but no native methods, since
that would slow down the compilation process needlessly.)
</p>
<p>
<b>
Q:
</b>
Is anything able to use the results of the new build's default make target?
...
...
@@ -1429,10 +1419,9 @@
What should I do?
<br>
<b>
A:
</b>
It might very well be that we have
miss
ed to add support for
It might very well be that we have
neglect
ed to add support for
an option that was actually used from outside the build system.
Email us and we will
add support for it!
Email us and we will add support for it!
</p>
</blockquote>
...
...
编辑
预览
Markdown
is supported
0%
请重试
或
添加新附件
.
添加附件
取消
You are about to add
0
people
to the discussion. Proceed with caution.
先完成此消息的编辑!
取消
想要评论请
注册
或
登录