Re: RFR: JDK-8313670: Simplify shared lib name handling code in some tests [v3]

2023-08-10 Thread Matthias Baesken
On Wed, 9 Aug 2023 11:06:04 GMT, Matthias Baesken  wrote:

>> There is coding e.g. in
>> https://github.com/openjdk/jdk/blob/master/test/jdk/jdk/jfr/event/runtime/TestNativeLibrariesEvent.java#L72
>> that deals with shared lib naming on different OS.
>> This code should be simplified.
>
> Matthias Baesken has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Introduce buildSharedLibraryName

Hi Chris and Serguei, thanks for the reviews !  I adjusted the COPYRIGHT years.

-

PR Comment: https://git.openjdk.org/jdk/pull/15151#issuecomment-1672693986


Re: RFR: JDK-8313670: Simplify shared lib name handling code in some tests [v3]

2023-08-09 Thread Serguei Spitsyn
On Wed, 9 Aug 2023 11:06:04 GMT, Matthias Baesken  wrote:

>> There is coding e.g. in
>> https://github.com/openjdk/jdk/blob/master/test/jdk/jdk/jfr/event/runtime/TestNativeLibrariesEvent.java#L72
>> that deals with shared lib naming on different OS.
>> This code should be simplified.
>
> Matthias Baesken has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Introduce buildSharedLibraryName

Thank you for the update.
Looks good.
Thanks,
Serguei

-

Marked as reviewed by sspitsyn (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15151#pullrequestreview-1570707364


Re: RFR: JDK-8313670: Simplify shared lib name handling code in some tests [v3]

2023-08-09 Thread Chris Plummer
On Wed, 9 Aug 2023 11:06:04 GMT, Matthias Baesken  wrote:

>> There is coding e.g. in
>> https://github.com/openjdk/jdk/blob/master/test/jdk/jdk/jfr/event/runtime/TestNativeLibrariesEvent.java#L72
>> that deals with shared lib naming on different OS.
>> This code should be simplified.
>
> Matthias Baesken has updated the pull request incrementally with one 
> additional commit since the last revision:
> 
>   Introduce buildSharedLibraryName

Needs copyright updates, but otherwise looks good.

-

Marked as reviewed by cjplummer (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15151#pullrequestreview-1570274636


Re: RFR: JDK-8313670: Simplify shared lib name handling code in some tests [v3]

2023-08-09 Thread Matthias Baesken
> There is coding e.g. in
> https://github.com/openjdk/jdk/blob/master/test/jdk/jdk/jfr/event/runtime/TestNativeLibrariesEvent.java#L72
> that deals with shared lib naming on different OS.
> This code should be simplified.

Matthias Baesken has updated the pull request incrementally with one additional 
commit since the last revision:

  Introduce buildSharedLibraryName

-

Changes:
  - all: https://git.openjdk.org/jdk/pull/15151/files
  - new: https://git.openjdk.org/jdk/pull/15151/files/e708bb68..9f9c5b25

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=15151&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=15151&range=01-02

  Stats: 50 lines in 9 files changed: 10 ins; 25 del; 15 mod
  Patch: https://git.openjdk.org/jdk/pull/15151.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/15151/head:pull/15151

PR: https://git.openjdk.org/jdk/pull/15151