8298907: nsk JDI tests pass if the debuggee failed to launch
Reviewed-by: cjplummer, kevinw
This commit is contained in:
parent
323813985b
commit
a91143cc93
test/hotspot/jtreg/vmTestbase/nsk/jdi
BooleanType/_itself_
BreakpointRequest
addInstanceFilter
addThreadFilter
location
ByteType/_itself_
CharType/_itself_
ClassLoaderReference
ClassPrepareRequest
addClassExclusionFilter
addClassFilter_rt
addClassFilter_s
DoubleType/_itself_
Event/request
EventIterator/nextEvent
EventQueue
EventRequest
addCountFilter
disable
enable
getProperty
isEnabled
putProperty
setEnabled
setSuspendPolicy
suspendPolicy
EventRequestManager
accessWatchpointRequests
breakpointRequests
classPrepareRequests
classUnloadRequests
createAccessWatchpointRequest
createBreakpointRequest
createClassPrepareRequest
createClassUnloadRequest
createExceptionRequest
createMethodEntryRequest
createMethodExitRequest
createModificationWatchpointRequest
createStepRequest
createThreadDeathRequest
createThreadStartRequest
createVMDeathRequest
deleteAllBreakpoints
deleteEventRequest
deleteEventRequests
exceptionRequests
methodEntryRequests
methodExitRequests
modificationWatchpointRequests
stepRequests
threadDeathRequests
threadStartRequests
vmDeathRequests
EventSet
eventIterator
resume
resume002.javaresume003.javaresume004.javaresume005.javaresume006.javaresume007.javaresume010.javaresume011.javaresume012.javaresume013.java
suspendPolicy
suspendpolicy001.javasuspendpolicy002.javasuspendpolicy003.javasuspendpolicy004.javasuspendpolicy005.javasuspendpolicy006.javasuspendpolicy007.javasuspendpolicy008.javasuspendpolicy009.javasuspendpolicy010.javasuspendpolicy011.javasuspendpolicy012.javasuspendpolicy013.javasuspendpolicy014.javasuspendpolicy015.javasuspendpolicy016.javasuspendpolicy017.javasuspendpolicy018.java
ExceptionRequest
addClassExclusionFilter
addClassFilter_rt
addClassFilter_s
addInstanceFilter
addThreadFilter
exception
notifyCaught
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -89,7 +89,7 @@ public class booleantype001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -98,7 +98,7 @@ public class instancefilter002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -93,7 +93,7 @@ public class instancefilter003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -99,7 +99,7 @@ public class threadfilter002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -99,7 +99,7 @@ public class threadfilter003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class location001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -89,7 +89,7 @@ public class bytetype001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -89,7 +89,7 @@ public class chartype001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class definedclasses001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -102,7 +102,7 @@ public class visibleclasses001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class filter003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -96,7 +96,7 @@ public class filter_rt002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -98,7 +98,7 @@ public class filter_s002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -89,7 +89,7 @@ public class doubletype001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -111,7 +111,7 @@ public class request001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -111,7 +111,7 @@ public class nextevent001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class remove004 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -85,7 +85,7 @@ public class remove_l004 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class addcountfilter001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -105,7 +105,7 @@ public class disable001 {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
//-------------------------------------------------- log procedures
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class disable002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class enable001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -93,7 +93,7 @@ public class enable002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class getproperty001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class isenabled001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class putproperty001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -91,7 +91,7 @@ public class setenabled001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class setenabled002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class setenabled003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -96,7 +96,7 @@ public class setsuspendpolicy001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -91,7 +91,7 @@ public class suspendpolicy001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class accwtchpreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
private String debuggeeName =
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class breakpreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class clsprepreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class clsunlreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class craccwtchpreq003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class crbreakpreq003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class cpreg001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class cureg001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -93,7 +93,7 @@ public class crexreq009 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class crexreq010 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class menreg001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class mexreg001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class crmodwtchpreq003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class crstepreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class tdreg001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class tsreg001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class vmdreg001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
4
test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002.java
4
test/hotspot/jtreg/vmTestbase/nsk/jdi/EventRequestManager/deleteAllBreakpoints/delallbreakp002.java
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -91,7 +91,7 @@ public class delallbreakp002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -97,7 +97,7 @@ public class delevtreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class delevtreqs002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class excreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2021, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class methentreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class methexitreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
// ************************************************ test parameters
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class modwtchpreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class stepreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class thrdeathreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class thrstartreq002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -92,7 +92,7 @@ public class vmdeathreq001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -87,7 +87,7 @@ public class eventiterator001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -93,7 +93,7 @@ public class eventiterator002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -90,7 +90,7 @@ public class eventiterator003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -81,7 +81,7 @@ public class eventiterator004 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@ public class resume002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@ public class resume003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@ public class resume004 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@ public class resume005 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@ public class resume006 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@ public class resume007 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -101,7 +101,7 @@ public class resume010 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -85,7 +85,7 @@ public class resume011 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -86,7 +86,7 @@ public class resume012 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -86,7 +86,7 @@ public class resume013 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -99,7 +99,7 @@ public class suspendpolicy001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -97,7 +97,7 @@ public class suspendpolicy002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
// ************************************************ test parameters
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -97,7 +97,7 @@ public class suspendpolicy003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -97,7 +97,7 @@ public class suspendpolicy004 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -97,7 +97,7 @@ public class suspendpolicy005 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -96,7 +96,7 @@ public class suspendpolicy006 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -96,7 +96,7 @@ public class suspendpolicy007 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -96,7 +96,7 @@ public class suspendpolicy008 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2022, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -96,7 +96,7 @@ public class suspendpolicy009 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class suspendpolicy010 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class suspendpolicy011 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class suspendpolicy012 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -94,7 +94,7 @@ public class suspendpolicy013 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class suspendpolicy014 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class suspendpolicy015 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class suspendpolicy016 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
private String debuggeeName =
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class suspendpolicy017 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2018, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class suspendpolicy018 {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
//-------------------------------------------------- log procedures
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -97,7 +97,7 @@ public class filter002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -98,7 +98,7 @@ public class filter_rt002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -98,7 +98,7 @@ public class filter_s002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -98,7 +98,7 @@ public class instancefilter002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -93,7 +93,7 @@ public class instancefilter003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -100,7 +100,7 @@ public class threadfilter002 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -100,7 +100,7 @@ public class threadfilter003 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -95,7 +95,7 @@ public class exception001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2001, 2020, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2001, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -93,7 +93,7 @@ public class notifycaught001 extends JDIBase {
|
||||
if (exitCode != PASSED) {
|
||||
System.out.println("TEST FAILED");
|
||||
}
|
||||
return testExitCode;
|
||||
return exitCode;
|
||||
}
|
||||
|
||||
// ************************************************ test parameters
|
||||
|
Some files were not shown because too many files have changed in this diff Show More
Loading…
x
Reference in New Issue
Block a user