hg: jdk9/hs/hotspot: 7 new changesets
igor.veresov at oracle.com
igor.veresov at oracle.com
Fri Oct 3 02:56:48 UTC 2014
Changeset: a28ba9881eb6
Author: neliasso
Date: 2014-09-30 10:22 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/a28ba9881eb6
8058891: serviceability/dcmd/CodelistTest.java - fails on all platforms
Summary: Fix can not reflect MethodHandles
Reviewed-by: kvn, drchase
! test/TEST.groups
- test/serviceability/dcmd/CodelistTest.java
- test/serviceability/dcmd/CompilerQueueTest.java
- test/serviceability/dcmd/MethodIdentifierParser.java
! test/serviceability/dcmd/compiler/CodeCacheTest.java < test/serviceability/dcmd/CodeCacheTest.java
+ test/serviceability/dcmd/compiler/CodelistTest.java
+ test/serviceability/dcmd/compiler/CompilerQueueTest.java
+ test/serviceability/dcmd/compiler/MethodIdentifierParser.java
Changeset: 81dfb21dd396
Author: zmajo
Date: 2014-10-01 10:01 +0200
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/81dfb21dd396
8059390: code cache fills up for bigapps/Weblogic+medrec/nowarnings
Summary: Retrieve code heap in CodeCache::allocate(), ::report_codemem_full(), and ::unallocated_capacity() also if segmented code cache is disabled.
Reviewed-by: vlivanov, thartmann
! src/share/vm/code/codeCache.cpp
! src/share/vm/code/codeCache.hpp
! src/share/vm/memory/heap.hpp
Changeset: 01595de2efaa
Author: thartmann
Date: 2014-10-01 09:40 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/01595de2efaa
Merge
Changeset: 677d7ff6a1cf
Author: vlivanov
Date: 2014-10-01 12:34 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/677d7ff6a1cf
8058828: Wrong ciConstant type for arrays from ConstantPool::_resolved_reference
Reviewed-by: kvn, jrose
! src/share/vm/ci/ciEnv.cpp
! src/share/vm/ci/ciTypeFlow.cpp
+ test/compiler/jsr292/VMAnonymousClasses.java
Changeset: 9c4780bccc23
Author: vlivanov
Date: 2014-10-01 12:34 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9c4780bccc23
8059556: C2: crash while inlining MethodHandle invocation w/ null receiver
Reviewed-by: kvn, jrose
! src/share/vm/opto/callGenerator.cpp
+ test/compiler/jsr292/NullConstantReceiver.java
Changeset: 278ceffd88cd
Author: iveresov
Date: 2014-10-02 12:31 -0700
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/278ceffd88cd
Merge
- test/serviceability/dcmd/CodeCacheTest.java
- test/serviceability/dcmd/CodelistTest.java
- test/serviceability/dcmd/CompilerQueueTest.java
- test/serviceability/dcmd/MethodIdentifierParser.java
Changeset: 666d11a0c124
Author: iveresov
Date: 2014-10-03 01:10 +0000
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/666d11a0c124
Merge
! test/TEST.groups
- test/serviceability/dcmd/CodeCacheTest.java
- test/serviceability/dcmd/CodelistTest.java
- test/serviceability/dcmd/CompilerQueueTest.java
- test/serviceability/dcmd/MethodIdentifierParser.java
More information about the jdk9-all-changes
mailing list