hg: jdk9/hs-comp/hotspot: 2 new changesets
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Sun Oct 26 21:33:18 UTC 2014
Changeset: ee3320873991
Author: morris
Date: 2014-08-13 13:00 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/ee3320873991
8054530: C2: assert(res == old_res) failed: Inconsistency between old and new
Summary: Fixed signedness problem with assertion.
Reviewed-by: kvn
! src/share/vm/oops/objArrayOop.hpp
Changeset: 164dfb54fd47
Author: kvn
Date: 2014-08-05 14:44 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/rev/164dfb54fd47
8049542: C2: assert(size_in_words <= (julong)max_jint) failed: no overflow
Summary: Added juint cast to avoid gcc problem we have on one of our platforms.
Reviewed-by: dholmes, roland
! src/share/vm/oops/typeArrayOop.hpp
More information about the jdk9-all-changes
mailing list