hi all,
The FlatProfiler (i.e. -Xprof) has been deprecated in jdk9, and now it’s the
time to remove the code and obsolete the -Xprof flag.
issue: https://bugs.openjdk.java.net/browse/JDK-8173715
jdk repo webrev: http://cr.openjdk.java.net/~gziemski/8173715_rev2_repo/
hotspot webrev: h
On 8/18/17 8:31 AM, Jan Lahoda wrote:
For the langtools change, I think we shouldn't remove the entries from
the include.list. This list defines which packages/classes should and
should not be available when compiling for previous versions of the
platform using --release. The removed entries ar
On 8/17/17 8:16 PM, Weijun Wang wrote:
Hi Sean
Change looks fine.
And I found another 4 references in comments in
jdk/src/java.base/share/classes/javax/security/auth/Policy.java.
Good catch. I changed SolarisPrincipal and SolarisNumericUserPrincipal
to UnixPrincipal and UnixNumericUserPrinc
hi Dmitry,
On 18/08/17 14:57, Dmitry Chuyko wrote:
> Please review the fix to let 'configure' proceed to success after
> dependencies installation on clean Ubuntu-aarch64.
>
> bug: https://bugs.openjdk.java.net/browse/JDK-8186438
> webrev: http://cr.openjdk.java.net/~dchuyko/8186438/webrev.00/
>
Please review the fix to let 'configure' proceed to success after
dependencies installation on clean Ubuntu-aarch64.
bug: https://bugs.openjdk.java.net/browse/JDK-8186438
webrev: http://cr.openjdk.java.net/~dchuyko/8186438/webrev.00/
The fix changes known libfreetype.so location to reflect actu
For the langtools change, I think we shouldn't remove the entries from
the include.list. This list defines which packages/classes should and
should not be available when compiling for previous versions of the
platform using --release. The removed entries are exclude entries, so if
removed, it w
Hi!
I am currently working on some fixes for the linux-sparc port.
The first problem is common/autoconf/platform.m4 tries passing the
compiler flags "-xarch=sparc" on sparcv9 which is not understood
by gcc on linux-sparc.
This problem is trivially solved by extending the test condition
Your changes look fine to me. Thanks.
> On 17 Aug 2017, at 20:08, Sean Mullan wrote:
>
> Please review this JDK 10 change to remove the deprecated classes in
> com.sun.security.auth.** that have been previously marked with
> forRemoval=true in JDK 9.
>
> webrev: http://cr.openjdk.java.net/~m