# HG changeset patch
# User duke
# Date 1499274518 -7200
# Node ID 7e2914bc45a853c8c2f15c571d295015e7642f0d
# Parent 14a09ddd8d8bb73f622dfee40c2fe66ee76d81d7# Parent e164aa20de402787247b46b7be184f92374d3d66
Merge
diff -r 14a09ddd8d8b -r 7e2914bc45a8 .hgtags-top-repo
--- a/.hgtags-top-repo Fri Aug 23 03:01:16 2013 -0700
+++ b/.hgtags-top-repo Wed Jul 05 19:08:38 2017 +0200
@@ -225,3 +225,4 @@
9f74a220677dc265a724515d8e2617548cef62f1 jdk8-b101
5eb3c1dc348f72a7f84f7d9d07834e8bbe09a799 jdk8-b102
b7e64be81c8a7690703df5711f4fc2375da8a9cb jdk8-b103
+96c1b9b7524b52c3fcefc90ffad4c767396727c8 jdk8-b104
diff -r 14a09ddd8d8b -r 7e2914bc45a8 README-builds.html
--- a/README-builds.html Fri Aug 23 03:01:16 2013 -0700
+++ b/README-builds.html Wed Jul 05 19:08:38 2017 +0200
@@ -154,7 +154,7 @@
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 ./get_source.sh
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
+
--with-boot-jdk
.
@@ -1327,14 +1335,14 @@
Q:
configure
provides OpenJDK-specific features such as
- --enable-jigsaw
or --with-builddeps-server
- that are not described in this document. What about those?
+ --with-builddeps-server
that are not
+ described in this document. What about those?
A:
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. Others depend on
pieces of code or infrastructure that is currently
not ready for prime time.
- Q: What is @GenerateNativeHeaders?
-
- A:
- 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.)
-
Q:
Is anything able to use the results of the new build's default make target?
@@ -1429,10 +1419,9 @@
What should I do?
A:
- It might very well be that we have missed to add support for
+ It might very well be that we have neglected 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!