mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-15 08:34:30 +02:00
8312626: Resolve multiple definition of 'start_timer' when statically linking JDK native libraries with user code
Reviewed-by: serb
This commit is contained in:
parent
0ca2bfd779
commit
c55d29ff11
1 changed files with 2 additions and 2 deletions
|
@ -187,8 +187,8 @@ static int setPackedICRdefault(JNIEnv *env, RasterS_t *rasterP,
|
|||
int component, unsigned char *outDataP,
|
||||
int supportsAlpha);
|
||||
|
||||
mlib_start_timer start_timer = NULL;
|
||||
mlib_stop_timer stop_timer = NULL;
|
||||
static mlib_start_timer start_timer = NULL;
|
||||
static mlib_stop_timer stop_timer = NULL;
|
||||
|
||||
/***************************************************************************
|
||||
* Debugging Definitions *
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue