On Fri, 3 Nov 2023 03:44:31 GMT, Leonid Mesnik wrote:
>> The jtreg starts the main thread in a separate ThreadGroup and checks
>> unhandled exceptions for this group. However, it doesn't catch all unhandled
>> exceptions. There is a jtreg issue for this
>> https://bugs.openjdk.org/browse/CODET
On Thu, 2 Nov 2023 20:48:45 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
On Fri, 3 Nov 2023 03:44:31 GMT, Leonid Mesnik wrote:
>> The jtreg starts the main thread in a separate ThreadGroup and checks
>> unhandled exceptions for this group. However, it doesn't catch all unhandled
>> exceptions. There is a jtreg issue for this
>> https://bugs.openjdk.org/browse/CODET
> The jtreg starts the main thread in a separate ThreadGroup and checks
> unhandled exceptions for this group. However, it doesn't catch all unhandled
> exceptions. There is a jtreg issue for this
> https://bugs.openjdk.org/browse/CODETOOLS-7903526.
> Catching such issues for virtual threads is
On Thu, 2 Nov 2023 20:48:45 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
On Tue, 31 Oct 2023 07:19:55 GMT, Jatin Bhateja wrote:
>> Hi All,
>>
>> This patch optimizes sub-word gather operation for x86 targets with AVX2 and
>> AVX512 features.
>>
>> Following is the summary of changes:-
>>
>> 1) Intrinsify sub-word gather with high performance backend implementation
On Thu, 2 Nov 2023 23:19:24 GMT, Jorn Vernee wrote:
>> Explicitly handle UpcallStub allocation failures by terminating. We
>> currently might try to use the returned `nullptr` which would fail sooner or
>> later. This patch just makes the termination explicit.
>
> Jorn Vernee has updated the pu
On Thu, 2 Nov 2023 14:46:49 GMT, Per Minborg wrote:
> This PR proposes to harmonize the @throws tags in the javadocs for the FFM
> API.
>
> The @throws tags are using a bit different principles with respect to
> formatting and ending with a period or not.
>
> Looking at some prominent Java cl
> Explicitly handle UpcallStub allocation failures by terminating. We currently
> might try to use the returned `nullptr` which would fail sooner or later.
> This patch just makes the termination explicit.
Jorn Vernee has updated the pull request incrementally with one additional
commit since t
On Thu, 2 Nov 2023 14:25:20 GMT, Raffaello Giulietti
wrote:
>> Enhance `java.math.BigInteger` constructors taking a `byte[]` argument by
>> improving guarantees of internal invariants.
>
> Raffaello Giulietti has updated the pull request incrementally with one
> additional commit since the las
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
On Thu, 2 Nov 2023 18:21:07 GMT, Eirik Bjorsnos wrote:
> > Thinking some more about this, I would like to see us keep the Zip
> > generated by python, store it in a byte array (or equivalent) as it also
> > validate that we can still process the zip given this was the original test
> > and the
On Thu, 2 Nov 2023 14:53:44 GMT, Jim Laskey wrote:
>> src/java.base/share/classes/sun/launcher/LauncherHelper.java line 973:
>>
>>> 971: abort(null, "java.launcher.cls.error3",
>>> 972: mainMethod.getDeclaringClass().getName());
>>> 973: }
>>
>> The simplif
On Tue, 31 Oct 2023 20:14:45 GMT, Joe Darcy wrote:
> Due to their longer-than-typical running time and because the vector API is
> not (yet) in the base module, move the vector API tests in tier 1 to tier 2.
This pull request has now been integrated.
Changeset: 9dc40ba4
Author:Joe Darcy
U
On Thu, 2 Nov 2023 17:53:12 GMT, Jim Laskey wrote:
> I thought it was a clearer way to get rid of the side effect.
It means LauncherHelper.checkAndLoadMain description will need to be updated as
it says that it checks the public static void main method. But okay, I'll go
through what you have
On Wed, 1 Nov 2023 21:27:57 GMT, Justin Lu wrote:
> Please review this simple change which refines the specification of some
> NumberFormat methods (with unsupported operations) to separate the API and
> implementation specification.
Marked as reviewed by iris (Reviewer).
-
PR Re
On Mon, 30 Oct 2023 19:54:12 GMT, Lance Andersen wrote:
> Thinking some more about this, I would like to see us keep the Zip generated
> by python, store it in a byte array (or equivalent) as it also validate that
> we can still process the zip given this was the original test and the zip is
>
On Thu, 2 Nov 2023 12:24:31 GMT, Jim Laskey wrote:
>> Uhmm. In the spec I see implicit classes named here:
>>
>>
>> For reference, the following constructs are declared implicitly in source
>> code, but are not marked as mandated because only formal parameters and
>> modules can be so marked
On Thu, 2 Nov 2023 17:21:02 GMT, Jan Lahoda wrote:
>> No. It should be left at the first preview level.
>
> `UNNAMED_CLASSES` should probably be removed, as I think it is fully replaced
> with `IMPLICIT_CLASSES`, and I don't think there are bootstrap problems here
> (unlike in `jdk.internal.jav
On Thu, 2 Nov 2023 17:30:40 GMT, Jan Lahoda wrote:
>> Missed that. The issue is that Implicit Classes don't have any API and don't
>> show up in the preview page. Fixed.
>
> Regarding removal of `UNNAMED_CLASSES` here, there was an API annotated using
> this constant in `j.l.Class` (`isUnnamedC
On Thu, 2 Nov 2023 16:19:07 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
On Thu, 2 Nov 2023 17:45:51 GMT, Alan Bateman wrote:
>> Amazingly enough I seem to have the JNI straight on the first try.
>
>> Amazingly enough I seem to have the JNI straight on the first try.
>
> Oh, I wasn't expecting that. My comment was suggesting we change
> LauncherHelper.checkAndLoadMa
On Thu, 2 Nov 2023 17:26:19 GMT, Jan Lahoda wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Revised implicit class test
>
> test/jdk/java/lang/Class/ImplicitClass/TestImplicitClass.java line 25:
>
>> 23:
>> 24: /*
On Thu, 2 Nov 2023 15:45:03 GMT, Jim Laskey wrote:
> Amazingly enough I seem to have the JNI straight on the first try.
Oh, I wasn't expecting that. My comment was suggesting we change
LauncherHelper.checkAndLoadMain to set both appClass and mainType after the
validate succeeds.
-
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
On Thu, 2 Nov 2023 17:17:42 GMT, Jan Lahoda wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Revised implicit class test
>
> src/java.base/share/classes/jdk/internal/misc/MainMethodFinder.java line 33:
>
>> 31: publi
On Thu, 2 Nov 2023 11:55:50 GMT, Jim Laskey wrote:
>> src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java line 249:
>>
>>> 247: STRING_TEMPLATES(JDK21, Fragments.FeatureStringTemplates,
>>> DiagKind.PLURAL),
>>> 248: UNNAMED_CLASSES(JDK21, Fragments.FeatureUnname
On Thu, 2 Nov 2023 14:52:46 GMT, Jim Laskey wrote:
>> src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 76:
>>
>>> 74: UNNAMED_CLASSES,
>>> 75: @JEP(number=999, title="Implicit Classes and Instance Main
>>> Methods")
>>> 76: IMPLICIT_CLASSES,
>>
>>
On Thu, 2 Nov 2023 15:57:15 GMT, Mandy Chung wrote:
>> The test fails on windows because unmatched comparison of `Path.toString()`
>> vs `URL.getPath().toString()` after JDK-8317965. A simple fix is to
>> evaluate the JAR file path in the same way as `LoadLibraryDeadlock` does.
>
> Mandy Chun
On Thu, 2 Nov 2023 15:57:15 GMT, Mandy Chung wrote:
>> The test fails on windows because unmatched comparison of `Path.toString()`
>> vs `URL.getPath().toString()` after JDK-8317965. A simple fix is to
>> evaluate the JAR file path in the same way as `LoadLibraryDeadlock` does.
>
> Mandy Chun
On Wed, 1 Nov 2023 21:27:57 GMT, Justin Lu wrote:
> Please review this simple change which refines the specification of some
> NumberFormat methods (with unsupported operations) to separate the API and
> implementation specification.
LGTM
-
Marked as reviewed by naoto (Reviewer).
On Mon, 2 Oct 2023 22:17:34 GMT, Calvin Cheung wrote:
> Please review this changeset for adding support for `--module` (-m) option
> for CDS.
> Changes in the `ModuleBootstrap.java` are needed so that the
> `ArchivedModuleGraph.archive` and `ArchivedBootLayer.archive` are called if
> the main
On Thu, 2 Nov 2023 01:00:38 GMT, Mandy Chung wrote:
> The test fails on windows because unmatched comparison of `Path.toString()`
> vs `URL.getPath().toString()` after JDK-8317965. A simple fix is to
> evaluate the JAR file path in the same way as `LoadLibraryDeadlock` does.
This pull reques
On Thu, 2 Nov 2023 15:57:15 GMT, Mandy Chung wrote:
>> The test fails on windows because unmatched comparison of `Path.toString()`
>> vs `URL.getPath().toString()` after JDK-8317965. A simple fix is to
>> evaluate the JAR file path in the same way as `LoadLibraryDeadlock` does.
>
> Mandy Chun
On Wed, 1 Nov 2023 11:26:48 GMT, Alan Bateman wrote:
>> Calvin Cheung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> more comments from Alan and Ioi; copyright year update
>
> Marked as reviewed by alanb (Reviewer).
Thanks @AlanBateman
On Thu, 2 Nov 2023 15:33:25 GMT, Maurizio Cimadamore
wrote:
>> Since there is no way to detect an implicit class, the test is no longer
>> relevant.
>
> Right, but the test was still checking useful stuff - e.g. like the fact that
> the class generated by javac was final, etc (in accordance wi
On Thu, 2 Nov 2023 14:46:49 GMT, Per Minborg wrote:
> This PR proposes to harmonize the @throws tags in the javadocs for the FFM
> API.
>
> The @throws tags are using a bit different principles with respect to
> formatting and ending with a period or not.
>
> Looking at some prominent Java cl
On Thu, 2 Nov 2023 12:34:49 GMT, Jim Laskey wrote:
>> Why is the test removed?
>
> Since there is no way to detect an implicit class, the test is no longer
> relevant.
Right, but the test was still checking useful stuff - e.g. like the fact that
the class generated by javac was final, etc (in
> The test fails on windows because unmatched comparison of `Path.toString()`
> vs `URL.getPath().toString()` after JDK-8317965. A simple fix is to
> evaluate the JAR file path in the same way as `LoadLibraryDeadlock` does.
Mandy Chung has updated the pull request incrementally with one additi
On Thu, 2 Nov 2023 15:57:15 GMT, Mandy Chung wrote:
>> The test fails on windows because unmatched comparison of `Path.toString()`
>> vs `URL.getPath().toString()` after JDK-8317965. A simple fix is to
>> evaluate the JAR file path in the same way as `LoadLibraryDeadlock` does.
>
> Mandy Chun
On Thu, 2 Nov 2023 06:38:18 GMT, Jaikiran Pai wrote:
>> Mandy Chung has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> review feedback
>
> test/jdk/java/lang/ClassLoader/loadLibraryDeadlock/TestLoadLibraryDeadlock.java
> line 185:
>
>> 18
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
This PR proposes to harmonize the @throws tags in the javadocs for the FFM API.
The @throws tags are using a bit different principles with respect to
formatting and ending with a period or not.
Looking at some prominent Java classes like `List` and `Stream`, they:
1) Indent such that multi-line
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
On Thu, 2 Nov 2023 13:53:02 GMT, Alan Bateman wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove MANDATED flag from implicit classes
>
> src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java line 76:
On Thu, 2 Nov 2023 14:38:06 GMT, Alan Bateman wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Update JEP number in PreviewFeature
>
> src/java.base/share/classes/sun/launcher/LauncherHelper.java line 973:
>
>> 971:
On Thu, 2 Nov 2023 12:33:27 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
> Enhance `java.math.BigInteger` constructors taking a `byte[]` argument by
> improving guarantees of internal invariants.
Raffaello Giulietti has updated the pull request incrementally with one
additional commit since the last revision:
Restored ordering of exceptions.
-
Change
Javap ignores --system option when searching for JDK classes.
This patch prepends search over JDK system modules.
Please review.
Thanks,
Adam
-
Commit messages:
- 8304446: javap --system flag doesn't override system APIs
Changes: https://git.openjdk.org/jdk/pull/16476/files
Webre
On Thu, 2 Nov 2023 12:33:27 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
On Thu, 2 Nov 2023 07:40:52 GMT, Per Minborg wrote:
> This PR proposes to fix a number of JavaDoc typos in the
> `MemorySegment::getAtIndex` and `::setAtIndex`.
This pull request has now been integrated.
Changeset: cb20a3e7
Author:Per Minborg
URL:
https://git.openjdk.org/jdk/commit
On Tue, 17 Oct 2023 14:17:20 GMT, Martin Doerr wrote:
>> The AIX linker has a few minor diffs to the linux ABIv1 linker. In addition,
>> double values have only 4 Byte alignment within structures. This PR is based
>> on JDK22 version of the FFI.
>
> Martin Doerr has updated the pull request inc
On Fri, 13 Oct 2023 10:12:24 GMT, Martin Doerr wrote:
> The AIX linker has a few minor diffs to the linux ABIv1 linker. In addition,
> double values have only 4 Byte alignment within structures. This PR is based
> on JDK22 version of the FFI.
This pull request has now been integrated.
Changes
On Wed, 1 Nov 2023 18:43:24 GMT, Martin Doerr wrote:
>> Martin Doerr has updated the pull request incrementally with two additional
>> commits since the last revision:
>>
>> - Improve handling of layouts in NativeType.java
>> - Check byte order of 4-byte aligned double.
>
> Thanks for testing
On Thu, 2 Nov 2023 12:04:22 GMT, Maurizio Cimadamore
wrote:
>> The class is discoverable but only as a regular class.
>
> Why is the test removed?
Since there is no way to detect an implicit class, the test is no longer
relevant.
-
PR Review Comment: https://git.openjdk.org/jdk/p
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
On Thu, 2 Nov 2023 12:11:52 GMT, Maurizio Cimadamore
wrote:
>> The spec has been updated to include implicit classes.
>
> Uhmm. In the spec I see implicit classes named here:
>
>
> For reference, the following constructs are declared implicitly in source
> code, but are not marked as mandate
On Thu, 2 Nov 2023 11:53:09 GMT, Jim Laskey wrote:
>> src/jdk.compiler/share/classes/com/sun/tools/javac/parser/JavacParser.java
>> line 4057:
>>
>>> 4055: Name name = names.fromString(simplename);
>>> 4056: JCModifiers implicitMods = F.at(Position.NOPOS)
>>> 4057:
On Thu, 2 Nov 2023 11:55:17 GMT, Jim Laskey wrote:
>> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Enter.java line 442:
>>
>>> 440: Errors.ClassPublicShouldBeInFile(topElement,
>>> tree.name));
>>> 441: }
>>> 442: if ((tree.mods.flags
On Thu, 2 Nov 2023 11:57:09 GMT, Jim Laskey wrote:
>> test/langtools/tools/javac/processing/model/element/TestUnnamedClass.java
>> line 1:
>>
>>> 1: /*
>>
>> Is the implicit class no longer discoverable through annotation processing?
>
> The class is discoverable but only as a regular class.
On Thu, 2 Nov 2023 11:18:19 GMT, Maurizio Cimadamore
wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove .orig files
>
> test/langtools/tools/javac/processing/model/element/TestUnnamedClass.java
> line 1:
>
>>
On Fri, 15 Sep 2023 13:56:21 GMT, Hannes Wallnöfer wrote:
> This change fixes two errors in inline HTML styles in the `java.lang`
> package:
>
> - wrong CSS property name in `java.lang.String`
> - CSS declaration terminated by colon instead of semicolon in
> `java.lang.Thread`
>
> Both er
On Thu, 2 Nov 2023 11:39:19 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
On Thu, 2 Nov 2023 11:12:14 GMT, Maurizio Cimadamore
wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Remove obsolete tests
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/code/Source.java line 249:
>
>> 247:
On Thu, 2 Nov 2023 07:40:52 GMT, Per Minborg wrote:
> This PR proposes to fix a number of JavaDoc typos in the
> `MemorySegment::getAtIndex` and `::setAtIndex`.
Marked as reviewed by mcimadamore (Reviewer).
-
PR Review: https://git.openjdk.org/jdk/pull/16469#pullrequestreview-1710
On Thu, 2 Nov 2023 11:50:13 GMT, Per Minborg wrote:
>> This PR proposes to fix a number of JavaDoc typos in the
>> `MemorySegment::getAtIndex` and `::setAtIndex`.
>
> src/java.base/share/classes/java/lang/foreign/MemorySegment.java line 2014:
>
>> 2012: * @throws IllegalArgumentException i
On Thu, 2 Nov 2023 10:57:15 GMT, Hannes Wallnöfer wrote:
>> This change fixes two errors in inline HTML styles in the `java.lang`
>> package:
>>
>> - wrong CSS property name in `java.lang.String`
>> - CSS declaration terminated by colon instead of semicolon in
>> `java.lang.Thread`
>>
>>
Hello.
I am new to this list so might have missed previous discussion about this
but could not find what I was looking for in the archives.
The Sequenced collections JEP adds the following static methods to
java.util.Collections.
- unmodifiableSequencedCollection
- unmodifiableSequencedSet
- unm
On Thu, 2 Nov 2023 07:40:52 GMT, Per Minborg wrote:
> This PR proposes to fix a number of JavaDoc typos in the
> `MemorySegment::getAtIndex` and `::setAtIndex`.
src/java.base/share/classes/java/lang/foreign/MemorySegment.java line 2014:
> 2012: * @throws IllegalArgumentException if {@code
> Address changes from JEP 445 to JEP 463.
>
> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>
> - Don't mark class on read.
>
> - Remove reflection and annotation processing related to unnamed classes.
>
> - Simplify main method search.
Jim Laskey has updated the pull re
On Thu, 2 Nov 2023 10:57:15 GMT, Hannes Wallnöfer wrote:
>> This change fixes two errors in inline HTML styles in the `java.lang`
>> package:
>>
>> - wrong CSS property name in `java.lang.String`
>> - CSS declaration terminated by colon instead of semicolon in
>> `java.lang.Thread`
>>
>>
On Wed, 25 Oct 2023 09:09:07 GMT, Jaikiran Pai wrote:
>> src/java.base/share/classes/java/lang/Thread.java line 192:
>>
>>> 190: * with the following system properties:
>>> 191: *
>>> 192: * System properties
>>
>> Just out of curiosity, is that semi-colon even needed, or would
>> `display
On Thu, 2 Nov 2023 07:40:52 GMT, Per Minborg wrote:
> This PR proposes to fix a number of JavaDoc typos in the
> `MemorySegment::getAtIndex` and `::setAtIndex`.
src/java.base/share/classes/java/lang/foreign/MemorySegment.java line 1997:
> 1995: * @throws IndexOutOfBoundsException if {@cod
On Wed, 25 Oct 2023 09:04:37 GMT, Jaikiran Pai wrote:
>> Hannes Wallnöfer has updated the pull request incrementally with one
>> additional commit since the last revision:
>>
>> Find and fix more invalid CSS declarations
>
> Hello Hannes, the changes look fine to me. I wasn't aware we had cus
On Wed, 1 Nov 2023 19:14:22 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
On Wed, 1 Nov 2023 19:14:22 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
On Wed, 1 Nov 2023 19:14:22 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
> This change fixes two errors in inline HTML styles in the `java.lang`
> package:
>
> - wrong CSS property name in `java.lang.String`
> - CSS declaration terminated by colon instead of semicolon in
> `java.lang.Thread`
>
> Both errors caused the style declarations to be ignored and an erro
On Tue, 17 Oct 2023 14:17:20 GMT, Martin Doerr wrote:
>> The AIX linker has a few minor diffs to the linux ABIv1 linker. In addition,
>> double values have only 4 Byte alignment within structures. This PR is based
>> on JDK22 version of the FFI.
>
> Martin Doerr has updated the pull request inc
On Wed, 1 Nov 2023 19:14:22 GMT, Jim Laskey wrote:
>> Address changes from JEP 445 to JEP 463.
>>
>> - Move from a SYNTHETIC unnamed class to a MANDATED implicit class.
>>
>> - Don't mark class on read.
>>
>> - Remove reflection and annotation processing related to unnamed classes.
>>
>> - Si
This PR proposes to fix a number of JavaDoc typos in the
`MemorySegment::getAtIndex` and `::setAtIndex`.
-
Commit messages:
- Fix typos in the JavaDocs for MemorySegment
Changes: https://git.openjdk.org/jdk/pull/16469/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=16469&ra
83 matches
Mail list logo