hg: jdk9/jdk9/hotspot: 3 new changesets
lana.steuck at oracle.com
lana.steuck at oracle.com
Wed May 31 20:16:27 UTC 2017
Changeset: 63ac6d565c21
Author: thartmann
Date: 2017-05-24 16:53 +0200
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/63ac6d565c21
8180813: Null pointer dereference of CodeCache::find_blob() result
Summary: Fixed missing null checks on the result of CodeCache::find_blob() found by Parfait.
Reviewed-by: shade, kvn
! src/share/vm/code/relocInfo.cpp
! src/share/vm/runtime/sharedRuntime.cpp
Changeset: 531cb9202a0f
Author: lana
Date: 2017-05-26 00:45 +0000
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/531cb9202a0f
Merge
Changeset: 1ae9e84f68b3
Author: zmajo
Date: 2017-05-29 10:32 +0200
URL: http://hg.openjdk.java.net/jdk9/jdk9/hotspot/rev/1ae9e84f68b3
8180855: Null pointer dereference in OopMapSet::all_do of oopMap.cpp:394
Summary: Check for possible null-point dereference.
Reviewed-by: kvn
! src/share/vm/compiler/oopMap.cpp
More information about the jdk9-all-changes
mailing list