JDK-8242788 : Non-PCH build is broken after JDK-8191393
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: openjdk8u262
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2020-04-15
  • Updated: 2020-06-02
  • Resolved: 2020-04-15
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjdk8u262 b01Fixed
Related Reports
Relates :  
Description
/home/buildbot/worker/jdk8u-dev-linux/build/hotspot/src/share/vm/utilities/ostream.cpp: In member function 'virtual void gcLogFileStream::write(const char*, size_t)':
/home/buildbot/worker/jdk8u-dev-linux/build/hotspot/src/share/vm/utilities/ostream.cpp:846:55: error: invalid use of incomplete type 'class VMThread'
                                && ((VMThread* )thread)->is_gclog_reentry())) {
Comments
URL: https://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/rev/0df63a32f7bb User: shade Date: 2020-04-15 13:19:54 +0000
15-04-2020

Fix Request (8u) Fixes the build failure in 8u. Patch is completely new, but trivial. 8u RFR (reviewed by aph): https://mail.openjdk.java.net/pipermail/jdk8u-dev/2020-April/011562.html
15-04-2020