Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-03 Thread serguei.spit...@oracle.com
t;goetz.lindenma...@sap.com > goetz.lindenma...@sap.com> >; serviceability-dev >       > (serviceability-dev@openjdk.java.net serviceability- > d...@openjdk.java.net> ) <serviceability-dev@openjdk.java.net

RE: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-03 Thread Lindenmaier, Goetz
> <mailto:gary.ad...@oracle.com> > > > Sent: Montag, 31. Dezember 2018 16:59 > > To: Lindenmaier, Goetz <mailto:goetz.lindenma...@sap.com> >; serviceability-dev > > (serviceability-dev@openjdk.java.net <mailto:serviceab

Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-03 Thread Volker Simonis
racle.com> > > > > Sent: Montag, 31. Dezember 2018 16:59 > > > To: Lindenmaier, Goetz > <mailto:goetz.lindenma...@sap.com> >; serviceability-dev > > > (serviceability-dev@openjdk.java.net <mailto:serviceability- > > d...@openj

RE: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-03 Thread Lindenmaier, Goetz
019 09:50 > To: Lindenmaier, Goetz > Cc: gary.ad...@oracle.com; serviceability-dev (serviceability- > d...@openjdk.java.net) > Subject: Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and > AIX platforms. > > Looks good to me. > > Thanks, > Volker

Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-03 Thread serguei.spit...@oracle.com
; serviceability-dev > (serviceability-dev@openjdk.java.net) <serviceability-dev@openjdk.java.net> > Subject: Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and > AIX platforms. > > Here

Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-03 Thread Volker Simonis
t; > From: gary.ad...@oracle.com > > Sent: Montag, 31. Dezember 2018 16:59 > > To: Lindenmaier, Goetz ; serviceability-dev > > (serviceability-dev@openjdk.java.net) < > serviceability-dev@openjdk.java.net> > > Subject: Re: RFR(S): 8215975: [testbug] Adapt nsk t

Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-02 Thread Gary Adams
; serviceability-dev (serviceability-dev@openjdk.java.net) Subject: Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms. Here are few more DYLD_LIBRARY_PATH locations that would be worth checking ./jdk/vm/JniInvocationTest.java:50: env.compute("DYLD_LIBRARY_PATH", (k,

RE: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2019-01-02 Thread Lindenmaier, Goetz
Subject: Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and > AIX platforms. > > Here are few more DYLD_LIBRARY_PATH locations that would be worth > checking > > ./jdk/vm/JniInvocationTest.java:50: env.compute("DYLD_LIBRARY_PATH", (k, > v) -> (k

Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2018-12-31 Thread gary.ad...@oracle.com
Here are few more DYLD_LIBRARY_PATH locations that would be worth checking ./jdk/vm/JniInvocationTest.java:50: env.compute("DYLD_LIBRARY_PATH", (k, v) -> (k == null) ? libdir : v + ":" + libdir); ./jdk/tools/launcher/ExecutionEnvironment.java:66:    ? "DYLD_LIBRARY_PATH"

RE: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2018-12-31 Thread Lindenmaier, Goetz
Hi Gary, > Would it make sense to add a method to test/lib/jdk/test/lib/Platform.java > similar to sharedLibraryExt() to cover the envName setting? Good point. I'll post a follow up change next year ... and believe me, that's not too far in the future  I'd like to keep this out of this test

Re: RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2018-12-31 Thread gary.ad...@oracle.com
Would it make sense to add a method to test/lib/jdk/test/lib/Platform.java similar to sharedLibraryExt() to cover the envName setting? Are the other places DYLD_LIBRARY_PATH is set also need to be updated for AIX? On 12/31/18 8:48 AM, Lindenmaier, Goetz wrote: Hi, Some of the nsk tests are

RFR(S): 8215975: [testbug] Adapt nsk tests to the PPC, S390 and AIX platforms.

2018-12-31 Thread Lindenmaier, Goetz
Hi, Some of the nsk tests are not properly configured for the above platforms: nsk/jvmti/RetransformClasses/retransform003/TestDriver.java: nsk/jvmti/SetNativeMethodPrefix/SetNativeMethodPrefix002/TestDriver.java The tests use the path to native libraries, which is named "LIBPATH" on AIX.