Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8149689

[JVMCI] CodeInstaller::pd_patch_DataSectionReference should be able to throw exceptions

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 9
    • hotspot
    • b108
    • generic
    • generic

      All the other CodeInstaller::pd_patch_* methods can throw exceptions except this one.

         void pd_patch_OopConstant(int pc_offset, Handle constant, TRAPS);
         void pd_patch_MetaspaceConstant(int pc_offset, Handle constant, TRAPS);
         void pd_patch_DataSectionReference(int pc_offset, int data_offset);
         void pd_relocate_ForeignCall(NativeInstruction* inst, jlong foreign_call_destination, TRAPS);
         void pd_relocate_JavaMethod(Handle method, jint pc_offset, TRAPS);
         void pd_relocate_poll(address pc, jint mark, TRAPS);

            twisti Christian Thalinger (Inactive)
            twisti Christian Thalinger (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: