protected static interface ByteArrayClassLoader.ChildFirst.SynchronizationEngine
| Modifier and Type | Interface and Description |
|---|---|
static class |
ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForLegacyVm
A synchronization engine for a VM that is not aware of parallel-capable class loaders.
|
static class |
ByteArrayClassLoader.ChildFirst.SynchronizationEngine.ForModernVm
A synchronization engine for a VM that is aware of parallel-capable class loaders.
|
| Modifier and Type | Method and Description |
|---|---|
Object |
classLoadingLock(String name,
ClassLoader classLoader)
Receives the class loading lock.
|
Object classLoadingLock(String name, ClassLoader classLoader)
name - The name of the class being loaded.classLoader - The class loader loading the class.Copyright © 2014–2016. All rights reserved.