Skip to content

Commit

Permalink
8311086: Remove jtreg/gc/startup_warnings
Browse files Browse the repository at this point in the history
Reviewed-by: ayang, mli, kbarrett, tschatzl
  • Loading branch information
lkorinth committed Jul 3, 2023
1 parent 9d2e0b2 commit 496f94b
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 202 deletions.
1 change: 0 additions & 1 deletion test/hotspot/jtreg/TEST.groups
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,6 @@ tier2_gc_shenandoah = \
gc/logging/TestMetaSpaceLog.java \
gc/metaspace/TestMetaspacePerfCounters.java \
gc/metaspace/TestMetaspacePerfCounters.java \
gc/startup_warnings/TestShenandoah.java \
gc/TestFullGCALot.java \
gc/logging/TestUnifiedLoggingSwitchStress.java \
runtime/Metaspace/DefineClass.java \
Expand Down
50 changes: 0 additions & 50 deletions test/hotspot/jtreg/gc/startup_warnings/TestG1.java

This file was deleted.

51 changes: 0 additions & 51 deletions test/hotspot/jtreg/gc/startup_warnings/TestParallelGC.java

This file was deleted.

50 changes: 0 additions & 50 deletions test/hotspot/jtreg/gc/startup_warnings/TestSerialGC.java

This file was deleted.

50 changes: 0 additions & 50 deletions test/hotspot/jtreg/gc/startup_warnings/TestShenandoah.java

This file was deleted.

3 comments on commit 496f94b

@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

@GoeLin GoeLin commented on 496f94b Dec 28, 2023

Choose a reason for hiding this comment

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

/backport jdk21u-dev

@openjdk
Copy link

@openjdk openjdk bot commented on 496f94b Dec 28, 2023

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-496f94b4 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 496f94b4 from the openjdk/jdk repository.

The commit being backported was authored by Leo Korinth on 3 Jul 2023 and was reviewed by Albert Mingkun Yang, Hamlin Li, Kim Barrett and Thomas Schatzl.

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-496f94b4:backport-GoeLin-496f94b4
$ git checkout backport-GoeLin-496f94b4
# 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-496f94b4

Please sign in to comment.