hg: jdk9/hs-gc/hotspot: 21 new changesets
erik.helin at oracle.com
erik.helin at oracle.com
Mon Feb 17 05:04:40 PST 2014
Changeset: c86519f8d826
Author: henryjen
Date: 2014-02-05 21:24 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/c86519f8d826
8033289: clang: clean up unused function warning
Reviewed-by: coleenp, dholmes, mgerdin
! src/cpu/x86/vm/templateTable_x86_64.cpp
! src/share/vm/prims/jvmtiTagMap.cpp
! src/share/vm/runtime/mutex.cpp
Changeset: 4f0acb75c921
Author: coleenp
Date: 2014-02-06 18:57 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/4f0acb75c921
8028735: runtime/RedefineObject/TestRedefineObject.java interrupted (timed out?) on solaris_sparcv9-fastdebug-c2-runtime and solaris_x64-debugOpen-c2-runtime
Summary: Change GC loop counter to 100 which is enough to test the original problem but doesn't timeout the test.
Reviewed-by: ctornqvi, lfoltan, mseledtsov, sla
! test/runtime/RedefineObject/Agent.java
Changeset: e7d8cbe4db3b
Author: fparain
Date: 2014-02-06 17:59 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/e7d8cbe4db3b
8030808: dtrace/hotspot/Monitors/Monitors001 fails in product builds on solaris-sparc
Reviewed-by: sspitsyn, dcubed, kamg, dholmes
! src/share/vm/runtime/synchronizer.cpp
! src/share/vm/runtime/synchronizer.hpp
Changeset: c09d6af75fd9
Author: fparain
Date: 2014-02-06 14:51 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/c09d6af75fd9
Merge
Changeset: 2c2a99f6cf83
Author: coleenp
Date: 2014-02-06 14:28 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/2c2a99f6cf83
8029775: Solaris code cleanup
8033464: Linux code cleanup
Summary: cleaned up warnings in solaris and linux specific os code.
Reviewed-by: coleenp, fparain, dcubed
Contributed-by: gerald.thornbrugh at oracle.com
! src/os/linux/vm/os_linux.cpp
! src/os/linux/vm/perfMemory_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/solaris/vm/perfMemory_solaris.cpp
! src/os_cpu/solaris_x86/vm/os_solaris_x86.cpp
Changeset: 260ff1b76790
Author: coleenp
Date: 2014-02-06 20:32 +0000
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/260ff1b76790
Merge
Changeset: 9341a9963d36
Author: sspitsyn
Date: 2014-02-06 20:13 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/9341a9963d36
8025841: JVMTI: "vtable stub" dynamic code notification is misplaced
Summary: Generate correct "vtable stub" dynamic code notifications
Reviewed-by: sspitsyn, kvn, coleenp
Contributed-by: oleg.mazurov at oracle.com
! src/share/vm/code/vtableStubs.cpp
! src/share/vm/code/vtableStubs.hpp
! src/share/vm/prims/jvmtiCodeBlobEvents.cpp
Changeset: 67d6392ed21e
Author: dcubed
Date: 2014-02-07 09:03 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/67d6392ed21e
8033714: hotspot 'install_jvm' bld target broken with ZIP_DEBUGINFO_FILES=0
Summary: fixed faulty logic in makefiles when compressed FDS builds are disabled
Reviewed-by: rdurbin, dholmes, never, dnsimon, tbell
! make/bsd/makefiles/jsig.make
! make/bsd/makefiles/saproc.make
! make/bsd/makefiles/vm.make
! make/linux/makefiles/jsig.make
! make/linux/makefiles/saproc.make
! make/linux/makefiles/vm.make
! make/solaris/makefiles/jsig.make
! make/solaris/makefiles/saproc.make
! make/solaris/makefiles/vm.make
Changeset: c2626e4f0c80
Author: dcubed
Date: 2014-02-07 11:47 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/c2626e4f0c80
8033931: Several nightly tests failing with assert(imin < imax) failed: Unexpected page size
Summary: Loosen new assert() in get_stack_commited_bottom()
Reviewed-by: dcubed, coleenp, dsamersoff, hseigel
Contributed-by: gerald.thornbrugh at oracle.com
! src/os/linux/vm/os_linux.cpp
Changeset: 26c3b944dc35
Author: coleenp
Date: 2014-02-07 18:30 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/26c3b944dc35
8033528: assert(0 <= i && i < length()) failed: index out of bounds
Summary: Restoring bytecodes for invokedynamic had wrong index calculation added testing stress option.
Reviewed-by: twisti, hseigel
! src/share/vm/interpreter/rewriter.cpp
! src/share/vm/interpreter/rewriter.hpp
! src/share/vm/oops/constantPool.cpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/utilities/array.hpp
! test/runtime/lambda-features/InvokespecialInterface.java
Changeset: 0e5d1eefe3af
Author: hseigel
Date: 2014-02-09 13:28 -0500
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/0e5d1eefe3af
Merge
Changeset: 4802ce6fbff6
Author: ctornqvi
Date: 2014-02-10 17:49 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/4802ce6fbff6
8016644: Improve UnsupportedClassVersionError message
Summary: Improved the UnsupportedClassVersionError message to hopefully be more user friendly
Reviewed-by: coleenp, dholmes, twisti
! src/share/vm/classfile/classFileParser.cpp
+ test/runtime/ClassFile/UnsupportedClassFileVersion.java
! test/testlibrary/com/oracle/java/testlibrary/ProcessTools.java
Changeset: c025990068c4
Author: dcubed
Date: 2014-02-10 12:48 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/c025990068c4
8028073: race condition in ObjectMonitor implementation causing deadlocks
Summary: Move redo of ParkEvent.unpark() after JVMTI_EVENT_MONITOR_WAITED event handler is called.
Reviewed-by: dholmes, sspitsyn, dice, acorn
! src/share/vm/prims/jvm.cpp
! src/share/vm/runtime/objectMonitor.cpp
Changeset: 5eee9a9aeb7a
Author: rdurbin
Date: 2014-02-10 12:38 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/5eee9a9aeb7a
8005262: possible gamma launcher issues
Summary: Cleaned out make targets and comments associated with the previously removed gamma launcher
Reviewed-by: dcubed, stefank
! make/bsd/makefiles/optimized.make
! make/bsd/makefiles/product.make
! make/bsd/makefiles/top.make
! make/linux/makefiles/optimized.make
! make/linux/makefiles/product.make
! make/linux/makefiles/top.make
! make/solaris/makefiles/optimized.make
! make/solaris/makefiles/product.make
! make/solaris/makefiles/top.make
Changeset: 7865629d6f22
Author: dcubed
Date: 2014-02-10 12:58 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/7865629d6f22
Merge
Changeset: 9bfa5faf122e
Author: dcubed
Date: 2014-02-10 14:07 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/9bfa5faf122e
Merge
Changeset: cd6b3f1a94ff
Author: minqi
Date: 2014-02-10 21:29 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/cd6b3f1a94ff
8033792: AltHashing used jint for imprecise bit shifting
Summary: AltHashing used jint the way of juint in bit shifting which could lead loss of precision. Fix by change _seed defined as juint.
Reviewed-by: coleenp, ccheung
Contributed-by: yumin.qi at oracle.com
! src/share/vm/classfile/altHashing.cpp
! src/share/vm/classfile/altHashing.hpp
! src/share/vm/oops/instanceKlass.hpp
! src/share/vm/oops/metadata.hpp
! src/share/vm/oops/oop.cpp
! src/share/vm/oops/oop.hpp
! src/share/vm/oops/symbol.cpp
! src/share/vm/oops/symbol.hpp
! src/share/vm/utilities/hashtable.cpp
! src/share/vm/utilities/hashtable.hpp
Changeset: ad3f8397fe37
Author: iklam
Date: 2014-02-11 08:43 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/ad3f8397fe37
7182040: volano29 limited by os resource on Linux - need better diagnostic message
Summary: Changed message to "unable to create native thread: possibly out of memory or process/resource limits reached"
Reviewed-by: dholmes, sla
! src/share/vm/compiler/compileBroker.cpp
! src/share/vm/gc_implementation/shared/concurrentGCThread.cpp
! src/share/vm/prims/jvm.cpp
! src/share/vm/runtime/os.cpp
! src/share/vm/runtime/os.hpp
! src/share/vm/runtime/serviceThread.cpp
! src/share/vm/services/attachListener.cpp
Changeset: 78fde43dc07d
Author: iklam
Date: 2014-02-11 10:05 -0800
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/78fde43dc07d
Merge
! src/share/vm/prims/jvm.cpp
Changeset: e8ef156f0bc9
Author: ehelin
Date: 2014-02-13 17:57 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/e8ef156f0bc9
Merge
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/os.cpp
Changeset: 7ab49a697539
Author: ehelin
Date: 2014-02-17 10:13 +0100
URL: http://hg.openjdk.java.net/jdk9/hs-gc/hotspot/rev/7ab49a697539
Merge
More information about the jdk9-all-changes
mailing list