8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017
Reviewed-by: sspitsyn, martin
This commit is contained in:
parent
7b9d38622b
commit
0db5f435ad
@ -90,7 +90,7 @@ assertTLSValue( jvmtiEnv * jvmtienv,
|
||||
jthread thread,
|
||||
const void * expected) {
|
||||
jvmtiError error;
|
||||
void * test = (void *) 0x99999999;
|
||||
void * test = (void *) 0x99999999UL;
|
||||
|
||||
/* now check if we do a fetch we get what we wrote */
|
||||
error = (*jvmtienv)->GetThreadLocalStorage(
|
||||
|
Loading…
Reference in New Issue
Block a user