OpenJDK / jdk / jdk
changeset 59091:c91f67c6ab3d
8243428: use reproducible random in :vmTestbase_vm_compiler
Reviewed-by: thartmann
line wrap: on
line diff
--- a/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops02/Loops02.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops02/Loops02.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2020, 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 @@ -23,6 +23,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/FloatingPoint/gen_math/Loops02. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops03/Loops03.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/FloatingPoint/gen_math/Loops03/Loops03.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2020, 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 @@ -23,6 +23,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/FloatingPoint/gen_math/Loops03. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/escape/LockElision/MatMul/MatMul.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/escape/LockElision/MatMul/MatMul.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2010, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2010, 2020, 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 @@ -23,6 +23,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/escape/LockElision/MatMul. * VM Testbase keywords: [jit, quick] @@ -55,12 +56,12 @@ import nsk.share.Consts; import nsk.share.Log; import nsk.share.Pair; - import nsk.share.test.StressOptions; import vm.share.options.Option; import vm.share.options.OptionSupport; import vm.share.options.Options; +import jdk.test.lib.Utils; class MatMul { @@ -603,7 +604,7 @@ return true; } - private static Random random = new Random(); + private static Random random = Utils.getRandomInstance(); public static Matrix randomMatrix(int dim) { Matrix result = new Matrix(dim);
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/CGT.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/CGT.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 1998, 2020, 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 @@ -232,7 +232,6 @@ System.out.println(" -help prints out this message"); System.out.println(" -numTestClass # limits the number of \"Test Methods\" to #"); System.out.println(" -randomcLoop # # of random function calls"); - System.out.println(" -seed # uses the specified seed rather than the System Time"); System.out.println(" -staticLoop # # of non-random static function calls"); System.out.println(" -v -verbose turn on verbose mode"); System.out.println(" -path <path to classlist> required, argument so program can find classes");
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt0.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt0.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt0. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt1.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt1.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt1. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt10.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt10.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt10. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt11.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt11.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt11. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt2.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt2.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt2. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt3.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt3.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt3. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt4.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt4.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt4. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt5.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt5.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt5. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt6.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt6.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt6. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt7.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt7.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt7. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt8.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt8.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt8. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/graph/cgt9.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/graph/cgt9.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2019, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/graph/cgt9. * VM Testbase keywords: [jit, quick]
--- a/test/hotspot/jtreg/vmTestbase/jit/misctests/Pi/Pi.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/jit/misctests/Pi/Pi.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2008, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2008, 2020, 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 @@ -23,6 +23,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase jit/misctests/Pi. * VM Testbase keywords: [jit, quick] @@ -38,6 +39,7 @@ import java.util.Random; import nsk.share.TestFailure; +import jdk.test.lib.Utils; class Pi{ static double pi; @@ -55,7 +57,7 @@ static void wurf(int wieOft) { double x,y; Random zufall; - zufall=new Random(); + zufall = Utils.getRandomInstance(); for(int i=0;i<=wieOft;i++) { x=zufall.nextDouble(); y=zufall.nextDouble();
--- a/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * @modules java.base/jdk.internal.org.objectweb.asm:+open java.base/jdk.internal.misc:+open * * @summary converted from VM Testbase vm/compiler/coverage/parentheses.
--- a/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/generation/ParenthesesGenerator.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/generation/ParenthesesGenerator.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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 @@ -23,13 +23,14 @@ package vm.compiler.coverage.parentheses.share.generation; import java.util.Random; +import jdk.test.lib.Utils; /** * This class generate rrandom ight parentheses sequence in string representation: "(())", "()(())" etc */ public class ParenthesesGenerator { - private static Random random = new Random(); + private static Random random = Utils.getRandomInstance(); public static String generate(int size) { if (size == 0) {
--- a/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/generation/RandomInstructionsGenerator.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/compiler/coverage/parentheses/share/generation/RandomInstructionsGenerator.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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 @@ -28,12 +28,13 @@ import java.util.ArrayList; import java.util.List; import java.util.Random; +import jdk.test.lib.Utils; /** * Generates random but correct list of JVM instructions */ public class RandomInstructionsGenerator { - private static Random random = new Random(); + private static Random random = Utils.getRandomInstance(); private static <E> E choseRandomElement(List<E> list) { return list.get(random.nextInt(list.size()));
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/JniArmHFTestGenerator.java.txt Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/JniArmHFTestGenerator.java.txt Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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 @@ -190,12 +190,13 @@ appendToJava("package " + JAVA_PACKAGE_NAME + ";"); appendToJava("import java.io.*;"); appendToJava("import java.util.Random;"); + appendToJava("import jdk.test.lib.Utils;"); appendToJava("public class " + className); appendToJava("{"); appendToJava(" public static boolean flag = false;"); appendToJava(" static Random rnd;"); appendToJava(" static{"); - appendToJava(" rnd=new Random();"); + appendToJava(" rnd=Utils.getRandomInstance();"); appendToJava(" System.loadLibrary(\"" + className + "\");"); appendToJava(" }"); //Different randoms
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/LTTest.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/LTTest.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2012, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2012, 2020, 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 @@ -23,12 +23,14 @@ package vm.jit.LongTransitions; import java.io.*; import java.util.Random; +import jdk.test.lib.Utils; + public class LTTest { public static boolean flag = false; static Random rnd; static{ - rnd=new Random(); + rnd=Utils.getRandomInstance(); System.loadLibrary("LTTest"); } public static int getRndInt(){return rnd.nextInt(Integer.MAX_VALUE);}
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc1/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc1/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc1. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc10/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc10/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc10. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc11/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc11/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc11. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc12/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc12/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc12. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc13/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc13/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc13. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc14/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc14/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc14. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc15/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc15/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc15. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc16/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc16/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc16. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc17/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc17/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc17. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc18/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc18/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc18. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc19/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc19/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc19. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc2/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc2/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc2. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc20/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc20/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc20. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc21/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc21/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc21. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc22/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc22/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc22. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc23/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc23/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc23. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc24/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc24/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc24. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc25/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc25/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc25. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc26/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc26/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc26. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc27/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc27/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc27. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc28/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc28/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc28. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc29/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc29/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc29. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc3/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc3/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc3. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc30/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc30/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc30. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc31/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc31/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc31. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc32/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc32/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc32. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc33/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc33/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc33. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc34/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc34/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc34. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc35/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc35/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc35. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc36/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc36/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc36. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc37/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc37/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc37. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc38/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc38/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc38. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc39/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc39/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc39. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc4/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc4/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc4. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc40/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc40/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc40. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc41/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc41/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc41. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc42/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc42/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc42. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc43/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc43/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc43. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc44/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc44/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc44. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc45/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc45/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc45. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc46/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc46/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc46. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc47/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc47/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc47. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc48/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc48/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc48. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc49/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc49/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc49. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc5/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc5/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc5. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc50/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc50/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc50. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc51/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc51/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc51. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc52/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc52/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc52. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc6/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc6/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc6. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc7/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc7/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc7. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc8/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc8/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc8. * VM Testbase keywords: [quick]
--- a/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc9/TestDescription.java Thu Apr 30 08:06:51 2020 -0700 +++ b/test/hotspot/jtreg/vmTestbase/vm/jit/LongTransitions/nativeFnc9/TestDescription.java Thu Apr 30 08:07:36 2020 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2017, 2018, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2017, 2020, 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 @@ -24,6 +24,7 @@ /* * @test + * @key randomness * * @summary converted from VM Testbase vm/jit/LongTransitions/nativeFnc9. * VM Testbase keywords: [quick]