-
Bug
-
Resolution: Fixed
-
P4
-
9
-
None
-
b34
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8085734 | emb-9 | Marcus Lagergren | P4 | Resolved | Fixed | team |
I had to make it a protected field as part of the optimistic builtins, internally the ArrayData structures still use the length() getters and local variables named "length" which causes warnings due to symbol collisions.
Mostly cosmetical, but the byte code length actually gets shorter
Mostly cosmetical, but the byte code length actually gets shorter
- backported by
-
JDK-8085734 ArrayData.length() function is now a protected field, we should explicitly use it internally
-
- Resolved
-