Re: RFR(XS): 8165881 - Backout JDK-8164913

2016-10-25 Thread Dmitry Samersoff
Yasumasa, > Should I change the Assignee on JBS (JDK-8165869) to you? Yes. Please do it. -Dmitry On 2016-10-25 12:29, Yasumasa Suenaga wrote: > Hi Dmitry, > >> It's hard to fix this issue without access to Oracle testing >> infrastructure. > > Agree. > I'm not an Oracle employee. Thus I canno

Re: RFR(XS): 8165881 - Backout JDK-8164913

2016-10-25 Thread David Holmes
On 25/10/2016 7:28 PM, Yasumasa Suenaga wrote: Hi David, The completion status will be 0 because we did manage to communicate with the target VM and process the DCmd request. It passes sis back up to the caller. So looking at JCmd.java I see: try (InputStream in = hvm.executeJCmd(li

Re: RFR(XS): 8165881 - Backout JDK-8164913

2016-10-25 Thread Yasumasa Suenaga
Hi Dmitry, It's hard to fix this issue without access to Oracle testing infrastructure. Agree. I'm not an Oracle employee. Thus I cannot access it. Should I change the Assignee on JBS (JDK-8165869) to you? Thanks, Yasumasa On 2016/10/25 15:09, Dmitry Samersoff wrote: Yasumasa, It's har

Re: RFR(XS): 8165881 - Backout JDK-8164913

2016-10-25 Thread Yasumasa Suenaga
Hi David, The completion status will be 0 because we did manage to communicate with the target VM and process the DCmd request. It passes sis back up to the caller. So looking at JCmd.java I see: try (InputStream in = hvm.executeJCmd(line);) { // read to EOF and jus

Re: RFR(XS): 8165881 - Backout JDK-8164913

2016-10-24 Thread Dmitry Samersoff
Yasumasa, It's hard to fix this issue without access to Oracle testing infrastructure. I'm working on the issue but unfortunately I was caught by some internal problems so it progresses slowly than I expected. I'm sorry about it. -Dmitry On 2016-10-24 13:24, Yasumasa Suenaga wrote: > Hi Dmitr

Re: RFR(XS): 8165881 - Backout JDK-8164913

2016-10-24 Thread David Holmes
On 24/10/2016 8:24 PM, Yasumasa Suenaga wrote: Hi Dmitry, David, I want to resume to work for this issue because this issue has been marked P3. Dmitry, do you have any idea for it? IMHO, we can fix as below: http://cr.openjdk.java.net/~ysuenaga/JDK-8165869/webrev.00/ According to David, Jvm

Re: RFR(XS): 8165881 - Backout JDK-8164913

2016-10-24 Thread Yasumasa Suenaga
Hi Dmitry, David, I want to resume to work for this issue because this issue has been marked P3. Dmitry, do you have any idea for it? IMHO, we can fix as below: http://cr.openjdk.java.net/~ysuenaga/JDK-8165869/webrev.00/ According to David, JvmtiExport::load_agent_library() should return zer