hg: jdk8u/hs-dev/hotspot: 2 new changesets

vladimir.kozlov at oracle.com vladimir.kozlov at oracle.com
Sun Oct 26 23:19:36 UTC 2014


Changeset: f31986da9319
Author:    morris
Date:      2014-08-13 13:00 -0700
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/f31986da9319

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: e4bd8244c085
Author:    kvn
Date:      2014-08-05 14:44 -0700
URL:       http://hg.openjdk.java.net/jdk8u/hs-dev/hotspot/rev/e4bd8244c085

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 jdk8u-hs-changes mailing list