mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 06:45:07 +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
|
@ -5870,15 +5870,6 @@ extern "C" {
|
|||
}
|
||||
}
|
||||
|
||||
// Just to get the Kernel build to link on solaris for testing.
|
||||
|
||||
extern "C" {
|
||||
class ASGCT_CallTrace;
|
||||
void AsyncGetCallTrace(ASGCT_CallTrace *trace, jint depth, void* ucontext)
|
||||
KERNEL_RETURN;
|
||||
}
|
||||
|
||||
|
||||
// ObjectMonitor park-unpark infrastructure ...
|
||||
//
|
||||
// We implement Solaris and Linux PlatformEvents with the
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue