Skip to content

Commit

Permalink
8302109: Trivial fixes to btree tests
Browse files Browse the repository at this point in the history
Reviewed-by: lmesnik
  • Loading branch information
coleenp committed Feb 9, 2023
1 parent 0aeebee commit 97d0c87
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023, 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 Down Expand Up @@ -30,7 +30,7 @@
* VM Testbase keywords: [stress, sysdict, stressopt, nonconcurrent]
* VM Testbase readme:
* DESCRIPTION
* Single thread loads a tree of classes with signle loader.
* Single thread loads a tree of classes with single loader.
* The test is deemed failed if loading attempt fails.
* The test repeats until the given number of iterations,
* or until EndOfMemoryError.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023, 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 Down Expand Up @@ -30,7 +30,7 @@
* VM Testbase keywords: [stress, sysdict, stressopt, nonconcurrent]
* VM Testbase readme:
* DESCRIPTION
* Multiple threads load a tree of classes with signle loader.
* Multiple threads load a tree of classes with single loader.
* The test is deemed failed if loading attempt fails.
* The test repeats until the given number of iterations,
* or until EndOfMemoryError.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023, 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 Down Expand Up @@ -30,7 +30,7 @@
* VM Testbase keywords: [stress, sysdict, stressopt, nonconcurrent]
* VM Testbase readme:
* DESCRIPTION
* Single thread loads a tree of classes with signle loader.
* Single thread loads a tree of classes with single loader.
* Then, memory stress is induced to unload the classes.
* The test is deemed failed if loading attempt fails;
* or if the tested VM crashes.
Expand All @@ -51,5 +51,6 @@
* -jarpath btree.jar${path.separator}fats.jar
* -useSingleLoader
* -stressHeap
* -t 1
*/

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2017, 2020, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2017, 2023, 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 Down Expand Up @@ -30,7 +30,7 @@
* VM Testbase keywords: [stress, sysdict, stressopt, nonconcurrent]
* VM Testbase readme:
* DESCRIPTION
* Multiple threads load a tree of classes with signle loader.
* Multiple threads load a tree of classes with single loader.
* Then, memory stress is induced to unload the classes.
* The test is deemed failed if loading attempt fails;
* or if the tested VM crashes.
Expand Down

0 comments on commit 97d0c87

Please sign in to comment.