Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

8269602: Gracefully handle absence of Unsafe.defineAnonymousClass #16

Merged
merged 1 commit into from
Jun 29, 2021

Conversation

szegedi
Copy link
Collaborator

@szegedi szegedi commented Jun 29, 2021

Gracefully handle absence of Unsafe.defineAnonymousClass


Progress

  • Change must not contain extraneous whitespace
  • Change must be properly reviewed

Issue

  • JDK-8269602: Gracefully handle absence of Unsafe.defineAnonymousClass

Reviewing

Using git

Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/nashorn pull/16/head:pull/16
$ git checkout pull/16

Update a local copy of the PR:
$ git checkout pull/16
$ git pull https://git.openjdk.java.net/nashorn pull/16/head

Using Skara CLI tools

Checkout this PR locally:
$ git pr checkout 16

View PR using the GUI difftool:
$ git pr show -t 16

Using diff file

Download this PR as a diff file:
https://git.openjdk.java.net/nashorn/pull/16.diff

@bridgekeeper
Copy link

bridgekeeper bot commented Jun 29, 2021

👋 Welcome back attila! A progress list of the required criteria for merging this PR into main will be added to the body of your pull request. There are additional pull request commands available for use with this pull request.

@openjdk openjdk bot added the rfr label Jun 29, 2021
@szegedi szegedi merged commit f18c55b into openjdk:main Jun 29, 2021
@szegedi szegedi deleted the graceful-anonymous branch June 29, 2021 16:08
elab added a commit to elab/jgit-buildnumber that referenced this pull request Jan 5, 2022
 - nashorn-core 15.2 -> 15.3 (this update adds compatibility with Java
17, see https://bugs.openjdk.java.net/browse/JDK-8269602 and
openjdk/nashorn#16 for details),
 - jgit 5.12.0.202106070339-r -> 5.13.0.202109080827-r (note: jgit v6
requires Java 11, so we will stick with v5 for now, to ensure
compatibility with Java 8),
 - lombok 1.18.20 -> 1.18.22,
 - junit 5.7.2 -> 5.8.2,
 - logback 1.2.3 -> 1.2.7,
 - maven-plugin-plugin 3.6.0 -> 3.6.2,
 - maven-site-plugin 3.7.1 -> 3.9.1,
 - maven-project-info-reports-plugin 3.0.0 -> 3.1.2,
 - maven-source-plugin 3.1.0 -> 3.2.1,
 - maven-javadoc-plugin 3.1.0 -> 3.3.1,
 - maven-gpg-plugin 1.6 -> 3.0.1,
 - maven-scm-api 1.11.2 -> 1.12.0,
 - maven-scm-provider-jgit 1.11.2 -> 1.12.0,
 - maven-plugin-api 3.8.1 -> 3.8.4,
 - maven-core 3.8.1 -> 3.8.4,
 - maven-plugin-annotations 3.6.1 -> 3.6.2,
 - ant 1.10.10 -> 1.10.12,
 - maven-jar-plugin 3.1.1 -> 3.2.0 (in Maven example),
 - slf4j-api 1.7.2 -> 1.7.32 (in Ant example)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Development

Successfully merging this pull request may close these issues.

1 participant