[8u40] RFR(M): 8050114, 8041972, 8006627
Seán Coffey
sean.coffey at oracle.com
Tue Aug 12 08:37:48 UTC 2014
Claes,
I see you've started a review thread on core-libs-dev [1] and I think
it's best that the review be carried out on that mailing list (rule 0
[2]). You're changing public methods to private methods for the purpose
of backporting and it's all relevant for corelibs audience. You'll also
need to remove the @since javadoc tags.
Regards,
Sean.
[1]
http://mail.openjdk.java.net/pipermail/core-libs-dev/2014-August/028171.html
[2] http://openjdk.java.net/projects/jdk8u/codereview.html
On 11/08/2014 20:31, Claes Redestad wrote:
> <sending to jdk8u-dev, dropping core-libs-dev>
>
> Hi,
>
> I want to request backports of 8050114 [1], 8041972 [2] and
> 8006627 [3] to 8u-dev.
>
> The three patches are modified to make the API changes of 8041972
> non-public, but apply cleanly if pushed in the specified order.
>
> [1] Expose Integer/Long formatUnsigned methods internally
> https://bugs.openjdk.java.net/browse/JDK-8050114
> http://cr.openjdk.java.net/~redestad/8050114/webrev.2
> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/7f056c2a6c54
>
> [2] Add improved parse methods for Long/Integer
> - public API methods made package private and exposed via JavaLangAccess
> - rolled typos fixes found and reported under JDK-8054828 into this patch
> https://bugs.openjdk.java.net/browse/JDK-8041972
> http://cr.openjdk.java.net/~redestad/8041972/backport.2
> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/127da56ff224
>
> [3] UUID to/from String performance should be improved by reducing
> object allocations
> - non-public parseLong method now accessed via JavaLangAccess
> https://bugs.openjdk.java.net/browse/JDK-8006627
> http://cr.openjdk.java.net/~redestad/8006627/backport.0
> http://hg.openjdk.java.net/jdk9/jdk9/jdk/rev/3b298c230549
>
> Thanks!
>
> /Claes
>
>
>
More information about the jdk8u-dev
mailing list