hg: jdk9/hs/hotspot: 2 new changesets
jiangli.zhou at oracle.com
jiangli.zhou at oracle.com
Tue Nov 15 01:50:53 UTC 2016
Changeset: 8589b00e7c92
Author: jiangli
Date: 2016-11-14 18:03 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/8589b00e7c92
8168790: CDS: assert(max_delta <= (0x7FFFFFFF)) failed: range check.
Summary: Change the assert to check the current delta is less than 0x7FFFFFFF.
Reviewed-by: iklam, ddmitriev
! src/share/vm/classfile/compactHashtable.cpp
+ test/runtime/SharedArchiveFile/LargeSharedSpace.java
Changeset: 9835a0bc4c4b
Author: jiangli
Date: 2016-11-14 19:24 -0500
URL: http://hg.openjdk.java.net/jdk9/hs/hotspot/rev/9835a0bc4c4b
Merge
More information about the jdk9-all-changes
mailing list