Re: JDK 9 RFR to problem list a failing test

2015-12-16 Thread Mandy Chung
> On Dec 16, 2015, at 1:58 PM, joe darcy wrote: > > > diff -r 98d9eb6f737f test/ProblemList.txt > --- a/test/ProblemList.txtWed Dec 16 20:00:03 2015 +0100 > +++ b/test/ProblemList.txtWed Dec 16 13:56:58 2015 -0800 > @@ -126,6 +126,9 @@ >

Re: JDK 9 RFR to problem list a failing test

2015-12-16 Thread Xueming Shen
+ 1 On 12/16/15, 1:58 PM, joe darcy wrote: Hello, The test java/beans/Introspector/Test6277246.java fails to compile after the change for JDK-8144479 , reporting an error /scratch/jenkins/workspace/9-dev-tier3-linux-x64/jdk/test/java/beans/Introspector/Test6277246.java:39: error: cannot

JDK 9 RFR to problem list a failing test

2015-12-16 Thread joe darcy
Hello, The test java/beans/Introspector/Test6277246.java fails to compile after the change for JDK-8144479 , reporting an error /scratch/jenkins/workspace/9-dev-tier3-linux-x64/jdk/test/java/beans/Introspector/Test6277246.java:39: error: cannot find symbol import sun.misc.BASE64Encoder;

Re: JDK 9 RFR to problem list a failing test

2015-12-16 Thread Paul Benedict
Unless there's a reason not to, sun.misc.BASE64Encoder can replaced with its equivalent java.util.Base64. Cheers, Paul On Wed, Dec 16, 2015 at 4:00 PM, Xueming Shen wrote: > + 1 > > > On 12/16/15, 1:58 PM, joe darcy wrote: > >> Hello, >> >> The test >> >>

Re: JDK 9 RFR to problem list a failing test

2015-12-16 Thread Sergey Bylokhov
Hi, Joe. I think it is quite easy to fix the test itself. Just use some other existed class from sun.misc. On 17/12/15 00:58, joe darcy wrote: Hello, The test java/beans/Introspector/Test6277246.java fails to compile after the change for JDK-8144479 , reporting an error