-
Type:
Enhancement
-
Resolution: Withdrawn
-
Priority:
P4
-
None
-
Affects Version/s: 10
-
Component/s: core-libs
-
generic
-
generic
Getters for parameters accessed through NativeArguments.getArgument() or through array load from the vararg array are not optimistic. While their underlying storage is (currently) always Object[], being optimistic about them (e.g. they might be boxed ints, longs, and doubles) would allow for keeping the types narrower when they're used in calculations.