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 |
JdiExecutionControl.redefine(ExecutionControl.ClassBytecodes[] cbcs) |
Redefine the specified classes.
|
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.
|
Copyright © 2015, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b144-1ubuntu1