RE: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name

2017-02-07 Thread Ramanand Patil
3943: Change error reporting of LauncherHelper to include actual Error class name +1 Kumar On 2/5/2017 11:14 AM, Ramanand Patil wrote: > Hi all, > Please review the following trivial bug fix: > Bug: https://bugs.openjdk.java.net/browse/JDK-8173943 > Webrev: http://cr.openjdk.java.ne

Re: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name

2017-02-06 Thread Kumar Srinivasan
+1 Kumar On 2/5/2017 11:14 AM, Ramanand Patil wrote: Hi all, Please review the following trivial bug fix: Bug: https://bugs.openjdk.java.net/browse/JDK-8173943 Webrev: http://cr.openjdk.java.net/~rpatil/8173943/webrev.00/ LinkageError message added by -

Re: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name

2017-02-06 Thread Alan Bateman
On 06/02/2017 03:22, Ramanand Patil wrote: : 2. After Fixing JDK-8167063: Error: Unable to load main class pkgB.ClassB from module mod.b superclass access check failed: class pkgB.ClassB (in module mod.b) cannot access class pkgA.ClassA (in module mod.a) because module mod.a does not export

Re: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name

2017-02-05 Thread David Holmes
.net> Subject: Re: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name Hi Ramanand, On 6/02/2017 5:14 AM, Ramanand Patil wrote: Hi all, Please review the following trivial bug fix: Bug: https://bugs.openjdk.java.net/browse/JDK-8173943 Webrev: http://cr.

RE: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name

2017-02-05 Thread Ramanand Patil
dev@openjdk.java.net> Subject: Re: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name Hi Ramanand, On 6/02/2017 5:14 AM, Ramanand Patil wrote: > Hi all, > Please review the following trivial bug fix: > Bug: https://bugs.openjdk.j

Re: RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name

2017-02-05 Thread David Holmes
Hi Ramanand, On 6/02/2017 5:14 AM, Ramanand Patil wrote: Hi all, Please review the following trivial bug fix: Bug: https://bugs.openjdk.java.net/browse/JDK-8173943 Webrev: http://cr.openjdk.java.net/~rpatil/8173943/webrev.00/ LinkageError message added by -

RFR: 8173943: Change error reporting of LauncherHelper to include actual Error class name

2017-02-05 Thread Ramanand Patil
Hi all, Please review the following trivial bug fix: Bug: https://bugs.openjdk.java.net/browse/JDK-8173943 Webrev: http://cr.openjdk.java.net/~rpatil/8173943/webrev.00/ LinkageError message added by - https://bugs.openjdk.java.net/browse/JDK-8167063 is updated to include the Error Class name.