Details
-
Type:
Bug
-
Status:
Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: None
-
Fix Version/s: 2.9.3
-
Component/s: Compiler: Optimizing
-
Labels:None
-
Number of attachments :
Description
If TestInstanceOf from the bytecode basic tests is run with an initial compiler of opt we differ on the test of magic[][].
Issue Links
- supercedes
-
RVM-466
Four tests in test run "tiny" fail when compiled with -X:aos:initial_compiler=opt -X:aos:enable_recompilation=false
-
The error is in VM_Array. In the constructor it should be:
innermostElementTypeDimension = innermostElementType.dimension;