> 8267630: Start of release updates for JDK 18
Joe Darcy has updated the pull request with a new target base due to a merge or
a rebase. The pull request now contains 24 commits:
- Update copyright year.
- Merge branch 'master' into 8267630
- Merge branch 'master' into 8267630
- Merge branch
> 8267630: Start of release updates for JDK 18
Joe Darcy has updated the pull request with a new target base due to a merge or
a rebase. The pull request now contains 22 commits:
- Merge branch 'master' into 8267630
- Merge branch 'master' into 8267630
- Merge branch 'master' into 8267630
-
> 8267630: Start of release updates for JDK 18
Joe Darcy has updated the pull request with a new target base due to a merge or
a rebase. The pull request now contains 21 commits:
- Merge branch 'master' into 8267630
- Merge branch 'master' into 8267630
- Merge branch 'master' into 8267630
-
On Wed, 9 Jun 2021 00:42:35 GMT, ScientificWare
wrote:
>> This concerns [dtdbuilder
>> tools](https://github.com/openjdk/jdk/tree/master/make/jdk/src/classes/build/tools/dtdbuilder).
>>
>> In jshell, try `System.getProperty("html32") + ""` you'll get a `String`.
>>
>> So, in `DTDBuilder.java`
On Wed, 9 Jun 2021 12:13:20 GMT, Alan Bateman wrote:
> Seems to be linked to the wrong issue, the issue you want is JDK-8266036.
Yes, sorry for the wrong issue. Fixed now.
Thanks for noticing!
-
PR: https://git.openjdk.java.net/jdk/pull/4428
On Wed, 9 Jun 2021 11:05:37 GMT, Jan Lahoda wrote:
> The ct.sym may contain classfiles referring to annotations that are not
> present in ct.sym (liek JDK's internal annotation `sun.misc.Contended`). If
> javac will try to load them (while discovering annotations for the purpose of
> detecting
The ct.sym may contain classfiles referring to annotations that are not present
in ct.sym (liek JDK's internal annotation `sun.misc.Contended`). If javac will
try to load them (while discovering annotations for the purpose of detecting
which annotation processors should be run), an error will be