[aarch64-port-dev ] hg: aarch64-port/jdk7u/hotspot: 8 new changesets
adinn at redhat.com
adinn at redhat.com
Thu Jul 24 08:00:18 UTC 2014
Changeset: 899df65664f8
Author: hseigel
Date: 2014-03-04 15:46 -0500
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/899df65664f8
8032536: JVM resolves wrong method in some unusual cases
Summary: Handle package private case
Reviewed-by: coleenp, acorn, jdn
! src/share/vm/oops/klassVtable.cpp
Changeset: f39c5f05151b
Author: hseigel
Date: 2014-03-17 10:17 -0400
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/f39c5f05151b
8035119: Fix exceptions to bytecode verification
Summary: Prevent ctor calls to super() and this() from avoidable code (try blocks, if stmts, etc.)
Reviewed-by: coleenp, acorn, mschoene
! src/share/vm/classfile/stackMapTable.cpp
! src/share/vm/classfile/verifier.cpp
! src/share/vm/classfile/verifier.hpp
Changeset: 19cccbf76d6d
Author: hseigel
Date: 2014-02-13 11:28 -0500
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/19cccbf76d6d
8030763: Validate global memory allocation
Summary: Add length checks where necessary
Reviewed-by: coleenp, mschoene
! src/os/bsd/vm/os_bsd.cpp
! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/compiler/compileBroker.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/utilities/vmError.cpp
Changeset: 391c133a4a5d
Author: coleenp
Date: 2014-03-19 14:45 -0400
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/391c133a4a5d
8037076: Check constant pool constants
Summary: Fix events log string.
Reviewed-by: kvn, mschoene
! src/share/vm/utilities/events.cpp
Changeset: 54ddcfa65655
Author: acorn
Date: 2014-03-20 11:36 -0700
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/54ddcfa65655
8037167: Better method signature resolution
Reviewed-by: mschoene, hseigel, lfoltan
! src/share/vm/classfile/classFileParser.cpp
! src/share/vm/classfile/classFileParser.hpp
Changeset: e8ca2de9b829
Author: hseigel
Date: 2014-04-07 09:27 -0400
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/e8ca2de9b829
8037157: Verify <init> call
Summary: Check for null method
Reviewed-by: coleenp, acorn, mschoene
! src/share/vm/classfile/verifier.cpp
Changeset: 0e7628b16442
Author: hseigel
Date: 2014-05-28 08:09 -0400
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/0e7628b16442
8043454: Test case for 8037157 should not throw a VerifyError
Summary: Don't throw VerifyError if method is NULL.
Reviewed-by: acorn, lfoltan, mschoene
! src/share/vm/classfile/verifier.cpp
Changeset: b59d2e4fec44
Author: hseigel
Date: 2014-03-19 14:02 -0400
URL: http://hg.openjdk.java.net/aarch64-port/jdk7u/hotspot/rev/b59d2e4fec44
8036800: Attribute OOM to correct part of code
Summary: checks that the attribute_length does not exceed the length of remaining data in the class file
Reviewed-by: coleenp, ahgross
! src/share/vm/classfile/classFileParser.cpp
More information about the aarch64-port-dev
mailing list