race condition in GC logs

Thomas Schatzl thomas.schatzl at oracle.com
Tue Aug 18 13:44:19 UTC 2015


Hi,

On Tue, 2015-08-18 at 08:34 -0500, charlie hunt wrote:
> Hi Bengt,
> 
> Do you know if this change back ported to JDK 8 ?
> 
> I see Kirk’s example shows a version string of:
> Java HotSpot(TM) 64-Bit Server VM (25.51-b03) for linux-amd64 JRE (1.8.0_51-b16)
> 
> Also, as Eric (Caspole) observed, there is no # of processed JNI Weak References reported too. That observation is what led us to believe it may be a printing race condition.


Not sure about the JNI weak reference.

But I think the change is in 8u51 b16, see

http://hg.openjdk.java.net/jdk8u/jdk8u60/hotspot/file/4894e24d2edc/src/share/vm/memory/referenceProcessor.cpp

which has the 8u51-b16 tag:

http://hg.openjdk.java.net/jdk8u/jdk8u60/hotspot/rev/4894e24d2edc

(That is, if I understood the repo tagging mechanism)

Thanks,
  Thomas




More information about the hotspot-dev mailing list