mirror of
https://github.com/openjdk/jdk.git
synced 2026-01-28 03:58:21 +00:00
Adjust decls too
This commit is contained in:
parent
5f268ea77c
commit
23bec28590
@ -1124,7 +1124,7 @@ class AbstractClassHierarchyWalker {
|
||||
Klass* find_witness(InstanceKlass* context_type, KlassDepChange* changes = nullptr);
|
||||
|
||||
static void init();
|
||||
static void print_statistics();
|
||||
NOT_PRODUCT(static void print_statistics();)
|
||||
};
|
||||
|
||||
PerfCounter* AbstractClassHierarchyWalker::_perf_find_witness_anywhere_calls_count = nullptr;
|
||||
|
||||
@ -1,5 +1,5 @@
|
||||
/*
|
||||
* Copyright (c) 2005, 2024, Oracle and/or its affiliates. All rights reserved.
|
||||
* Copyright (c) 2005, 2026, Oracle and/or its affiliates. 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
|
||||
@ -649,7 +649,7 @@ class Dependencies: public ResourceObj {
|
||||
};
|
||||
friend class Dependencies::DepStream;
|
||||
|
||||
static void print_statistics();
|
||||
NOT_PRODUCT(static void print_statistics();)
|
||||
};
|
||||
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user