hg: jdk9/hs-rt/hotspot: 8043896: Error reporting for insufficient shared region size is incorrect
yumin.qi at oracle.com
yumin.qi at oracle.com
Wed May 28 06:33:41 UTC 2014
Changeset: 18f15f589f38
Author: minqi
Date: 2014-05-27 21:58 -0700
URL: http://hg.openjdk.java.net/jdk9/hs-rt/hotspot/rev/18f15f589f38
8043896: Error reporting for insufficient shared region size is incorrect
Summary: In SharedSpaceType, we have three enum types which are used in report_out_of_shared_space(SharedSpaceType type). In fact we supplied more than three messages and flags. This leads the warning always gives wrong message with the first not used.
Reviewed-by: iklam, coleenp
Contributed-by: yumin.qi at oracle.com
! src/share/vm/utilities/debug.cpp
More information about the jdk9-all-changes
mailing list