We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4bcda60 commit 63ad868Copy full SHA for 63ad868
test/jdk/javax/script/JDK_8196959/BadFactoryTest.sh
@@ -1,5 +1,5 @@
1
#
2
-# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
+# Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4
5
# This code is free software; you can redistribute it and/or modify it
@@ -56,5 +56,5 @@ fi
56
57
echo "Running test without security manager ..."
58
$JAVA ${TESTVMOPTS} -classpath \
59
- "${TESTCLASSES}${PS}${TESTCLASSES}/badfactoty.jar" \
+ "${TESTCLASSES}${PS}${TESTCLASSES}/badfactory.jar" \
60
BadFactoryTest
/backport jdk21u-dev
@GoeLin the backport was successfully created on the branch backport-GoeLin-63ad868e in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-dev: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 63ad868e from the openjdk/jdk repository. The commit being backported was authored by Gaurav Chaudhari on 28 Nov 2023 and was reviewed by Alan Bateman and Jaikiran Pai. Thanks!
Hi all,
This pull request contains a backport of commit 63ad868e from the openjdk/jdk repository.
The commit being backported was authored by Gaurav Chaudhari on 28 Nov 2023 and was reviewed by Alan Bateman and Jaikiran Pai.
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/jdk21u-dev:
$ git fetch https://github.com/openjdk-bots/jdk21u-dev.git backport-GoeLin-63ad868e:backport-GoeLin-63ad868e $ git checkout backport-GoeLin-63ad868e # make changes $ git add paths/to/changed/files $ git commit --message 'Describe additional changes made' $ git push https://github.com/openjdk-bots/jdk21u-dev.git backport-GoeLin-63ad868e
/backport jdk17u-dev
@GoeLin the backport was successfully created on the branch backport-GoeLin-63ad868e in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev:master, just click the following link:
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-dev:
$ git fetch https://github.com/openjdk-bots/jdk17u-dev.git backport-GoeLin-63ad868e:backport-GoeLin-63ad868e $ git checkout backport-GoeLin-63ad868e # make changes $ git add paths/to/changed/files $ git commit --message 'Describe additional changes made' $ git push https://github.com/openjdk-bots/jdk17u-dev.git backport-GoeLin-63ad868e
5 commit comments
openjdk-notifier[bot] commentedon Nov 28, 2023
Review
Issues
GoeLin commentedon Dec 14, 2023
/backport jdk21u-dev
openjdk[bot] commentedon Dec 14, 2023
@GoeLin the backport was successfully created on the branch backport-GoeLin-63ad868e in my personal fork of openjdk/jdk21u-dev. To create a pull request with this backport targeting openjdk/jdk21u-dev: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:
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/jdk21u-dev:
GoeLin commentedon Dec 21, 2023
/backport jdk17u-dev
openjdk[bot] commentedon Dec 21, 2023
@GoeLin the backport was successfully created on the branch backport-GoeLin-63ad868e in my personal fork of openjdk/jdk17u-dev. To create a pull request with this backport targeting openjdk/jdk17u-dev: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:
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-dev: