JDK-8225690 (was: Re: Openjdk info needed)

Aleksey Shipilev shade at redhat.com
Tue Oct 8 09:03:58 UTC 2019


On 10/7/19 8:45 PM, Rammohan Vanteru wrote:
> One of my application running on jdk8.
> I see that below bug is fixed. How do i apply a patch on existing jdk8?

Well, you can pick up the patch from the jdk/jdk repository:
  https://hg.openjdk.java.net/jdk/jdk/raw-rev/70fab3a8ff02

...and apply it to jdk8u/jdk8u-dev/hotspot here:
  https://hg.openjdk.java.net/jdk8u/jdk8u-dev/hotspot/

The patch touches lots of environments, though, so testing would be tedious. It also has two simple
follow-up bugfixes, those need to be looked at as well. You can work with JDK 8u Updates project to
backport it yourself:
  https://wiki.openjdk.java.net/display/JDKUpdates/How+to+contribute+a+fix

> Where do i find the patched version of jdk8 to fix the below bug in my
> environment?

If one existed in OpenJDK, then the issue would have the linked issue in "Backports" section. There
are no such linked issues, which indicates no one had backported it (yet).

-- 
Thanks,
-Aleksey



More information about the jdk8u-dev mailing list