Changeset: 1744e61450ea Author: zgu Date: 2014-07-18 11:14 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/1744e61450ea
8050165: linux-sparcv9: NMT detail causes assert((intptr_t*)younger_sp[FP->sp_offset_in_saved_window()] == (intptr_t*)((intptr_t)sp - STACK_BIAS)) failed: younger_sp must be valid Summary: Fixed native memory tracking stack walking Reviewed-by: coleenp, mikael ! src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp Changeset: fa21e59721c4 Author: zgu Date: 2014-07-21 06:00 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/fa21e59721c4 8050167: linux-sparcv9: hs_err file does not show any stack information Summary: Fixed creation of starting stack frame for stack walking in error handler Reviewed-by: coleenp, mikael ! src/os_cpu/linux_sparc/vm/os_linux_sparc.cpp Changeset: 4913b2634773 Author: zgu Date: 2014-07-24 09:33 -0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/4913b2634773 Merge Changeset: f0d3edacea3a Author: sgabdura Date: 2014-07-31 12:10 +0200 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/f0d3edacea3a 8051844: BootstrapMethods attribute cannot be empty again Summary: Fix JDK-8034926 was pushed second time after JDK-8041918 and cause it again. Recommit the fix JDK-8041918. Reviewed-by: lfoltan ! src/share/vm/classfile/classFileParser.cpp Changeset: 16f41a7c5c28 Author: kvn Date: 2014-08-05 14:44 -0700 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/16f41a7c5c28 8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow Summary: Added juint cast to avoid gcc problem we have on one of our platforms. Reviewed-by: dholmes, roland ! src/share/vm/oops/typeArrayOop.hpp Changeset: bad107a5d096 Author: hseigel Date: 2014-08-05 23:10 -0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/bad107a5d096 8051012: Regression in verifier for <init> method call from inside of a branch Summary: Fix stackmap matching for branches. Reviewed-by: coleenp, lfoltan, acorn ! src/share/vm/classfile/stackMapTable.cpp ! src/share/vm/classfile/stackMapTable.hpp ! src/share/vm/classfile/verifier.cpp ! src/share/vm/classfile/verifier.hpp