hg: hsx/hotspot-comp/hotspot: 8004741: Missing compiled exception handle table entry for multidimensional array allocation
vladimir.kozlov at oracle.com
vladimir.kozlov at oracle.com
Wed Dec 19 22:52:56 PST 2012
Changeset: 2d6c433b1f38
Author: kvn
Date: 2012-12-19 19:21 -0800
URL: http://hg.openjdk.java.net/hsx/hotspot-comp/hotspot/rev/2d6c433b1f38
8004741: Missing compiled exception handle table entry for multidimensional array allocation
Summary: Added missing exception path for multidimensional array allocation and use Throwable type instead of OutOfMemoryError for allocation's exception.
Reviewed-by: twisti
! src/share/vm/opto/graphKit.cpp
! src/share/vm/opto/parse3.cpp
! src/share/vm/opto/runtime.cpp
! src/share/vm/opto/runtime.hpp
! src/share/vm/runtime/globals.hpp
! src/share/vm/runtime/thread.cpp
+ test/compiler/8004741/Test8004741.java
More information about the hotspot-compiler-dev
mailing list