mirror of
https://github.com/openjdk/jdk.git
synced 2026-02-18 22:35:12 +00:00
8350571: Remove mention of Tonga test suite from JMX tests
Reviewed-by: cjplummer, lmesnik, sspitsyn
This commit is contained in:
parent
c413549eb7
commit
8cfebc41dc
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2008, 2025, 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
|
||||
@ -67,12 +67,8 @@ import javax.management.remote.JMXProviderException;
|
||||
import javax.management.remote.JMXServerErrorException;
|
||||
|
||||
/**
|
||||
* |----- Original Description Coming From Tonga Original Source Code -------|
|
||||
* | |
|
||||
* | That class creates an ArrayList and fill it with an instance of each of |
|
||||
* | the Exception class of the JMX API. |
|
||||
* | It's dedicated to use by ExceptionTest. |
|
||||
* |-------------------------------------------------------------------------|
|
||||
* This class creates an ArrayList and fills it with an instance of each
|
||||
* Exception class in the JMX API. Used by ExceptionTest.
|
||||
*/
|
||||
public class ExceptionFactory {
|
||||
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2008, 2023, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2008, 2025, 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
|
||||
@ -188,7 +188,6 @@ public class ExceptionTest {
|
||||
return true;
|
||||
}
|
||||
|
||||
// Utility inner class coming from JMX Tonga test suite.
|
||||
// Also used by ExceptionFactory.
|
||||
static class Utils {
|
||||
|
||||
@ -222,9 +221,6 @@ public class ExceptionTest {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reproduces the original parsing and collection of test parameters
|
||||
* from the DTonga JMX test suite.
|
||||
*
|
||||
* Collects passed args and returns them in a map(argname, value) structure,
|
||||
* which will be then propagated as necessary to various called methods.
|
||||
*/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2025, 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
|
||||
@ -27,7 +27,6 @@ import java.util.Properties;
|
||||
import java.lang.reflect.Method;
|
||||
import javax.management.remote.JMXConnectorServerMBean;
|
||||
|
||||
// utility class for MXBean* tests coming from JMX Tonga test suite
|
||||
class Utils {
|
||||
|
||||
// DEBUG is printed depending on the DEBUG and DEBUG_LEVEL JAVA property
|
||||
@ -60,9 +59,6 @@ class Utils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reproduces the original parsing and collection of test parameters
|
||||
* from the DTonga JMX test suite.
|
||||
*
|
||||
* Collects passed args and returns them in a map(argname, value) structure,
|
||||
* which will be then propagated as necessary to various called methods.
|
||||
*/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2006, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2006, 2025, 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
|
||||
@ -287,7 +287,6 @@ public class SupportedQueryTypesTest {
|
||||
}
|
||||
}
|
||||
|
||||
// Utility inner class coming from JMX Tonga test suite.
|
||||
private static class Utils {
|
||||
|
||||
// DEBUG is printed depending on the DEBUG and DEBUG_LEVEL JAVA property
|
||||
@ -320,9 +319,6 @@ public class SupportedQueryTypesTest {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reproduces the original parsing and collection of test parameters
|
||||
* from the DTonga JMX test suite.
|
||||
*
|
||||
* Collects passed args and returns them in a map(argname, value) structure,
|
||||
* which will be then propagated as necessary to various called methods.
|
||||
*/
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2015, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2025, Oracle and/or its affiliates. All rights reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
@ -28,7 +28,6 @@ import java.util.StringTokenizer;
|
||||
import java.lang.reflect.Method;
|
||||
import javax.management.remote.JMXConnectorServerMBean;
|
||||
|
||||
// utility class for MXBean* tests coming from JMX Tonga test suite
|
||||
class Utils {
|
||||
|
||||
private static final String SERVER_SIDE_NAME = "-server";
|
||||
@ -64,9 +63,6 @@ class Utils {
|
||||
}
|
||||
|
||||
/**
|
||||
* Reproduces the original parsing and collection of test parameters
|
||||
* from the DTonga JMX test suite.
|
||||
*
|
||||
* Collects passed args and returns them in a map(argname, value) structure,
|
||||
* which will be then propagated as necessary to various called methods.
|
||||
*/
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user