-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
repo-valhalla
-
x86
The defaultvalue bytecode just returns the pre-allocated default value. The interpreter currently calls the runtime to perform this operation. But once the CP entry has been resoled and the inline class has been initialized, the default value could be retrieved and returned without calling the runtime, reducing the cost of this bytecode.