As of JDK 17 some of primitive wrappers, e.g. `Long`, `Integer`, `Double` and
`Float` in their implementations of `Object.toString()` delegate to own utility
`toString(primitive)` methods.
Unlike those, `Boolean`, `Byte`, `Character` and `Short` just duplicate the
contents of utility methods in
> After I've renamed remove branch GitHub for some reason has closed original
> https://github.com/openjdk/jdk/pull/2744, so I've decided to recreate it.
Сергей Цыпанов has updated the pull request with a new target base due to a
merge or a rebase. The pull request now contains eight commits:
> There is a few JDK classes duplicating the contents of Long.hashCode() for
> hash code calculation. They should explicitly delegate to Long.hashCode().
Сергей Цыпанов has updated the pull request with a new target base due to a
merge or a rebase. The incremental webrev excludes the unrelated c
A trivial typo fix.
-
Commit messages:
- 8269704: Typo in j.t.Normalizer.normalize()
Changes: https://git.openjdk.java.net/jdk17/pull/187/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk17&pr=187&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8269704
Stats: 1
On Mon, 28 Jun 2021 16:57:15 GMT, Naoto Sato wrote:
> Please review this small doc change to the system property. Accompanying CSR
> has also been created.
This pull request has now been integrated.
Changeset: 3e022247
Author:Naoto Sato
URL:
https://git.openjdk.java.net/jdk17/commi
On Wed, 30 Jun 2021 21:38:43 GMT, Naoto Sato wrote:
> A trivial typo fix.
Marked as reviewed by joehw (Reviewer).
-
PR: https://git.openjdk.java.net/jdk17/pull/187
On Wed, 30 Jun 2021 21:38:43 GMT, Naoto Sato wrote:
> A trivial typo fix.
Marked as reviewed by prappo (Reviewer).
-
PR: https://git.openjdk.java.net/jdk17/pull/187
On Wed, 30 Jun 2021 21:38:43 GMT, Naoto Sato wrote:
> A trivial typo fix.
Marked as reviewed by iris (Reviewer).
-
PR: https://git.openjdk.java.net/jdk17/pull/187
Forwardport JDK 17 -> JDK 18
-
Commit messages:
- Merge
- 8262841: Clarify the behavior of PhantomReference::refersTo
- 8269703: ProblemList
vmTestbase/nsk/jvmti/scenarios/sampling/SP07/sp07t002/TestDescription.java on
Windows-X64 with -Xcomp
- 8269513: Clarify the spec wrt `use
> Forwardport JDK 17 -> JDK 18
Jesper Wilhelmsson has updated the pull request with a new target base due to a
merge or a rebase. The pull request now contains 125 commits:
- Merge
- 8268637: Update --release 17 symbol information for JDK 17 build 28
Reviewed-by: iris
- 8269678: Remove
On Thu, 1 Jul 2021 00:08:51 GMT, Jesper Wilhelmsson
wrote:
> Forwardport JDK 17 -> JDK 18
This pull request has now been integrated.
Changeset: 9def3b06
Author:Jesper Wilhelmsson
URL:
https://git.openjdk.java.net/jdk/commit/9def3b068e9ee065e2e545bb35f8dc56ccfe5955
Stats: 394 li
11 matches
Mail list logo