-
Bug
-
Resolution: Fixed
-
P3
-
9
-
None
-
b74
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8141722 | emb-9 | David Holmes | P3 | Resolved | Fixed | team |
Originally sent To: HotSpot Open Source Developers <hotspot-dev@openjdk.java.net>
while precompiled headers (PCH) are a nice and effective way of
improving hotspot build times this feature also drastically increases
the risk of introducing missing dependencies into the source base.
This is especially annoying on platforms where precompield headers
aren't available at all.
For more information, refer to this email thread:
http://mail.openjdk.java.net/pipermail/hotspot-dev/2015-April/017826.html
while precompiled headers (PCH) are a nice and effective way of
improving hotspot build times this feature also drastically increases
the risk of introducing missing dependencies into the source base.
This is especially annoying on platforms where precompield headers
aren't available at all.
For more information, refer to this email thread:
http://mail.openjdk.java.net/pipermail/hotspot-dev/2015-April/017826.html
- backported by
-
JDK-8141722 Need a NON-PCH build to quickly detect missing dependencies in the source base
-
- Resolved
-