Skip to content

Commit

Permalink
8339869: [21u] Test CreationTime.java fails with UnsatisfiedLinkError…
Browse files Browse the repository at this point in the history
… after 8334339

Reviewed-by: sgehwolf
  • Loading branch information
GoeLin committed Sep 11, 2024
1 parent c4d39f3 commit 34b4bd4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@
* that support it, tests using /tmp directory.
* @library ../.. /test/lib
* @build jdk.test.lib.Platform
* @run main/native CreationTime
* @comment We see this failing with "UnsatisfiedLinkError: Native Library ...libCreationTimeHelper.so already loaded in another classloader". Thus run as othervm
* @run main/othervm CreationTime
*/

/* @test id=cwd
Expand Down

3 comments on commit 34b4bd4

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin
Copy link
Member Author

@GoeLin GoeLin commented on 34b4bd4 Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/backport jdk17u

@openjdk
Copy link

@openjdk openjdk bot commented on 34b4bd4 Sep 11, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@GoeLin the backport was successfully created on the branch backport-GoeLin-34b4bd44-master in my personal fork of openjdk/jdk17u. To create a pull request with this backport targeting openjdk/jdk17u:master, just click the following link:

➡️ Create pull request

The title of the pull request is automatically filled in correctly and below you find a suggestion for the pull request body:

Hi all,

This pull request contains a backport of commit 34b4bd44 from the openjdk/jdk21u repository.

The commit being backported was authored by Goetz Lindenmaier on 11 Sep 2024 and was reviewed by Severin Gehwolf.

Thanks!

If you need to update the source branch of the pull then run the following commands in a local clone of your personal fork of openjdk/jdk17u:

$ git fetch https://github.com/openjdk-bots/jdk17u.git backport-GoeLin-34b4bd44-master:backport-GoeLin-34b4bd44-master
$ git checkout backport-GoeLin-34b4bd44-master
# make changes
$ git add paths/to/changed/files
$ git commit --message 'Describe additional changes made'
$ git push https://github.com/openjdk-bots/jdk17u.git backport-GoeLin-34b4bd44-master

Please sign in to comment.