[8u] RFR (XS) 8242788: Non-PCH build is broken after JDK-8191393

Andrew Haley aph at redhat.com
Wed Apr 15 08:51:23 UTC 2020


On 4/15/20 6:25 AM, Aleksey Shipilev wrote:
> 8u-specific bug:
>   https://bugs.openjdk.java.net/browse/JDK-8242788
> 
> Simple fix:
> 
> diff -r 6c179587bf5b src/share/vm/utilities/ostream.cpp
> --- a/src/share/vm/utilities/ostream.cpp        Thu Apr 09 20:58:56 2020 +0000
> +++ b/src/share/vm/utilities/ostream.cpp        Wed Apr 15 07:24:34 2020 +0200
> @@ -30,4 +30,5 @@
>  #include "runtime/mutexLocker.hpp"
>  #include "runtime/os.hpp"
> +#include "runtime/vmThread.hpp"
>  #include "utilities/defaultStream.hpp"
>  #include "utilities/ostream.hpp"
> 
> Testing: Linux x86_64 {release,fastdebug,slowdebug} non-PCH build
> 

OK, thanks. This one again...

-- 
Andrew Haley  (he/him)
Java Platform Lead Engineer
Red Hat UK Ltd. <https://www.redhat.com>
https://keybase.io/andrewhaley
EAC8 43EB D3EF DB98 CC77 2FAD A5CD 6035 332F A671



More information about the jdk8u-dev mailing list