Class Bootstrap
java.lang.Object
com.sun.jdi.Bootstrap
public class Bootstrap extends Object
Initial class that provides access to the default implementation of JDI interfaces. A debugger application uses this class to access the single instance of the
VirtualMachineManager
interface.- Since:
- 1.3
Constructor Summary
Constructor | Description |
---|---|
Bootstrap() |
Deprecated, for removal: This API element is subject to removal in a future version. |
Method Summary
Modifier and Type | Method | Description |
---|---|---|
static VirtualMachineManager |
virtualMachineManager() |
Returns the virtual machine manager. |
Constructor Details
Bootstrap
@Deprecated(since="16", forRemoval=true) public Bootstrap()
Deprecated, for removal: This API element is subject to removal in a future version.
Do not call.
Method Details
virtualMachineManager
public static VirtualMachineManager virtualMachineManager()
Returns the virtual machine manager.
May throw an unspecified error if initialization of the VirtualMachineManager
fails or if the virtual machine manager is unable to locate or create any Connectors
.
- Throws:
-
SecurityException
- if a security manager has been installed and it deniesJDIPermission
("virtualMachineManager
") or other unspecified permissions required by the implementation.
© 1993, 2021, Oracle and/or its affiliates. All rights reserved.
Documentation extracted from Debian's OpenJDK Development Kit package.
Licensed under the GNU General Public License, version 2, with the Classpath Exception.
Various third party code in OpenJDK is licensed under different licenses (see Debian package).
Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
https://docs.oracle.com/en/java/javase/17/docs/api/jdk.jdi/com/sun/jdi/Bootstrap.html