RFR 8173715: Remove Flat Profiler

2017-08-18 Thread Gerard Ziemski
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

Re: RFR: JDK-8159544: Remove deprecated classes in com.sun.security.auth.**

2017-08-18 Thread Sean Mullan
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

Re: RFR: JDK-8159544: Remove deprecated classes in com.sun.security.auth.**

2017-08-18 Thread Sean Mullan
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

Re: [aarch64-port-dev ] RFR(S): 8186438: 'configure' fails to find installed libfreetype on Ubuntu AArch64

2017-08-18 Thread Andrew Dinn
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/ >

RFR(S): 8186438: 'configure' fails to find installed libfreetype on Ubuntu AArch64

2017-08-18 Thread Dmitry Chuyko
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

Re: RFR: JDK-8159544: Remove deprecated classes in com.sun.security.auth.**

2017-08-18 Thread Jan Lahoda
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

[RFR]: 8186433: Compiler flag -arch=sparc should not be passed on linux-sparc

2017-08-18 Thread John Paul Adrian Glaubitz
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

Re: RFR: JDK-8159544: Remove deprecated classes in com.sun.security.auth.**

2017-08-18 Thread Vincent Ryan
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