new JVMChunk From
fun newJVMChunkFrom( chunkName: String, className: String, classBytes: ByteArray, params: Array<Any>): JVMChunk?
Content copied to clipboard
Answer an instance of a implementationClass that is defined by the given bytes.
Return
The newly constructed JVMChunk instance, or null if no such instance could be constructed.
Parameters
chunk Name
The name of the L2Chunk.
class Name
The class name.
class Bytes
The foundational class bytes.
params
The values that should be bundled into this class loader for static initialization of the generated JVMChunk. These are accessible via the parameters field.