Re: RFR: 8295812: Skip the "half float" support in LittleCMS during the build [v2]

2022-11-04 Thread Sergey Bylokhov
> The Java2d do not use "half" float in the image layouts, so we can disable it > in the LittleCMS library during the build. It is possible to do using > [this](https://github.com/openjdk/jdk/blob/master/src/java.desktop/share/native/liblcms/lcms2.h#L85) > public option: > > > // Uncomment to

Re: RFR: JDK-8296137: diags-examples.xml is broken

2022-11-04 Thread Vicente Romero
On Fri, 4 Nov 2022 21:50:10 GMT, Jonathan Gibbons wrote: > Please review some minor updates to the `diags/examples` mechanism, repairing > some bitrot after one of the not-so-recent repo reorgs. > > For bonus, I've added a target for the German version of the output. lgtm -

Re: RFR: JDK-8296137: diags-examples.xml is broken

2022-11-04 Thread Iris Clark
On Fri, 4 Nov 2022 21:50:10 GMT, Jonathan Gibbons wrote: > Please review some minor updates to the `diags/examples` mechanism, repairing > some bitrot after one of the not-so-recent repo reorgs. > > For bonus, I've added a target for the German version of the output. Marked as reviewed by

RFR: JDK-8296137: diags-examples.xml is broken

2022-11-04 Thread Jonathan Gibbons
Please review some minor updates to the `diags/examples` mechanism, repairing some bitrot after one of the not-so-recent repo reorgs. For bonus, I've added a target for the German version of the output. - Commit messages: - JDK-8296137: diags-examples.xml is broken Changes:

RFR: 8294982: Implementation of Classfile API

2022-11-04 Thread Adam Sotona
This is root pull request with Classfile API implementation, tests and benchmarks initial drop into JDK. Following pull requests consolidating JDK class files parsing, generating, and transforming ([JDK-8294957](https://bugs.openjdk.org/browse/JDK-8294957)) will chain to this one. Classfile

Re: RFR: JDK-8296188: Update style and header in JDWP Protocol spec and JVMTI spec

2022-11-04 Thread Serguei Spitsyn
On Wed, 2 Nov 2022 19:07:36 GMT, Jonathan Gibbons wrote: > Please review a simple makefile-only update to inject the standard stylesheet > and navigation header into the two JDK specifications that are generated as > HTML files in the `gensrc` directory, to bring these docs in line with the >