Skip to content

Commit 6026b12

Browse files
authored
Merge pull request #20579 from eclipse-openj9/revert-20569-main13
Revert "Make j9localmap_DebugLocalBitsForPC the default mapper"
2 parents 6f623b4 + 5cfd246 commit 6026b12

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
@@ -1172,7 +1172,7 @@ initializeJavaVM(void * osMainThread, J9JavaVM ** vmPtr, J9CreateJavaVMParams *c
11721172
vm->reserved1_identifier = (void*)J9VM_IDENTIFIER;
11731173
vm->internalVMFunctions = GLOBAL_TABLE(J9InternalFunctions);
11741174
vm->portLibrary = portLibrary;
1175-
vm->localMapFunction = j9localmap_DebugLocalBitsForPC;
1175+
vm->localMapFunction = j9localmap_LocalBitsForPC;
11761176

11771177
vm->internalVMLabels = (J9InternalVMLabels*)-1001;
11781178
vm->cInterpreter = J9_BUILDER_SYMBOL(cInterpreter);

0 commit comments

Comments
 (0)