Re: JDK 9 RFR of JDK-8066634: Suppress deprecation warnings in java.management module

2014-12-07 Thread Staffan Larsen
Looks good! Thanks, /Staffan > On 8 dec 2014, at 08:04, joe darcy wrote: > > Hello, > > Please review the patch below which addresses > >JDK-8066634: Suppress deprecation warnings in java.management module > > Thanks, > > -Joe > > diff -r 913808eaf19a > src/java.management/share/class

Re: JDK 9 RFR of JDK-8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules

2014-12-07 Thread Staffan Larsen
Looks good! Thanks, /Staffan > On 8 dec 2014, at 07:57, joe darcy wrote: > > Hello, > > Please review the small patch below to fix > >JDK-8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi > modules > > Thanks, > > -Joe > > diff -r 913808eaf19a > src/jdk.jdi/share/

JDK 9 RFR of JDK-8066634: Suppress deprecation warnings in java.management module

2014-12-07 Thread joe darcy
Hello, Please review the patch below which addresses JDK-8066634: Suppress deprecation warnings in java.management module Thanks, -Joe diff -r 913808eaf19a src/java.management/share/classes/com/sun/jmx/interceptor/DefaultMBeanServerInterceptor.java --- a/src/java.management/share/classe

JDK 9 RFR of JDK-8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules

2014-12-07 Thread joe darcy
Hello, Please review the small patch below to fix JDK-8066636: Suppress deprecation warnings in the jdk.jvmstat and jdk.jdi modules Thanks, -Joe diff -r 913808eaf19a src/jdk.jdi/share/classes/com/sun/tools/example/debug/expr/ExpressionParser.java --- a/src/jdk.jdi/share/classes/com/su

Re: RFR(S) 8028773: SA, warnings from b116 for hotspot.agent.src.share.native: JNI exception pending

2014-12-07 Thread Dmitry Samersoff
Please, review a modified fix: http://cr.openjdk.java.net/~dsamersoff/JDK-8028773/webrev.03/ Windows compiler doesn't allow declaration in the middle of the function for c code. Also I put my few cents to reduce build noise and add a pragma that disable windows compiler warnings that have no val