[9] RFR of 8129499: Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception

2015-06-22 Thread Brian Burkhalter
Please review at your convenience.

Issue:  https://bugs.openjdk.java.net/browse/JDK-8129499
Patch:  http://cr.openjdk.java.net/~bpb/8129499/webrev.00/

Summary: The instance variable ‘rmid’ is never initialized due to some error 
which occurs before the statement which would initialize it but it is 
dereferenced in the finally block which causes any exception within the try 
block to be suppressed.

This issue blocks obtaining further information from tests runs with respect to 
https://bugs.openjdk.java.net/browse/JDK-8077668.

Thanks,

Brian

Fwd: [9] RFR of 8129499: Structure of java/rmi/activation/rmidViaInheritedChannel tests masks exception

2015-06-22 Thread Brian Burkhalter
Sorry: posted to wrong list.

Re-direct this thread to: 
http://mail.openjdk.java.net/pipermail/core-libs-dev/2015-June/034223.html

Begin forwarded message:

 From: Brian Burkhalter brian.burkhal...@oracle.com
 Subject: [9] RFR of 8129499: Structure of 
 java/rmi/activation/rmidViaInheritedChannel tests masks exception
 Date: June 22, 2015 at 1:03:07 PM PDT
 To: net-dev@openjdk.java.net
 
 Please review at your convenience.
 
 Issue:https://bugs.openjdk.java.net/browse/JDK-8129499
 Patch:http://cr.openjdk.java.net/~bpb/8129499/webrev.00/
 
 Summary: The instance variable ‘rmid’ is never initialized due to some error 
 which occurs before the statement which would initialize it but it is 
 dereferenced in the finally block which causes any exception within the try 
 block to be suppressed.
 
 This issue blocks obtaining further information from tests runs with respect 
 to https://bugs.openjdk.java.net/browse/JDK-8077668.
 
 Thanks,
 
 Brian