6893504: LinkageError for bootstrap duplicate class definitions

Reviewed-by: kamg, xlu
This commit is contained in:
Karen Kinnear 2009-11-11 15:49:38 -05:00
parent a3b18775c7
commit 47748afed5
2 changed files with 23 additions and 8 deletions

View file

@ -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);