Relates :
|
Because there is a divergence between 8u and 9 codebase in the parser, a literal backport of JDK-8067139 made a method in LexicalContext used by the parser inaccessible; it needs to be reverted from private to public. Additionally, the changeset backported for JDK-8066232 actually had an incomplete test; in 9 this was remedied by JDK-8066683 which is a 9-only changeset. These need to be fixed in order for these changes to correctly work with 8u.
|