OpenJDK / jdk / jdk
changeset 51298:3e08503ad77e
8208358: update bug ids mentioned in tests
Reviewed-by: kvn
line wrap: on
line diff
--- a/test/hotspot/jtreg/ProblemList.txt Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/ProblemList.txt Thu Jul 26 23:59:46 2018 -0700 @@ -147,10 +147,10 @@ vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java 8068225 generic-all vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java 6426321 generic-all -vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java 8160008 generic-all -vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java 8160008 generic-all -vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java 8160008 generic-all -vmTestbase/metaspace/gc/firstGC_default/TestDescription.java 8160008 generic-all +vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java 8208250 generic-all +vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java 8208250 generic-all +vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java 8208250 generic-all +vmTestbase/metaspace/gc/firstGC_default/TestDescription.java 8208250 generic-all vmTestbase/nsk/jvmti/ClearBreakpoint/clrbrk001/TestDescription.java 8016181 generic-all vmTestbase/nsk/jvmti/FieldModification/fieldmod001/TestDescription.java 8016181 generic-all @@ -172,23 +172,23 @@ vmTestbase/nsk/jvmti/IterateThroughHeap/filter-class-tagged/TestDescription.java 8201513 generic-all vmTestbase/nsk/jvmti/IterateThroughHeap/filter-untagged/TestDescription.java 8201513 generic-all -vmTestbase/gc/lock/jni/jnilock002/TestDescription.java 8191869,8192647 generic-all +vmTestbase/gc/lock/jni/jnilock002/TestDescription.java 8208243,8192647 generic-all vmTestbase/jit/escape/LockCoarsening/LockCoarsening001/TestDescription.java 8148743 generic-all -vmTestbase/jit/escape/LockCoarsening/LockCoarsening002/TestDescription.java 8079666 generic-all +vmTestbase/jit/escape/LockCoarsening/LockCoarsening002/TestDescription.java 8208259 generic-all vmTestbase/vm/mlvm/indy/func/jvmti/redefineClassInBootstrap/TestDescription.java 8013267 generic-all vmTestbase/vm/mlvm/indy/stress/java/relinkMutableCallSite/Test.java 8079664 generic-all vmTestbase/vm/mlvm/indy/stress/java/relinkVolatileCallSite/Test.java 8079664 generic-all -vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java 8079714 generic-all -vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java 8079713,8079714 generic-all -vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java 8079642,8079714 generic-all -vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java 8079714 generic-all -vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java 8079714 generic-all -vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java 8079714 generic-all -vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java 8079714 generic-all -vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8079714 generic-all -vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java 8055376 generic-all +vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java 8208255 generic-all +vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java 8208257,8208255 generic-all +vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java 8079642,8208255 generic-all +vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java 8208255 generic-all +vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java 8208255 generic-all +vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java 8208255 generic-all +vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java 8208255 generic-all +vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java 8208255 generic-all +vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java 8208278 generic-all vmTestbase/vm/mlvm/mixed/stress/regression/b6969574/INDIFY_Test.java 8079650 generic-all vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2none_a/TestDescription.java 8013267 generic-all vmTestbase/vm/mlvm/indy/func/jvmti/mergeCP_indy2manyDiff_b/TestDescription.java 8013267 generic-all
--- a/test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase jit/escape/LockCoarsening/LockCoarsening001. * VM Testbase keywords: [jit, quarantine] - * VM Testbase comments: JDK-8148743 + * VM Testbase comments: 8148743 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening002/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/jit/escape/LockCoarsening/LockCoarsening002/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase jit/escape/LockCoarsening/LockCoarsening002. * VM Testbase keywords: [jit, quick, quarantine] - * VM Testbase comments: JDK-8079666 + * VM Testbase comments: 8208259 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_10m/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase metaspace/gc/firstGC_10m. * VM Testbase keywords: [nonconcurrent, quarantine] - * VM Testbase comments: JDK-8160008 + * VM Testbase comments: 8208250 * * @library /vmTestbase /test/lib * @run driver jdk.test.lib.FileInstaller . .
--- a/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_50m/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase metaspace/gc/firstGC_50m. * VM Testbase keywords: [nonconcurrent, quarantine] - * VM Testbase comments: JDK-8160008 + * VM Testbase comments: 8208250 * * @library /vmTestbase /test/lib * @run driver jdk.test.lib.FileInstaller . .
--- a/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_99m/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase metaspace/gc/firstGC_99m. * VM Testbase keywords: [nonconcurrent, quarantine] - * VM Testbase comments: JDK-8160008 + * VM Testbase comments: 8208250 * * @library /vmTestbase /test/lib * @run driver jdk.test.lib.FileInstaller . .
--- a/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_default/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/metaspace/gc/firstGC_default/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase metaspace/gc/firstGC_default. * VM Testbase keywords: [nonconcurrent, quarantine] - * VM Testbase comments: JDK-8160008 + * VM Testbase comments: 8208250 * * @library /vmTestbase /test/lib * @run driver jdk.test.lib.FileInstaller . .
--- a/test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/metaspace/shrink_grow/CompressedClassSpaceSize/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase metaspace/shrink_grow/CompressedClassSpaceSize. * VM Testbase keywords: [monitoring, quarantine] - * VM Testbase comments: JDK-8058967 + * VM Testbase comments: 8058967 * * @requires vm.opt.final.ClassUnloading * @library /vmTestbase /test/lib
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdb/exclude/exclude001/exclude001.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdb/exclude/exclude001. * VM Testbase keywords: [jpda, jdb, quarantine] - * VM Testbase comments: JDK-8191037 + * VM Testbase comments: 8191037 * VM Testbase readme: * DECSRIPTION * A positive test for the 'exclude' command.
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attach/attach002/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/AttachingConnector/attach/attach002. * VM Testbase keywords: [quick, jpda, jdi, quarantine] - * VM Testbase comments: JDK-8054463 + * VM Testbase comments: 8054463 * VM Testbase readme: * DESCRIPTION * The test checks that debugger may establish connection with
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/AttachingConnector/attachnosuspend/attachnosuspend001. * VM Testbase keywords: [quarantine] - * VM Testbase comments: JDK-8153613 + * VM Testbase comments: 8153613 * VM Testbase readme: * DESCRIPTION * This test exactly as attach001 except using options:
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/hotswap/tc10x001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/BScenarios/hotswap/tc10x001. * VM Testbase keywords: [quick, jpda, jdi, redefine, quarantine] - * VM Testbase comments: JDK-8013728 + * VM Testbase comments: 8013728 * VM Testbase readme: * DESCRIPTION: * This test is from the group of so-called Borland's scenarios and
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/BScenarios/multithrd/tc02x004/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/BScenarios/multithrd/tc02x004. * VM Testbase keywords: [quick, jpda, jdi, quarantine] - * VM Testbase comments: JDK-4751860 + * VM Testbase comments: 4751860 * VM Testbase readme: * DESCRIPTION: * This test is from the group of so-called Borland's scenarios and
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/invokeMethod/invokemethod009/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ClassType/invokeMethod/invokemethod009. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-4698670 + * VM Testbase comments: 4698670 * VM Testbase readme: * DESCRIPTION * This test checks that the JDI method
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ClassType/newInstance/newinstance002/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ClassType/newInstance/newinstance002. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-4462897 + * VM Testbase comments: 4462897 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventQueue/remove_l/remove_l005/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/EventQueue/remove_l/remove_l005. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-8068225 + * VM Testbase comments: 8068225 * VM Testbase readme: * DESCRIPTION: * The test checks up the method
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequest/setEnabled/setenabled003/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/EventRequest/setEnabled/setenabled003. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-8066993 + * VM Testbase comments: 8066993 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/createStepRequest/crstepreq001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/EventRequestManager/createStepRequest/crstepreq001. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-4447344 + * VM Testbase comments: 4447344 * VM Testbase readme: * DESCRIPTION * This test checks that only one pending JDI step request is
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/EventRequestManager/deleteEventRequest/delevtreq002. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-4613913 + * VM Testbase comments: 4613913 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ObjectReference/invokeMethod/invokemethod006/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ObjectReference/invokeMethod/invokemethod006. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-4698670 + * VM Testbase comments: 4698670 * VM Testbase readme: * DESCRIPTION * This test checks that the JDI method
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/StackFrame/_bounds_/bounds001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/StackFrame/_bounds_/bounds001. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-6604963 + * VM Testbase comments: 6604963 * VM Testbase readme: * DESCRIPTION: * The test checks up the methods:
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadGroupReference/resume/resume001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ThreadGroupReference/resume/resume001. * VM Testbase keywords: [quick, jpda, jdi, quarantine] - * VM Testbase comments: JDK-8016181 + * VM Testbase comments: 8016181 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/frameCount/framecount001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ThreadReference/frameCount/framecount001. * VM Testbase keywords: [quick, jpda, jdi, quarantine] - * VM Testbase comments: JDK-6530620 + * VM Testbase comments: 6530620 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/isSuspended/issuspended002/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ThreadReference/isSuspended/issuspended002. * VM Testbase keywords: [jpda, jdi, quarantine] - * VM Testbase comments: JDK-4903717 + * VM Testbase comments: 4903717 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/resume/resume001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ThreadReference/resume/resume001. * VM Testbase keywords: [quick, jpda, jdi, quarantine] - * VM Testbase comments: JDK-8072701 + * VM Testbase comments: 8072701 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/ThreadReference/stop/stop001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/ThreadReference/stop/stop001. * VM Testbase keywords: [quick, jpda, jdi, quarantine] - * VM Testbase comments: JDK-7034630 + * VM Testbase comments: 7034630 * VM Testbase readme: * DESCRIPTION: * The test for the implementation of an object of the type
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/VirtualMachine/redefineClasses/redefineclasses021. * VM Testbase keywords: [jpda, jdi, redefine, quarantine] - * VM Testbase comments: JDK-8065773 + * VM Testbase comments: 8065773 * VM Testbase readme: * DESCRIPTION: * The test against the method com.sun.jdi.VirtualMachine.redefineClasses()
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses023/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/VirtualMachine/redefineClasses/redefineclasses023/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/VirtualMachine/redefineClasses/redefineclasses023. * VM Testbase keywords: [jpda, jdi, redefine, quarantine] - * VM Testbase comments: JDK-8065773 + * VM Testbase comments: 8065773 * VM Testbase readme: * DESCRIPTION: * The test against the method com.sun.jdi.VirtualMachine.redefineClasses()
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001/ClassPrepareEvents001.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/jdi/stress/ClassPrepareEvents/ClassPrepareEvents001. * VM Testbase keywords: [stress, quick, jpda, jdi, feature_jdk6_jpda, vm6, quarantine] - * VM Testbase comments: JDK-6426321 + * VM Testbase comments: 6426321 * VM Testbase readme: * DESCRIPTION * Test covers bug 6426321. Test stress event queue forcing loading of 3000 classes in debuggee.
--- a/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001/forceEarlyReturn001.java Thu Jul 26 23:59:46 2018 -0700 @@ -26,7 +26,7 @@ * * @summary converted from VM Testbase nsk/jdwp/ThreadReference/ForceEarlyReturn/forceEarlyReturn001. * VM Testbase keywords: [jpda, jdwp, feature_jdk6_jpda, vm6, monitoring, quarantine] - * VM Testbase comments: JDK-7199837 + * VM Testbase comments: 7199837 * VM Testbase readme: * DESCRIPTION * This test performs checking for
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage004/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage004/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/MemoryPoolMBean/getCollectionUsage/getusage004. * VM Testbase keywords: [quick, monitoring, quarantine] - * VM Testbase comments: JDK-8016181 + * VM Testbase comments: 8016181 * VM Testbase readme: * DESCRIPTION * The test checks that
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/MemoryPoolMBean/isCollectionUsageThresholdExceeded/isexceeded003. * VM Testbase keywords: [quick, monitoring, quarantine] - * VM Testbase comments: JDK-8153598 + * VM Testbase comments: 8153598 * VM Testbase readme: * DESCRIPTION * The test checks that
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded001. * VM Testbase keywords: [quick, monitoring, quarantine] - * VM Testbase comments: JDK-8153598 + * VM Testbase comments: 8153598 * VM Testbase readme: * DESCRIPTION * The test checks that
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded002/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded002/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded002. * VM Testbase keywords: [quick, monitoring, quarantine] - * VM Testbase comments: JDK-8153598 + * VM Testbase comments: 8153598 * VM Testbase readme: * DESCRIPTION * The test checks that
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded003/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded003/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded003. * VM Testbase keywords: [quick, monitoring, quarantine] - * VM Testbase comments: JDK-8153598 + * VM Testbase comments: 8153598 * VM Testbase readme: * DESCRIPTION * The test checks that
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded004/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded004/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded004. * VM Testbase keywords: [quick, monitoring, quarantine] - * VM Testbase comments: JDK-8153598 + * VM Testbase comments: 8153598 * VM Testbase readme: * DESCRIPTION * The test checks that
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded005/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded005/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/MemoryPoolMBean/isUsageThresholdExceeded/isexceeded005. * VM Testbase keywords: [quick, monitoring, quarantine] - * VM Testbase comments: JDK-8153598 + * VM Testbase comments: 8153598 * VM Testbase readme: * DESCRIPTION * The test checks that
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/ThreadMXBean/ThreadInfo/Deadlock/JavaDeadlock001. * VM Testbase keywords: [quick, monitoring, feature_136, vm6, quarantine] - * VM Testbase comments: JDK-8060733 + * VM Testbase comments: 8060733 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi001/Multi001.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi001/Multi001.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi001. * VM Testbase keywords: [monitoring, stress, stressopt, feature_136, nonconcurrent, vm6, quarantine] - * VM Testbase comments: JDK-7187073 + * VM Testbase comments: 7187073 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi002/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi002/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi002. * VM Testbase keywords: [monitoring, stress, stressopt, feature_136, nonconcurrent, vm6, quarantine] - * VM Testbase comments: JDK-7187073 + * VM Testbase comments: 7187073 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi003/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi003/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi003. * VM Testbase keywords: [monitoring, stress, stressopt, feature_136, nonconcurrent, vm6, quarantine] - * VM Testbase comments: JDK-7187073 + * VM Testbase comments: 7187073 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi004/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi004/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi004. * VM Testbase keywords: [monitoring, stress, stressopt, feature_136, nonconcurrent, vm6, quarantine] - * VM Testbase comments: JDK-7187073 + * VM Testbase comments: 7187073 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase nsk/monitoring/ThreadMXBean/ThreadInfo/Multi/Multi005. * VM Testbase keywords: [monitoring, stress, stressopt, feature_136, nonconcurrent, vm6, quarantine] - * VM Testbase comments: JDK-7187073 + * VM Testbase comments: 7187073 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/gclocker/gcl001.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/nsk/stress/jni/gclocker/gcl001.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM testbase nsk/stress/jni/gclocker/gcl001. * VM testbase keywords: [stress, quick, feature_283, nonconcurrent, exclude] - * VM testbase comments: JDK-8199562 + * VM testbase comments: 8208207 * VM testbase readme: * DESCRIPTION * Check compatibility of GC Locker improvements with JNI CS @@ -47,7 +47,7 @@ * @library /vmTestbase * /test/lib * @run driver jdk.test.lib.FileInstaller . . - * @ignore JDK-8199562 + * @ignore 8208207 * @run main/othervm/native/timeout=480 * -XX:-UseGCOverheadLimit * nsk.stress.jni.gclocker.gcl001
--- a/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon02/subcommon02.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/compiler/jbe/subcommon/subcommon02/subcommon02.java Thu Jul 26 23:59:46 2018 -0700 @@ -26,7 +26,7 @@ * * @summary converted from VM Testbase runtime/jbe/subcommon/subcommon02. * VM Testbase keywords: [runtime] - * VM Testbase comments: JDK-7190319 + * VM Testbase comments: 7190319 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/vm/gc/containers/TreeMap_Arrays/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/gc/containers/TreeMap_Arrays/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -28,7 +28,7 @@ * * @summary converted from VM Testbase vm/gc/containers/TreeMap_Arrays. * VM Testbase keywords: [gc, stress, stressopt, nonconcurrent, monitoring, quarantine] - * VM Testbase comments: JDK-8014075 + * VM Testbase comments: 8014075 * * @library /vmTestbase * /test/lib
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/java/throwException/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/func/java/throwException. * VM Testbase keywords: [feature_mlvm, quarantine] - * VM Testbase comments: 8079714 + * VM Testbase comments: 8208255 * VM Testbase readme: * DESCRIPTION * The test creates a sequence of MHs (see vm/mlvm/mh/func/sequences test for details)
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/func/jdi/breakpointOtherStratum/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/func/jdi/breakpointOtherStratum. * VM Testbase keywords: [feature_mlvm, nonconcurrent, fds, jdk, quarantine] - * VM Testbase comments: 8079713 8079714 + * VM Testbase comments: 8208257 8208255 * VM Testbase readme: * DESCRIPTION * Performs debugging of invokedynamic call in vm.mlvm.share.jdi.INDIFY_Debuggee (with added
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/deoptimize/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/stress/compiler/deoptimize. * VM Testbase keywords: [feature_mlvm, nonconcurrent, quarantine] - * VM Testbase comments: 8079642 8079714 + * VM Testbase comments: 8079642 8208255 * VM Testbase readme: * DESCRIPTION * The test creates and calls MH sequences (see vm/mlvm/mh/func/sequences test) causing compilation
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/i2c_c2i/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/stress/compiler/i2c_c2i. * VM Testbase keywords: [feature_mlvm, nonconcurrent, quarantine] - * VM Testbase comments: 8079714 + * VM Testbase comments: 8208255 * VM Testbase readme: * DESCRIPTION * The test attempts to check MethodHandle i2c and c2i adapters by using sequences.
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/compiler/sequences/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/stress/compiler/sequences. * VM Testbase keywords: [feature_mlvm, nonconcurrent, quarantine] - * VM Testbase comments: 8079714 + * VM Testbase comments: 8208255 * VM Testbase readme: * DESCRIPTION * Create various long sequences of method handles, adding/removing/joining/splitting arguments.
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/gc/callSequencesDuringGC/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/stress/gc/callSequencesDuringGC. * VM Testbase keywords: [feature_mlvm, nonconcurrent, quarantine] - * VM Testbase comments: 8079714 + * VM Testbase comments: 8208255 * VM Testbase readme: * DESCRIPTION * The test verifies that MH logic is not affected by garbage collector and garbage collector
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/java/sequences/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/stress/java/sequences. * VM Testbase keywords: [feature_mlvm, nonconcurrent, quarantine] - * VM Testbase comments: 8079714 + * VM Testbase comments: 8208255 * VM Testbase readme: * DESCRIPTION * Creates a sequence of method handles that manipulates arguments. The following manipulations are used:
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/meth/stress/jdi/breakpointInCompiledCode/Test.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/meth/stress/jdi/breakpointInCompiledCode. * VM Testbase keywords: [feature_mlvm, nonconcurrent, jdk, quarantine] - * VM Testbase comments: 8079714 + * VM Testbase comments: 8208255 * VM Testbase readme: * DESCRIPTION * Execute a MethodHandle 10000 times to trigger Hotspot compilation. Set a debugger breakpoint on MH.
--- a/test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java Thu Jul 26 15:56:37 2018 -0400 +++ b/test/hotspot/jtreg/vmTestbase/vm/mlvm/mixed/stress/java/findDeadlock/TestDescription.java Thu Jul 26 23:59:46 2018 -0700 @@ -27,7 +27,7 @@ * * @summary converted from VM Testbase vm/mlvm/mixed/stress/java/findDeadlock. * VM Testbase keywords: [feature_mlvm, nonconcurrent, quarantine, monitoring] - * VM Testbase comments: 8055376 + * VM Testbase comments: 8208278 * VM Testbase readme: * DESCRIPTION * The test does the following in a loop: