mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
6893504: LinkageError for bootstrap duplicate class definitions
Reviewed-by: kamg, xlu
This commit is contained in:
parent
a3b18775c7
commit
47748afed5
2 changed files with 23 additions and 8 deletions
|
@ -578,6 +578,7 @@ private:
|
|||
static Handle compute_loader_lock_object(Handle class_loader, TRAPS);
|
||||
static void check_loader_lock_contention(Handle loader_lock, TRAPS);
|
||||
static bool is_parallelCapable(Handle class_loader);
|
||||
static bool is_parallelDefine(Handle class_loader);
|
||||
|
||||
static klassOop find_shared_class(symbolHandle class_name);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue