@@ -393,7 +393,6 @@ writeConstants(OMRPortLibrary *OMRPORTLIB, IDATA fd)
393
393
writeConstant (OMRPORTLIB , fd , "J9TR_cframe_machineBP" , offsetof(J9CInterpreterStackFrame , machineBP )) |
394
394
writeConstant (OMRPORTLIB , fd , "J9TR_cframe_jitGPRs" , offsetof(J9CInterpreterStackFrame , jitGPRs )) |
395
395
writeConstant (OMRPORTLIB , fd , "J9TR_cframe_jitFPRs" , offsetof(J9CInterpreterStackFrame , jitFPRs )) |
396
- writeConstant (OMRPORTLIB , fd , "J9TR_cframe_maskRegisters" , offsetof(J9CInterpreterStackFrame , maskRegisters )) |
397
396
writeConstant (OMRPORTLIB , fd , "J9TR_cframe_rax" , offsetof(J9CInterpreterStackFrame , jitGPRs .jitGPRs .named .rax )) |
398
397
writeConstant (OMRPORTLIB , fd , "J9TR_cframe_rbx" , offsetof(J9CInterpreterStackFrame , jitGPRs .jitGPRs .named .rbx )) |
399
398
writeConstant (OMRPORTLIB , fd , "J9TR_cframe_rcx" , offsetof(J9CInterpreterStackFrame , jitGPRs .jitGPRs .named .rcx )) |
@@ -756,7 +755,6 @@ writeConstants(OMRPortLibrary *OMRPORTLIB, IDATA fd)
756
755
writeConstant (OMRPORTLIB , fd , "J9TR_ELSSize" , sizeof (J9VMEntryLocalStorage )) |
757
756
writeConstant (OMRPORTLIB , fd , "J9TR_J9_EXTENDED_RUNTIME_DEBUG_MODE" , J9_EXTENDED_RUNTIME_DEBUG_MODE ) |
758
757
writeConstant (OMRPORTLIB , fd , "J9TR_J9_EXTENDED_RUNTIME_USE_VECTOR_REGISTERS" , J9_EXTENDED_RUNTIME_USE_VECTOR_REGISTERS ) |
759
- writeConstant (OMRPORTLIB , fd , "J9TR_J9_EXTENDED_RUNTIME_USE_EXTENDED_VECTOR_REGISTERS" , J9_EXTENDED_RUNTIME_USE_EXTENDED_VECTOR_REGISTERS ) |
760
758
writeConstant (OMRPORTLIB , fd , "J9TR_J9_EXTENDED_RUNTIME2_COMPRESS_OBJECT_REFERENCES" , J9_EXTENDED_RUNTIME2_COMPRESS_OBJECT_REFERENCES ) |
761
759
writeConstant (OMRPORTLIB , fd , "J9TR_J9_INLINE_JNI_MAX_ARG_COUNT" , J9_INLINE_JNI_MAX_ARG_COUNT ) |
762
760
0 commit comments