Changeset: d0b5dc55e72c Author: tschatzl Date: 2013-09-17 12:04 +0200 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/d0b5dc55e72c
8024914: Swapped usage of idx_t and bm_word_t types in bitMap.inline.hpp Summary: Incorrect usage of idx_t where bm_word_t is appropriate. Reviewed-by: tschatzl, brutisso Contributed-by: Dan Horak <dho...@redhat.com> ! src/share/vm/utilities/bitMap.inline.hpp Changeset: 918a90950fa6 Author: erikj Date: 2013-10-10 16:41 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/918a90950fa6 8015614: Update build settings Reviewed-by: tbell, dholmes, ahgross ! make/windows/makefiles/compile.make ! make/windows/makefiles/sa.make Changeset: bbd051c9089f Author: sgabdura Date: 2013-07-15 10:22 +0400 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/bbd051c9089f 8016256: Make finalization final Reviewed-by: hseigel ! src/share/vm/classfile/classFileParser.cpp Changeset: 3091721c8378 Author: iklam Date: 2013-08-24 00:14 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/3091721c8378 8023683: Enhance class file parsing Summary: Use the value returned by REALLOC_RESOURCE_ARRAY() Reviewed-by: coleenp, ahgross ! src/share/vm/classfile/classFileParser.cpp Changeset: 4b3487aa553c Author: mgronlun Date: 2013-10-17 19:28 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/4b3487aa553c 8023457: Event based tracing framework needs a mutex for thread groups Reviewed-by: acorn, sla ! src/share/vm/runtime/mutexLocker.cpp ! src/share/vm/runtime/mutexLocker.hpp Changeset: 266021994808 Author: kevinw Date: 2013-08-02 12:26 +0100 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/266021994808 8020943: Memory leak when GCNotifier uses create_from_platform_dependent_str() Reviewed-by: mgerdin, fparain, dcubed ! src/share/vm/services/gcNotifier.cpp Changeset: e8d1979fe077 Author: kevinw Date: 2013-09-16 13:49 -0700 URL: http://hg.openjdk.java.net/jdk6/jdk6/hotspot/rev/e8d1979fe077 8023478: Test fails with HS crash in GCNotifier. Reviewed-by: sla ! src/share/vm/services/gcNotifier.cpp