RE: Can't even file a bug report for: InvocationTargetException when running applet locally

2013-10-19 Thread Mickey Segal
It is even worse than I thought.  There is a 4th level of error.  The email 
address given for reporting the bug reporting system not working bounces as 
“User unknown”.

 

 

From: Mickey Segal [mailto:ja...@segal.org] 
Sent: Saturday, October 19, 2013 9:55 PM
To: 'Sean Mullan'
Cc: 'security-dev@openjdk.java.net'
Subject: Can't even file a bug report for: InvocationTargetException when 
running applet locally

 

I just tried twice to submit the bug documented at 
http://www.segal.org/java/SignedAppletTest/.  I got a Submission Error page. I 
was told:

We recommend opening  a new report in a new window, and copying the contents of 
the original report to the new report. (Use the browser "Back" button to see 
the contents of the original report.)

However, the second submission failed too and clicking the back button gives a 
“Page expired” message, and trying to save the page in the browser fails, and 
it is annoying because I need to collect information from two different 
computers to document the previous working version.

 

I’m trying to be as constructive as possible here, but there are 3 levels of 
error here:

1.  The original bug

2.  The failure of the bug report system.

3.  The directions on the Submission Error page are incorrect.

 

Is there some workaround to getting the Java bug report system to work?



Can't even file a bug report for: InvocationTargetException when running applet locally

2013-10-19 Thread Mickey Segal
I just tried twice to submit the bug documented at 
http://www.segal.org/java/SignedAppletTest/.  I got a Submission Error page. I 
was told:

We recommend opening  a new report in a new window, and copying the contents of 
the original report to the new report. (Use the browser "Back" button to see 
the contents of the original report.)

However, the second submission failed too and clicking the back button gives a 
“Page expired” message, and trying to save the page in the browser fails, and 
it is annoying because I need to collect information from two different 
computers to document the previous working version.

 

I’m trying to be as constructive as possible here, but there are 3 levels of 
error here:

1.  The original bug

2.  The failure of the bug report system.

3.  The directions on the Submission Error page are incorrect.

 

Is there some workaround to getting the Java bug report system to work?



hg: jdk8/tl/jdk: 8026794: Test tools/pack200/TimeStamp.java fails while opening golden.jar.native.IST on linux-ppc(v2)

2013-10-19 Thread kumar . x . srinivasan
Changeset: ede89a97e80a
Author:ksrini
Date:  2013-10-19 15:19 -0700
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/ede89a97e80a

8026794: Test tools/pack200/TimeStamp.java fails while opening 
golden.jar.native.IST on linux-ppc(v2)
Reviewed-by: dholmes

! src/share/native/com/sun/java/util/jar/pack/zip.cpp



hg: jdk8/tl/jdk: 8024071: In ManagementAgent.start it should be possible to set the jdp.name parameter.

2013-10-19 Thread dmitry . samersoff
Changeset: 392acefef659
Author:dsamersoff
Date:  2013-10-19 20:59 +0400
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/392acefef659

8024071: In ManagementAgent.start it should be possible to set the jdp.name 
parameter.
Summary: Pass one more property from Agent to JdpController
Reviewed-by: jbachorik, sla

! src/share/classes/sun/management/Agent.java
! test/sun/management/jdp/JdpTest.sh
! test/sun/management/jmxremote/startstop/JMXStartStopTest.sh



hg: jdk8/tl/langtools: 8024809: javac, some lambda programs are rejected by flow analysis

2013-10-19 Thread vicente . romero
Changeset: c4292590fc70
Author:vromero
Date:  2013-10-19 17:43 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/langtools/rev/c4292590fc70

8024809: javac, some lambda programs are rejected by flow analysis
Reviewed-by: jjg, dlsmith

! src/share/classes/com/sun/tools/javac/comp/Attr.java
! test/tools/javac/lambda/8016081/T8016081.java
! test/tools/javac/lambda/LambdaExpr13.java
+ test/tools/javac/lambda/T8024809/SelfInitializerInLambdaTesta.java
+ test/tools/javac/lambda/T8024809/SelfInitializerInLambdaTesta.out
+ test/tools/javac/lambda/T8024809/SelfInitializerInLambdaTestb.java
+ test/tools/javac/lambda/T8024809/SelfInitializerInLambdaTestb.out
! test/tools/javac/lambda/TestSelfRef.java



hg: jdk8/tl/jdk: 8026854: java.time.temporal.TemporalQueries doesn't compile after javac modification to lambda flow analysis

2013-10-19 Thread vicente . romero
Changeset: fbb7510f788d
Author:vromero
Date:  2013-10-19 17:53 +0100
URL:   http://hg.openjdk.java.net/jdk8/tl/jdk/rev/fbb7510f788d

8026854: java.time.temporal.TemporalQueries doesn't compile after javac 
modification to lambda flow analysis
Reviewed-by: psandoz

! src/share/classes/java/time/temporal/TemporalQueries.java