Description
JitTester java code generator confuses one-dimensional arrays and multidimensional arrays when inherits generated classes from classes in TypeList.
This issue does not happen now because of fixJDK-8141202.
TheJDK-8141202 disables inheritance from all classes except Object and is a temporary fix.
When one enables inheritance again, this bug will appear again.
So casting conventions between one-dim and multi-dim arrays should be defined.
This issue does not happen now because of fix
The
When one enables inheritance again, this bug will appear again.
So casting conventions between one-dim and multi-dim arrays should be defined.
Attachments
Issue Links
- relates to
-
JDK-8074382 Development plan for JEP 233 Generate Run-Time Compiler Tests Automatically
- Closed
-
JDK-8043467 JEP 233: Generate Run-Time Compiler Tests Automatically
- Closed