mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
7189254: Change makefiles for more flexibility to override defaults
Change makefiles so that targets and parameters can be overridden by alternate makefiles. Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
9e9db7f831
commit
c5eaaaa070
56 changed files with 1068 additions and 357 deletions
|
@ -78,6 +78,7 @@ HS_DTRACE_PROBE_DECL4(hotspot, class__unloaded, char*, int, oop, bool);
|
|||
|
||||
#endif
|
||||
|
||||
#if INCLUDE_MANAGEMENT
|
||||
// counters for classes loaded from class files
|
||||
PerfCounter* ClassLoadingService::_classes_loaded_count = NULL;
|
||||
PerfCounter* ClassLoadingService::_classes_unloaded_count = NULL;
|
||||
|
@ -239,3 +240,5 @@ LoadedClassesEnumerator::LoadedClassesEnumerator(Thread* cur_thread) {
|
|||
// FIXME: Exclude array klasses for now
|
||||
// Universe::basic_type_classes_do(&add_loaded_class);
|
||||
}
|
||||
|
||||
#endif // INCLUDE_MANAGEMENT
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue