hg: jdk8u/jdk8u/hotspot: 13 new changesets

rob.mckenna at oracle.com rob.mckenna at oracle.com
Sun Jun 11 22:23:31 UTC 2017


Changeset: ce9a710b0f63
Author:    tschatzl
Date:      2017-05-15 12:20 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/ce9a710b0f63

8180048: Interned string and symbol table leak memory during parallel unlinking
Summary: Make appending found dead BasicHashtableEntrys to the free list atomic.
Reviewed-by: ehelin, shade

! src/share/vm/classfile/symbolTable.cpp
! src/share/vm/classfile/symbolTable.hpp
! src/share/vm/runtime/vmStructs.cpp
! src/share/vm/utilities/hashtable.cpp
! src/share/vm/utilities/hashtable.hpp

Changeset: 7b8c8cd1ee71
Author:    iignatyev
Date:      2014-12-08 18:21 +0300
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/7b8c8cd1ee71

8066250: compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java fails product
Reviewed-by: kvn, thartmann
Contributed-by: tatiana.pivovarova at oracle.com

! test/compiler/dependencies/MonomorphicObjectCall/TestMonomorphicObjectCall.java

Changeset: c648545660d7
Author:    thartmann
Date:      2017-05-22 09:14 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/c648545660d7

8180565: Null pointer dereferences of ConstMethod::method()
Summary: We need to check ConstMethod::method() for NULL before dereferencing.
Reviewed-by: kvn, iignatyev

! src/share/vm/oops/constMethod.cpp

Changeset: cef572e3f5a6
Author:    thartmann
Date:      2017-05-22 09:16 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/cef572e3f5a6

8180617: Null pointer dereference in InitializeNode::complete_stores
Summary: Fixed a missing null check on the return value of InitializeNode::allocation() found by Parfait.
Reviewed-by: zmajo

! src/share/vm/opto/memnode.cpp

Changeset: 241128a2c3ce
Author:    thartmann
Date:      2017-05-22 09:17 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/241128a2c3ce

8180511: Null pointer dereference in Matcher::ReduceInst()
Summary: Fixed a missing null check on the return value of MachNodeGenerator() found by Parfait.
Reviewed-by: kvn

! src/share/vm/opto/matcher.cpp

Changeset: 0e17cbcda516
Author:    thartmann
Date:      2017-05-22 09:18 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/0e17cbcda516

8180576: Null pointer dereference in Matcher::xform()
Summary: Fixed a missing null check on n->in(0) found by Parfait.
Reviewed-by: kvn

! src/share/vm/opto/matcher.cpp

Changeset: 5c6e2c667464
Author:    thartmann
Date:      2017-05-22 09:23 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/5c6e2c667464

8180575: Null pointer dereference in LoadNode::Identity()
Summary: Fixed a missing null check on the return value of AddPNode::Ideal_base_and_offset() found by Parfait.
Reviewed-by: kvn

! src/share/vm/opto/memnode.cpp

Changeset: 1eaa9a72d705
Author:    thartmann
Date:      2017-05-24 16:53 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/1eaa9a72d705

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: 46e14725d619
Author:    zmajo
Date:      2017-05-30 09:20 +0200
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/46e14725d619

8180934: PutfieldError failed with UnsupportedClassVersionError
Summary: Change class version to version accepted by JDK 8.
Reviewed-by: dholmes, hseigel

! test/runtime/Final/Bad.jasm

Changeset: 3c3a934f88c2
Author:    zmajo
Date:      2017-05-30 08:17 +0000
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/3c3a934f88c2

Merge


Changeset: 4a575a49e938
Author:    gromero
Date:      2017-06-01 20:42 -0400
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/4a575a49e938

8175813: PPC64: "mbind: Invalid argument" when -XX:+UseNUMA is used
Reviewed-by: dholmes, zgu

! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/os_linux.hpp

Changeset: 09d0d56ca735
Author:    rraghavan
Date:      2017-06-01 23:19 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/09d0d56ca735

8175345: Reported null pointer dereference defect groups
Summary: Added required explicit NULL checks
Reviewed-by: thartmann, kvn

! src/share/vm/opto/callnode.cpp
! src/share/vm/opto/ifnode.cpp
! src/share/vm/opto/loopTransform.cpp
! src/share/vm/opto/stringopts.cpp

Changeset: 68758c5ab0c1
Author:    robm
Date:      2017-06-11 07:45 -0700
URL:       http://hg.openjdk.java.net/jdk8u/jdk8u/hotspot/rev/68758c5ab0c1

Merge




More information about the jdk8u-changes mailing list