On Fri, 1 Nov 2024 18:44:02 GMT, Phil Race wrote:
>> Magnus Ihse Bursie has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Remove superfluous check for 64-bit on Windows in
>> MacroAssembler::call_clobbered_xmm_registers
>> - Remove win
Please review this patch which removes unnecessary `@SuppressWarnings`
annotations and `-Xlint:-foo` options.
-
Commit messages:
- Remove unnecessary @SuppressWarnings annotations and -Xlint:-key flags.
Changes: https://git.openjdk.org/jdk/pull/21859/files
Webrev: https://webrevs
Please review this patch which removes unnecessary `@SuppressWarnings`
annotations.
-
Commit messages:
- Merge branch 'master' into SuppressWarningsCleanup-compiler
- Apply change that was missed somehow.
- Undo change that will be moved to the core-libs branch.
- Remove unnecess
Please review this patch which removes unnecessary `@SuppressWarnings`
annotations.
-
Commit messages:
- Remove unnecessary @SuppressWarnings annotations.
Changes: https://git.openjdk.org/jdk/pull/21852/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21852&range=00
Issue
> Please review this patch which removes unnecessary `@SuppressWarnings`
> annotations.
Archie Cobbs has updated the pull request with a new target base due to a merge
or a rebase. The incremental webrev excludes the unrelated changes brought in
by the merge/rebase. The pull request contains si
> Please review this patch which removes unnecessary `@SuppressWarnings`
> annotations.
Archie Cobbs has updated the pull request with a new target base due to a merge
or a rebase. The incremental webrev excludes the unrelated changes brought in
by the merge/rebase. The pull request contains fo
> Please review this patch which removes unnecessary `@SuppressWarnings`
> annotations and `-Xlint:-foo` options.
Archie Cobbs has updated the pull request with a new target base due to a merge
or a rebase. The incremental webrev excludes the unrelated changes brought in
by the merge/rebase. Th
On Sat, 2 Nov 2024 01:05:27 GMT, Jiangli Zhou wrote:
> > > I finally noticed that you are testing a precompiled HelloWorld class,
> > > and I have been running with a source file argument to have java compile
> > > it on the fly.
> > > When I try using a pre-compiled HelloWorld, the linux port
On Wed, 30 Oct 2024 19:28:32 GMT, Sean Mullan wrote:
>> This is the implementation of JEP 486: Permanently Disable the Security
>> Manager. See [JEP 486](https://openjdk.org/jeps/486) for more details. The
>> [CSR](https://bugs.openjdk.org/browse/JDK-8338412) describes in detail the
>> main ch