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

[JVMCI] assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • None
    • None
    • hotspot
    • None

      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (/home/dnsimon/dev/ol-bitbucket/labsjdk-ce/src/hotspot/share/code/nmethod.cpp:1501), pid=1016388, tid=1016478
      # assert(static_cast<int>(_jvmci_data_size) == align_up(compiler->is_jvmci() ? jvmci_data->size() : 0, oopSize)) failed: failed: 104 != 16777320
      #

      This occurs when the name of a JVMCI method[1] is too long (i.e., longer than uint_16).

      [1] https://github.com/openjdk/jdk/blob/ad7c475fb1e23f583a33d58f0bd73ea0fb56740c/src/hotspot/share/jvmci/jvmciRuntime.hpp#L99-L109

            Unassigned Unassigned
            dnsimon Douglas Simon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated: