Skip to content

Commit a049875

Browse files
committed
Try j9localmap_DebugLocalBitsForPC
Related: ibmruntimes/Semeru-Runtimes#93 Signed-off-by: Babneet Singh <[email protected]>
1 parent 50654bf commit a049875

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

runtime/vm/jvminit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1109,7 +1109,7 @@ initializeJavaVM(void * osMainThread, J9JavaVM ** vmPtr, J9CreateJavaVMParams *c
11091109
vm->reserved1_identifier = (void*)J9VM_IDENTIFIER;
11101110
vm->internalVMFunctions = GLOBAL_TABLE(J9InternalFunctions);
11111111
vm->portLibrary = portLibrary;
1112-
vm->localMapFunction = j9localmap_LocalBitsForPC;
1112+
vm->localMapFunction = j9localmap_DebugLocalBitsForPC;
11131113

11141114
vm->internalVMLabels = (J9InternalVMLabels*)-1001;
11151115
vm->cInterpreter = J9_BUILDER_SYMBOL(cInterpreter);

0 commit comments

Comments
 (0)