mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-21 03:24:38 +02:00
6655638: dynamic languages need method handles
Initial implementation, with known omissions (x86/64, sparc, compiler optim., c-oops, C++ interp.) Reviewed-by: kvn, twisti, never
This commit is contained in:
parent
318da3f68c
commit
ce0c084720
63 changed files with 5815 additions and 70 deletions
|
@ -1,5 +1,5 @@
|
|||
/*
|
||||
* Copyright 2003-2008 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* Copyright 2003-2009 Sun Microsystems, Inc. All Rights Reserved.
|
||||
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
|
||||
*
|
||||
* This code is free software; you can redistribute it and/or modify it
|
||||
|
@ -928,6 +928,9 @@ public:
|
|||
// shared classes at runtime, where constraints were previously created.
|
||||
guarantee(SystemDictionary::constraints()->number_of_entries() == 0,
|
||||
"loader constraints are not saved");
|
||||
// Revisit and implement this if we prelink method handle call sites:
|
||||
guarantee(SystemDictionary::invoke_method_table()->number_of_entries() == 0,
|
||||
"invoke method table is not saved");
|
||||
GenCollectedHeap* gch = GenCollectedHeap::heap();
|
||||
|
||||
// At this point, many classes have been loaded.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue