commit | 1a3734cdfafb753a581e052c233f6a55d8073159 | [log] [tgz] |
---|---|---|
author | Yumin Qi <yumin.qi@oracle.com> | Tue May 27 21:58:23 2014 -0700 |
committer | Yumin Qi <minqi@openjdk.org> | Tue May 27 21:58:23 2014 -0700 |
tree | 4a1b23a24bda184413c04cca2684d694e4af1394 | |
parent | 49c3c35a144d65757c880cfae15e8d4886dc9663 [diff] |
8043896: Error reporting for insufficient shared region size is incorrect 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