AutoCloseable, ExecutionControlpublic class LocalExecutionControl extends DirectExecutionControl
ExecutionControl which executes in the same JVM as the JShell-core.ExecutionControl.ClassBytecodes, ExecutionControl.ClassInstallException, ExecutionControl.EngineTerminationException, ExecutionControl.ExecutionControlException, ExecutionControl.InternalException, ExecutionControl.NotImplementedException, ExecutionControl.ResolutionException, ExecutionControl.RunException, ExecutionControl.StoppedException, ExecutionControl.UserException
| Constructor | Description |
|---|---|
LocalExecutionControl() |
Create an instance using the default class loading, which delegates to the system class loader. |
LocalExecutionControl |
Create an instance using the default class loading, but delegating to the specified parent class loader. |
LocalExecutionControl |
Creates an instance, delegating loader operations to the specified delegate. |
| Modifier and Type | Method | Description |
|---|---|---|
protected void |
clientCodeEnter() |
Marks entry into user code. |
protected void |
clientCodeLeave() |
Marks departure from user code. |
addToClasspath, classesRedefined, close, extensionCommand, findClass, invoke, invoke, load, redefine, stop, throwConvertedInvocationException, throwConvertedOtherException, valueString, varValue
public LocalExecutionControl(LoaderDelegate loaderDelegate)
loaderDelegate - the delegate to handle loading classespublic LocalExecutionControl()
public LocalExecutionControl(ClassLoader parent)
parent - parent class loaderprotected void clientCodeEnter()
DirectExecutionControlclientCodeEnter in class DirectExecutionControl
protected void clientCodeLeave()
DirectExecutionControlclientCodeLeave in class DirectExecutionControl
© 1993, 2025, 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/25/docs/api/jdk.jshell/jdk/jshell/execution/LocalExecutionControl.html