Skip to content

Commit 63ad868

Browse files
Deiguejaikiran
authored andcommittedNov 28, 2023
8319668: Fixup of jar filename typo in BadFactoryTest.sh
Reviewed-by: alanb, jpai
1 parent 4bcda60 commit 63ad868

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/jdk/javax/script/JDK_8196959/BadFactoryTest.sh

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#
2-
# Copyright (c) 2018, Oracle and/or its affiliates. All rights reserved.
2+
# Copyright (c) 2018, 2023, Oracle and/or its affiliates. All rights reserved.
33
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
#
55
# This code is free software; you can redistribute it and/or modify it
@@ -56,5 +56,5 @@ fi
5656

5757
echo "Running test without security manager ..."
5858
$JAVA ${TESTVMOPTS} -classpath \
59-
"${TESTCLASSES}${PS}${TESTCLASSES}/badfactoty.jar" \
59+
"${TESTCLASSES}${PS}${TESTCLASSES}/badfactory.jar" \
6060
BadFactoryTest

5 commit comments

Comments
 (5)

openjdk-notifier[bot] commented on Nov 28, 2023

@openjdk-notifier[bot]

GoeLin commented on Dec 14, 2023

@GoeLin
Member

/backport jdk21u-dev

openjdk[bot] commented on Dec 14, 2023

@openjdk[bot]

@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!

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

GoeLin commented on Dec 21, 2023

@GoeLin
Member

/backport jdk17u-dev

openjdk[bot] commented on Dec 21, 2023

@openjdk[bot]

@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:

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/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
Please sign in to comment.