8199467: Compilation Errors in libinstrument Reentrancy.c with VS2017

Reviewed-by: sspitsyn, martin
This commit is contained in:
Roger Riggs 2018-03-22 09:41:29 -04:00
parent 7b9d38622b
commit 0db5f435ad

View File

@ -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(