RE: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2020-01-23 Thread Adam Farley8
n 06/01/2020 23:36:14: > From: Mandy Chung > To: Adam Farley8 > Cc: core-libs-dev > Date: 06/01/2020 23:38 > Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output > for Specific Classes > > Hi Adam, > > Thanks for the examples. I was hoping for some c

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2020-01-06 Thread Mandy Chung
: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output > for Specific Classes > > Hi Adam, > > It'd be useful to provide a few typical scenarios that customers run into. > > That would give better understanding on the problem "hard to diagnose > why

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2020-01-02 Thread Adam Farley8
Bump :) Hi Mandy, Sorry for the delay in responding. Mandy Chung wrote on 29/10/2019 19:30:55: > From: Mandy Chung > To: Adam Farley8 > Cc: core-libs-dev > Date: 29/10/2019 19:31 > Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output > for Specific Cl

RE: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-11-08 Thread Adam Farley8
Hi Mandy, Sorry for the delay in responding. Mandy Chung wrote on 29/10/2019 19:30:55: > From: Mandy Chung > To: Adam Farley8 > Cc: core-libs-dev > Date: 29/10/2019 19:31 > Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output > for Specific Classes > &g

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-29 Thread Ioi Lam
opinions are appreciated. Bug:https://bugs.openjdk.java.net/browse/JDK-8232773 Rough example webrev:http://cr.openjdk.java.net/~afarley/8232773/webrev/ Best Regards Adam Farley IBM Runtimes From:   David Holmes To: Martin Buchholz Cc: Ioi Lam, core-libs-dev , Adam Farley8 Date:   24/10/20

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-29 Thread Mandy Chung
d Holmes To: Martin Buchholz Cc: Ioi Lam, core-libs-dev , Adam Farley8 Date: 24/10/2019 05:22 Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes Hi Martin, This is going a bit OT I think ... On 24/10/2019 1:24 pm, Martin Buchholz wrote: On

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-29 Thread Adam Farley8
net/~afarley/8232773/webrev/ Best Regards Adam Farley IBM Runtimes From: David Holmes To: Martin Buchholz Cc: Ioi Lam , core-libs-dev , Adam Farley8 Date: 24/10/2019 05:22 Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-23 Thread David Holmes
Hi Martin, This is going a bit OT I think ... On 24/10/2019 1:24 pm, Martin Buchholz wrote: On Tue, Oct 22, 2019 at 3:58 PM David Holmes > wrote: Perhaps one aspect of the class loading/resolution/initialization process that can lead to confusion her

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-23 Thread Martin Buchholz
On Tue, Oct 22, 2019 at 3:58 PM David Holmes wrote: > > Perhaps one aspect of the class loading/resolution/initialization > process that can lead to confusion here is that if a class fails to > execute its static initialization then it is marked as Erroneous and all > subsequent attempts to use t

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-22 Thread David Holmes
Farley IBM Runtimes David Holmes wrote on 22/10/2019 14:12:55: From: David Holmes To: Adam Farley8 , Java Core Libs Date: 22/10/2019 14:14 Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes Hi Adam, Did you look at the logging available from the VM: -Xlo

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-22 Thread Ioi Lam
thanks for moving the bug to the correct component. :) Best Regards Adam Farley IBM Runtimes David Holmes wrote on 22/10/2019 14:12:55: From: David Holmes To: Adam Farley8 , Java Core Libs Date: 22/10/2019 14:14 Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific

RE: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-22 Thread Adam Farley8
; From: David Holmes > To: Adam Farley8 , Java Core Libs libs-...@openjdk.java.net> > Date: 22/10/2019 14:14 > Subject: [EXTERNAL] Re: RFR: JDK-8232773: ClassLoading Debug Output > for Specific Classes > > Hi Adam, > > Did you look at the logging available from the VM:

RE: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-22 Thread Adam Farley8
Hi Alan, Thanks for the quick response. Stewart, if you have a moment, could you please advise on the section with the @Stewart tag? Alan Bateman wrote on 22/10/2019 12:36:26: > From: Alan Bateman ... > This looks very messy and I don't think is in any state to be reviewed. I'm sorry to he

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-22 Thread David Holmes
Hi Adam, Did you look at the logging available from the VM: -Xlog:class+load? BTW I moved the bug you filed to the correct component. Cheers, David On 22/10/2019 8:40 pm, Adam Farley8 wrote: Hey All, This one goes out to anyone who's struggled to figure out why OpenJDK isn't loading their cl

Re: RFR: JDK-8232773: ClassLoading Debug Output for Specific Classes

2019-10-22 Thread Alan Bateman
On 22/10/2019 11:40, Adam Farley8 wrote: Hey All, This one goes out to anyone who's struggled to figure out why OpenJDK isn't loading their class. The requirement is for OpenJDK to give more detailed information while loading user-specified classes (e.g. the one OpenJDK is failing to load). Som