diff --git a/.hgtags-top-repo b/.hgtags-top-repo
index 456aa0fa60e..93bd4b7ecc3 100644
--- a/.hgtags-top-repo
+++ b/.hgtags-top-repo
@@ -225,3 +225,4 @@ d2dcb110e9dbaf9903c05b211df800e78e4b394e jdk8-b100
9f74a220677dc265a724515d8e2617548cef62f1 jdk8-b101
5eb3c1dc348f72a7f84f7d9d07834e8bbe09a799 jdk8-b102
b7e64be81c8a7690703df5711f4fc2375da8a9cb jdk8-b103
+96c1b9b7524b52c3fcefc90ffad4c767396727c8 jdk8-b104
diff --git a/README-builds.html b/README-builds.html
index 5573c8cd2f1..c6ffb837ec6 100644
--- a/README-builds.html
+++ b/README-builds.html
@@ -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!