Shorten primitive array allocation path:
authorBryce McKinlay <bryce@albatross.co.nz>
Sun, 24 Dec 2000 00:43:40 +0000 (00:43 +0000)
committerBryce McKinlay <bryce@gcc.gnu.org>
Sun, 24 Dec 2000 00:43:40 +0000 (00:43 +0000)
commitd27fd99a031b87c810c1fec5f8a82ce5bfd791fc
tree933ecd6a4250e4eba29b9292dde0fe6fcd8d2d65
parent93b0dee7798f3a068d5a3e1ea3a421829548f2b4
Shorten primitive array allocation path:

        * decl.c (init_decl_processing): Use _Jv_NewPrimArray not _Jv_NewArray
        to create new primitive arrays.
        * expr.c (build_newarray): If generating native code, call
        soft_newarray_node with a reference to the primitive TYPE identifier
        instead of type_value.

From-SVN: r38482
gcc/java/ChangeLog
gcc/java/decl.c
gcc/java/expr.c