Package | Description |
---|---|
jdk.jshell.execution |
Provides implementation support for building JShell execution engines.
|
jdk.jshell.spi |
Defines the Service Provider Interface for pluggable JShell execution engines.
|
Modifier and Type | Method | Description |
---|---|---|
void |
DirectExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs) |
|
void |
LoaderDelegate.load(ExecutionControl.ClassBytecodes[] cbcs) |
Attempts to load new classes.
|
void |
StreamingExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs) |
|
void |
DirectExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs) |
|
void |
StreamingExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs) |
Modifier and Type | Method | Description |
---|---|---|
void |
ExecutionControl.load(ExecutionControl.ClassBytecodes[] cbcs) |
Attempts to load new classes.
|
void |
ExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs) |
Attempts to redefine previously loaded classes.
|
Submit a bug or feature
Java is a trademark or registered trademark of Oracle and/or its affiliates in the US and other countries.
Copyright © 2015, 2017, Oracle and/or its affiliates. 500 Oracle Parkway
Redwood Shores, CA 94065 USA. All rights reserved.
DRAFT 9-Debian+0-9b153-2