Merge
This commit is contained in:
commit
ad592d234f
@ -30,6 +30,7 @@
|
||||
# TTY: dump <ArrayReference> command not implemented.
|
||||
# @author Tim Bell
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell ArrayLengthDumpTest.sh
|
||||
#
|
||||
classname=ArrayLengthDumpTarg
|
||||
|
@ -28,6 +28,7 @@
|
||||
*
|
||||
* @author jjh
|
||||
*
|
||||
* @key intermittent
|
||||
* @modules jdk.jdi
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @run compile -g BreakpointTest.java
|
||||
@ -45,7 +46,7 @@ import java.util.*;
|
||||
// the debuggee, waits a bit, and enables the bkpt again.
|
||||
|
||||
class BreakpointTarg {
|
||||
public final static int BKPT_LINE = 55;
|
||||
public final static int BKPT_LINE = 56;
|
||||
// LINE NUMBER SENSITIVE
|
||||
|
||||
public static long count;
|
||||
|
@ -29,6 +29,7 @@
|
||||
# @author dcubed (based on the test program posted to the following
|
||||
# Eclipse thread https://bugs.eclipse.org/bugs/show_bug.cgi?id=279137)
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell BreakpointWithFullGC.sh
|
||||
|
||||
compileOptions=-g
|
||||
|
@ -29,6 +29,7 @@
|
||||
# @summary REGRESSION: jdb rejects the syntax catch java.lang.IndexOutOfBoundsException
|
||||
# @author Tim Bell
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell CatchAllTest.sh
|
||||
#
|
||||
classname=CatchAllTestTarg
|
||||
|
@ -29,6 +29,7 @@
|
||||
# @summary TTY: 'catch caught' with no class pattern throws NullPointerException
|
||||
# @author Tim Bell
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell CatchCaughtTest.sh
|
||||
#
|
||||
classname=CatchCaughtTestTarg
|
||||
|
@ -28,6 +28,7 @@
|
||||
# @summary TTY: surprising ExceptionSpec.resolveEventRequest() wildcard results
|
||||
# @author Tim Bell
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell CatchPatternTest.sh
|
||||
classname=CatchPatternTestTarg
|
||||
createJavaFile()
|
||||
|
@ -28,6 +28,7 @@
|
||||
# @bug 4507088
|
||||
# @summary TTY: Add a comment delimiter to the jdb command set
|
||||
# @author Tim Bell
|
||||
# @key intermittent
|
||||
# @run shell CommandCommentDelimiter.sh
|
||||
#
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
# @bug 4525714
|
||||
# @summary jtreg test PopAsynchronousTest fails in build 85 with -Xcomp
|
||||
# @author Jim Holmlund/Swamy Venkataramanappa
|
||||
# @key intermittent
|
||||
# @run shell DeoptimizeWalk.sh
|
||||
|
||||
# This is another test of the same bug. The bug occurs when trying
|
||||
|
@ -28,6 +28,7 @@
|
||||
*
|
||||
* @author Robert Field
|
||||
*
|
||||
* @key intermittent
|
||||
* @modules jdk.jdi
|
||||
* @run build TestScaffold VMConnection
|
||||
* @run compile -g ExceptionEvents.java
|
||||
|
@ -26,6 +26,7 @@
|
||||
# @test
|
||||
# @bug 4660158
|
||||
# @author Staffan Larsen
|
||||
# @key intermittent
|
||||
# @run shell JdbExprTest.sh
|
||||
|
||||
# These are variables that can be set to control execution
|
||||
|
@ -28,6 +28,7 @@
|
||||
# @summary REGRESSION: jdb / jdi not stopping at some breakpoints and steps in j2sdk1.4.
|
||||
# @author Jim Holmlund
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell JdbMissStep.sh
|
||||
|
||||
# These are variables that can be set to control execution
|
||||
|
@ -29,6 +29,7 @@
|
||||
#
|
||||
# @author jjh
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell JdbVarargsTest.sh
|
||||
|
||||
classname=JdbVarargsTest
|
||||
|
@ -29,6 +29,7 @@
|
||||
#
|
||||
# @author Jim Holmlund
|
||||
#
|
||||
# @key intermittent
|
||||
# @modules jdk.jdi
|
||||
# @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
# @run shell MixedSuspendTest.sh
|
||||
|
@ -29,6 +29,7 @@
|
||||
# @summary TTY: NullPointerException at
|
||||
# com.sun.tools.jdi.MirrorImpl.validateMirrors
|
||||
# @author Tim Bell
|
||||
# @key intermittent
|
||||
# @run shell NotAField.sh
|
||||
#
|
||||
|
||||
|
@ -31,6 +31,7 @@
|
||||
# methods are called.
|
||||
# @author Daniel D. Daugherty
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell RedefineAbstractClass.sh
|
||||
|
||||
compileOptions=-g
|
||||
|
@ -28,6 +28,7 @@
|
||||
# @summary Redefine a class that has an annotation and verify that the
|
||||
# new annotation is returned.
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell RedefineAnnotation.sh
|
||||
|
||||
compileOptions=-g
|
||||
|
@ -27,6 +27,7 @@
|
||||
# @bug 4705330
|
||||
# @summary Netbeans Fix and Continue crashes JVM
|
||||
# @author Jim Holmlund/Swamy Venkataramanappa
|
||||
# @key intermittent
|
||||
# @run shell RedefineClearBreakpoint.sh
|
||||
|
||||
# The failure occurs after a bkpt is set and then cleared
|
||||
|
@ -28,6 +28,7 @@
|
||||
# @summary The VM crashes when a method in a redefined class throws an exception.
|
||||
# @author Jim Holmlund
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell RedefineException.sh
|
||||
|
||||
# This is another symptomm of 4559100
|
||||
|
@ -27,6 +27,7 @@
|
||||
# @bug 4788344
|
||||
# @summary RedefineClasses is an apparent no-op if instance method is final
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell RedefineFinal.sh
|
||||
|
||||
compileOptions=-g
|
||||
|
@ -27,6 +27,7 @@
|
||||
# @bug 6394084
|
||||
# @summary Redefine class can't handle addition of 64 bit constants in JDK1.5.0_05
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell RedefineIntConstantToLong.sh
|
||||
|
||||
compileOptions=-g
|
||||
|
@ -30,6 +30,7 @@
|
||||
#
|
||||
# The failure occurs with debug java when the pop deletes the
|
||||
# line that called the method which is being popped.
|
||||
# @key intermittent
|
||||
# @run shell RedefinePop.sh
|
||||
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
# @bug 4689395
|
||||
# @summary "step over" after a class is redefined acts like "step out"
|
||||
# @author Jim Holmlund
|
||||
# @key intermittent
|
||||
# @run shell RedefineStep.sh
|
||||
#
|
||||
|
||||
|
@ -27,6 +27,7 @@
|
||||
# @bug 4660756
|
||||
# @summary TTY: Need to clear source cache after doing a redefine class
|
||||
# @author Jim Holmlund
|
||||
# @key intermittent
|
||||
# @run shell/timeout=240 RedefineTTYLineNumber.sh
|
||||
|
||||
#set -x
|
||||
|
@ -28,6 +28,7 @@
|
||||
*
|
||||
* @author jjh
|
||||
*
|
||||
* @key intermittent
|
||||
* @modules jdk.jdi
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter
|
||||
* @run compile -g SimulResumerTest.java
|
||||
|
@ -29,6 +29,7 @@
|
||||
# 2. TTY: run on expression evaluation
|
||||
# @author jim/suvasis mukherjee
|
||||
#
|
||||
# @key intermittent
|
||||
# @run shell StringConvertTest.sh
|
||||
|
||||
# Run this script to see the bug. See comments at the end
|
||||
|
@ -5,6 +5,7 @@
|
||||
*
|
||||
* @author Robert Field / Jim Holmlund
|
||||
*
|
||||
* @key intermittent
|
||||
* @library ..
|
||||
* @modules jdk.jdi
|
||||
* @run build TestScaffold VMConnection TargetListener TargetAdapter InstallSDE
|
||||
|
@ -41,7 +41,7 @@ import com.sun.tools.attach.VirtualMachineDescriptor;
|
||||
* @test
|
||||
* @bug 6173612 6273707 6277253 6335921 6348630 6342019 6381757
|
||||
* @summary Basic unit tests for the VM attach mechanism.
|
||||
* @modules jdk.jartool/sun.tools.jar
|
||||
* @key intermittent
|
||||
* @library /lib/testlibrary
|
||||
* @modules java.instrument
|
||||
* java.management
|
||||
|
@ -28,7 +28,7 @@
|
||||
* @run main/othervm Assert
|
||||
* @summary Test the assertion facility
|
||||
* @author Mike McCloskey
|
||||
* @key randomness
|
||||
* @key randomness intermittent
|
||||
*/
|
||||
|
||||
import package1.*;
|
||||
|
@ -26,6 +26,7 @@
|
||||
# @summary Test non US-ASCII characters in the value of the Boot-Class-Path
|
||||
# attribute.
|
||||
#
|
||||
# @key intermittent
|
||||
# @modules java.instrument
|
||||
# @run shell/timeout=240 BootClassPathTest.sh
|
||||
|
||||
|
@ -26,6 +26,7 @@
|
||||
# @summary JLI JAR manifest processing should ignore leading and trailing white space.
|
||||
# @author Daniel D. Daugherty
|
||||
#
|
||||
# @key intermittent
|
||||
# @modules java.instrument
|
||||
# @run build ManifestTestApp ExampleForBootClassPath
|
||||
# @run shell/timeout=900 ManifestTest.sh
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @summary test config (0,1,0,1): inherited 1-arg and declared 1-arg in agent class
|
||||
* @author Daniel D. Daugherty, Sun Microsystems
|
||||
*
|
||||
* @key intermittent
|
||||
* @run shell ../MakeJAR3.sh InheritAgent0101
|
||||
* @run main/othervm -javaagent:InheritAgent0101.jar DummyMain
|
||||
*/
|
||||
|
@ -26,6 +26,7 @@
|
||||
# @summary Redefine a big class.
|
||||
# @author Daniel D. Daugherty
|
||||
#
|
||||
# @key intermittent
|
||||
# @modules java.instrument
|
||||
# @run shell MakeJAR3.sh RedefineBigClassAgent 'Can-Redefine-Classes: true'
|
||||
# @run build BigClass RedefineBigClassApp NMTHelper
|
||||
|
@ -26,6 +26,7 @@
|
||||
# @summary Retransform a big class.
|
||||
# @author Daniel D. Daugherty
|
||||
#
|
||||
# @key intermittent
|
||||
# @modules java.instrument
|
||||
# @run shell MakeJAR4.sh RetransformBigClassAgent SimpleIdentityTransformer 'Can-Retransform-Classes: true'
|
||||
# @run build BigClass RetransformBigClassApp NMTHelper
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @summary Basic unit test of ThreadMXBean.getAllThreadIds()
|
||||
* @author Alexei Guibadoulline and Mandy Chung
|
||||
*
|
||||
* @key intermittent
|
||||
* @modules java.management
|
||||
* @run main/othervm AllThreadIds
|
||||
*/
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @summary Test that the jmx.monitor.error.runtime monitor notification
|
||||
* is emitted when getAttribute throws ReflectionException.
|
||||
* @author Luis-Miguel Alventosa
|
||||
* @key intermittent
|
||||
* @modules java.management
|
||||
* @run clean ReflectionExceptionTest MBeanServerBuilderImpl
|
||||
* MBeanServerForwarderInvocationHandler
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @summary Test that no locks are held when a monitor attribute is sampled
|
||||
* or notif delivered.
|
||||
* @author Eamonn McManus
|
||||
* @key intermittent
|
||||
* @modules java.management
|
||||
* @run clean StringMonitorDeadlockTest
|
||||
* @run build StringMonitorDeadlockTest
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 6292705
|
||||
* @summary Test support for arrays in parameterized types.
|
||||
* @author Luis-Miguel Alventosa
|
||||
* @key intermittent
|
||||
* @modules java.management
|
||||
* @run clean GenericArrayTypeTest
|
||||
* @run build GenericArrayTypeTest
|
||||
|
@ -26,6 +26,7 @@
|
||||
* @bug 4940957 8025205
|
||||
* @summary Tests behaviour when connections break
|
||||
* @author Eamonn McManus
|
||||
* @key intermittent
|
||||
* @modules java.management
|
||||
* @run clean BrokenConnectionTest
|
||||
* @run build BrokenConnectionTest
|
||||
|
@ -27,6 +27,7 @@
|
||||
* @summary Check the emission of notifications when a Security Manager is
|
||||
* installed. Test the property "jmx.remote.x.check.notification.emission".
|
||||
* @author Luis-Miguel Alventosa
|
||||
* @key intermittent
|
||||
* @modules java.management
|
||||
* @run clean NotificationEmissionTest
|
||||
* @run build NotificationEmissionTest
|
||||
|
@ -26,6 +26,7 @@
|
||||
# @bug 6528083
|
||||
# @summary Test RMI Bootstrap
|
||||
#
|
||||
# @key intermittent
|
||||
# @library /lib/testlibrary
|
||||
# @modules java.management/sun.management
|
||||
# java.management/sun.management.jmxremote
|
||||
|
@ -40,6 +40,7 @@ import jdk.testlibrary.ProcessTools;
|
||||
* @bug 8075926
|
||||
* @summary Makes sure that the current management agent status is reflected
|
||||
* in the related performance counters.
|
||||
* @key intermittent
|
||||
* @library /lib/testlibrary
|
||||
* @build jdk.testlibrary.* PortAllocator TestApp ManagementAgentJcmd
|
||||
* @run testng/othervm -XX:+UsePerfData JMXStatusPerfCountersTest
|
||||
|
@ -36,6 +36,7 @@ import jdk.testlibrary.ProcessTools;
|
||||
* @test
|
||||
* @bug 6321286
|
||||
* @summary Unit test for jmap utility
|
||||
* @key intermittent
|
||||
* @library /lib/testlibrary
|
||||
* @library /../../test/lib/share/classes
|
||||
* @modules java.management
|
||||
|
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 4990825
|
||||
* @key intermittent
|
||||
* @library /lib/testlibrary
|
||||
* @modules java.management
|
||||
* @build jdk.testlibrary.* JstatdTest JstatGCUtilParser
|
||||
|
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 4990825 7092186
|
||||
* @key intermittent
|
||||
* @library /lib/testlibrary
|
||||
* @modules java.management
|
||||
* @build jdk.testlibrary.* JstatdTest JstatGCUtilParser
|
||||
|
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 4990825
|
||||
* @key intermittent
|
||||
* @library /lib/testlibrary
|
||||
* @modules java.management
|
||||
* @build jdk.testlibrary.* JstatdTest JstatGCUtilParser
|
||||
|
@ -24,6 +24,7 @@
|
||||
/*
|
||||
* @test
|
||||
* @bug 4990825
|
||||
* @key intermittent
|
||||
* @library /lib/testlibrary
|
||||
* @modules java.management
|
||||
* @build jdk.testlibrary.* JstatdTest JstatGCUtilParser
|
||||
|
Loading…
Reference in New Issue
Block a user