Code Review for 6663908

Prepared by: Chuck Rasbold (rasbold) on Mon Apr 7 14:14:24 PDT 2008
Workspace:/net/escuintla/export/rasbold/hg/6663908
Compare against: /net/jano2.sfbay/export2/hotspot/hg/hotspot.clean/hotspot
Summary of changes: 1 line changed: 0 ins; 0 del; 1 mod; 462 unchg
Patch of changes: 6663908.patch
Author comments:
6663908: NegativeArraySizeException is not thrown
Summary: Don't optimize zero length array allocations at compile time.
Reviewed-by:

A compiled method misses throwing a NegativeArraySizeException. Don't
optimize a multidimensional array allocation when a dimension size is
zero.
Legend: Modified file
Deleted file
New file

Cdiffs Udiffs Sdiffs Frames Old New Patch Raw src/share/vm/opto/parse3.cpp

1 line changed: 0 ins; 0 del; 1 mod; 462 unchg

This code review page was prepared using /home/rasbold/bin/webrev (vers 23.13-hg).