mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8329967: Build failure after JDK-8329628
Reviewed-by: thartmann, shade, dcubed
This commit is contained in:
parent
4bba445d83
commit
b80ba08518
1 changed files with 1 additions and 1 deletions
|
@ -687,7 +687,7 @@ void CodeCache::nmethods_do(void f(nmethod* nm)) {
|
|||
|
||||
void CodeCache::nmethods_do(NMethodClosure* cl) {
|
||||
assert_locked_or_safepoint(CodeCache_lock);
|
||||
NMethodIterator iter(NMethodIterator::all_blobs);
|
||||
NMethodIterator iter(NMethodIterator::all);
|
||||
while(iter.next()) {
|
||||
cl->do_nmethod(iter.method());
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue