Changeset: 931ff1dc8f83 Author: hseigel Date: 2014-03-04 15:58 -0500 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/931ff1dc8f83
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: cb914be83f0a Author: hseigel Date: 2014-03-19 14:18 -0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/cb914be83f0a 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 Changeset: dd7d490e72af Author: coleenp Date: 2014-04-04 13:37 -0500 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/dd7d490e72af 8037076: Check constant pool constants Summary: Fix events log string. Reviewed-by: kvn, mschoene Contributed-by: paul.nau...@oracle.com ! src/share/vm/utilities/events.cpp Changeset: 21bc2d50c242 Author: hseigel Date: 2014-02-14 12:07 -0500 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/21bc2d50c242 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: 1304e61f6271 Author: hseigel Date: 2014-04-07 09:22 -0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/1304e61f6271 8037157: Verify <init> call Summary: Check for null method Reviewed-by: coleenp, acorn, mschoene ! src/share/vm/classfile/verifier.cpp Changeset: 6177a94d77fd Author: chrisphi Date: 2014-07-06 12:44 -0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/6177a94d77fd 8035119: Fix exceptions to bytecode verification Summary: Prevent ctor calls to super() and this() from avoidable code (try blocks, if stmts, etc.). Modified for openjdk6 hs23. Reviewed-by: hseigel, coleenp, acorn, mschoene ! src/share/vm/classfile/stackMapTable.cpp ! src/share/vm/classfile/verifier.cpp ! src/share/vm/classfile/verifier.hpp Changeset: ce8ddc29d76d Author: chrisphi Date: 2014-07-06 12:48 -0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/ce8ddc29d76d 8037167: Better method signature resolution Summary: Modified for openjdk6 hs23 Reviewed-by: acorn, mschoene, hseigel, lfoltan Contributed-by: paul.nau...@oracle.com ! src/share/vm/classfile/classFileParser.cpp ! src/share/vm/classfile/classFileParser.hpp Changeset: 5632578b9520 Author: omajid Date: 2014-07-10 17:40 -0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/5632578b9520 OPENJDK6-36: Fix a mistake in backport of 8035119 Reviewed-by: chrisphi ! src/share/vm/classfile/verifier.cpp Changeset: 370d140ce51d Author: omajid Date: 2014-07-15 10:28 -0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/370d140ce51d Added tag jdk6-b32 for changeset 5632578b9520 ! .hgtags