review(S): 7058510: multinewarray with 6 dimensions uncommon traps in server compiler
John Rose
john.r.rose at oracle.com
Fri Jul 1 14:16:01 PDT 2011
On Jul 1, 2011, at 2:09 PM, Vladimir Kozlov wrote:
> The code at line 448 process ndimensions==1 arrays.
(In parse3.cpp.) Yes, and that logic also handles small higher-dimensional arrays, like new int[1][1][1]. As an author of it, I find it a pleasantly bewildering bundle of tactics.
-- John
More information about the hotspot-compiler-dev
mailing list