Changeset: e064c40afff6 Author: amurillo Date: 2012-12-13 18:07 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e064c40afff6
8005035: new hotspot build - hs24-b28 Reviewed-by: jcoomes ! make/hotspot_version Changeset: 82caec9a04ca Author: kvn Date: 2012-12-13 17:27 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/82caec9a04ca 8004713: Stackoverflowerror thrown when thread stack straddles 0x80000000 Summary: use unsigned comparison when checking for stack overflow Reviewed-by: kvn, twisti Contributed-by: paul.nau...@oracle.com ! src/cpu/sparc/vm/templateInterpreter_sparc.cpp Changeset: e1d9b04b560b Author: brutisso Date: 2012-12-17 08:49 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/e1d9b04b560b 7173959: Jvm crashed during coherence exabus (tmb) testing Summary: Mapping of aligned memory needs to be MT safe. Also reviewed by: vita...@gmail.com Reviewed-by: dholmes, coleenp, zgu ! src/os/posix/vm/os_posix.cpp ! src/os/windows/vm/os_windows.cpp ! src/share/vm/runtime/os.hpp ! src/share/vm/runtime/virtualspace.cpp Changeset: 72610d66a199 Author: kevinw Date: 2012-09-19 15:24 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/72610d66a199 7196045: Possible JVM deadlock in ThreadTimesClosure when using HotspotInternal non-public API. Reviewed-by: sspitsyn, dholmes ! src/share/vm/services/management.cpp + test/runtime/7196045/Test7196045.java Changeset: 33ce1725aae9 Author: kevinw Date: 2012-09-30 23:24 +0100 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/33ce1725aae9 7200145: runtime/7196045/Test7196045.java fails with No class provided for `main' Reviewed-by: dholmes, dsamersoff ! test/runtime/7196045/Test7196045.java Changeset: 5ba336ab9b4b Author: kevinw Date: 2012-12-18 02:02 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/5ba336ab9b4b Merge Changeset: f0ea4cc93756 Author: zgu Date: 2012-12-17 13:14 -0500 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/f0ea4cc93756 8004802: jcmd VM.native_memory baseline=false crashes VM Summary: NMT has to check option's value also to determine which command to execute Reviewed-by: acorn, coleenp, hseigel ! src/share/vm/services/nmtDCmd.cpp Changeset: 9e00e448460e Author: zgu Date: 2012-12-18 11:28 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/9e00e448460e Merge Changeset: c707a5af0d71 Author: coleenp Date: 2012-10-08 09:18 -0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/c707a5af0d71 7170638: Use DTRACE_PROBE[N] in JNI Set and SetStatic Field. Summary: Don't use HS_DTRACE_PROBE_CDECL_N and HS_DTRACE_PROBE_N directly. Reviewed-by: coleenp, kamg, dholmes, sspitsyn Contributed-by: Mark Wielaard <m...@redhat.com> ! make/bsd/makefiles/buildtree.make ! make/linux/makefiles/buildtree.make ! make/linux/makefiles/dtrace.make ! make/linux/makefiles/vm.make ! make/solaris/makefiles/buildtree.make ! src/share/vm/prims/jni.cpp ! src/share/vm/utilities/dtrace.hpp Changeset: 9d98c1eb82b0 Author: coleenp Date: 2012-10-09 02:42 -0400 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/9d98c1eb82b0 8000622: Forgot to hg add and check in test for JDK-7170638 Summary: add the test Reviewed-by: coleenp, kamg Contributed-by: Mark Wielaard <m...@redhat.com> + test/serviceability/7170638/SDTProbesGNULinuxTest.sh Changeset: c5ee80cc0623 Author: amurillo Date: 2012-12-21 11:48 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/c5ee80cc0623 Merge Changeset: 4f7ad6299356 Author: amurillo Date: 2012-12-21 11:48 -0800 URL: http://hg.openjdk.java.net/jdk7u/jdk7u/hotspot/rev/4f7ad6299356 Added tag hs24-b28 for changeset c5ee80cc0623 ! .hgtags