Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatGcCapacityOutput1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatGcCapacityOutput1.sh
# @summary Test that output of 'jstat -gccapacity 0' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatGcMetaCapacityOutput1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2013, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2013, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatGcMetaCapacityOutput1.sh
# @summary Test that output of 'jstat -gcmetacapacity 0' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatGcNewCapacityOutput1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatGcNewCapacityOutput1.sh
# @summary Test that output of 'jstat -gcnewcapacity 0' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatGcNewOutput1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatGcNewOutput1.sh
# @summary Test that output of 'jstat -gcnew 0' has expected line counts

Expand Down
5 changes: 3 additions & 2 deletions test/jdk/sun/tools/jstat/jstatGcOldCapacityOutput1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,8 +23,9 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatGcOldCapacityOutput1.sh
# @summary Test that output of 'jstat -gcoldcapcaity 0' has expected line counts
# @summary Test that output of 'jstat -gcoldcapacity 0' has expected line counts

. ${TESTSRC-.}/../../jvmstat/testlibrary/utils.sh

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatGcOldOutput1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatGcOldOutput1.sh
# @summary Test that output of 'jstat -gcold 0' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatGcOutput1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatGcOutput1.sh
# @summary Test that output of 'jstat -gc 0' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatLineCounts1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatLineCounts1.sh
# @summary Test that output of 'jstat -gcutil 0 250 5' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatLineCounts2.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatLineCounts2.sh
# @summary Test that output of 'jstat -gcutil 0' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatLineCounts3.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatLineCounts3.sh
# @summary Test that output of 'jstat -gcutil -h 10 250 10' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatLineCounts4.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2025, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatLineCounts4.sh
# @summary Test that output of 'jstat -gcutil -h 10 250 11' has expected line counts

Expand Down
3 changes: 2 additions & 1 deletion test/jdk/sun/tools/jstat/jstatTimeStamp1.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#
# Copyright (c) 2004, 2020, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2004, 2026, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
Expand All @@ -23,6 +23,7 @@

# @test
# @bug 4990825
# @requires vm.gc.Parallel
# @run shell jstatTimeStamp1.sh
# @summary Test that output of 'jstat -gcutil -t 0' has expected format

Expand Down