Skip to content

Commit

Permalink
Merge pull request #20579 from eclipse-openj9/revert-20569-main13
Browse files Browse the repository at this point in the history
Revert "Make j9localmap_DebugLocalBitsForPC the default mapper"
  • Loading branch information
pshipton authored Nov 12, 2024
2 parents 6f623b4 + 5cfd246 commit 6026b12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runtime/vm/jvminit.c
Original file line number Diff line number Diff line change
Expand Up @@ -1172,7 +1172,7 @@ initializeJavaVM(void * osMainThread, J9JavaVM ** vmPtr, J9CreateJavaVMParams *c
vm->reserved1_identifier = (void*)J9VM_IDENTIFIER;
vm->internalVMFunctions = GLOBAL_TABLE(J9InternalFunctions);
vm->portLibrary = portLibrary;
vm->localMapFunction = j9localmap_DebugLocalBitsForPC;
vm->localMapFunction = j9localmap_LocalBitsForPC;

vm->internalVMLabels = (J9InternalVMLabels*)-1001;
vm->cInterpreter = J9_BUILDER_SYMBOL(cInterpreter);
Expand Down

0 comments on commit 6026b12

Please sign in to comment.