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

Node limit exceeded with -XX:AllocateInstancePrefetchLines=1073741823

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 9
    • 8u112, 9
    • hotspot
    • b106

      Found during adhoc testing while investigating a nightly failure:

      java -XX:AllocateInstancePrefetchLines=1073741823 -version crashes with assert:

      # after -XX: or in .hotspotrc: SuppressErrorAt=\\node.cpp:76
      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (C:\\jprt\\T\\P1\\020256.christian\\s\\hotspot\\src\\share\\vm\\opto\\node.cpp:76), pid=66772, tid=56564
      # assert(Compile::current()->live_nodes() < Compile::current()->max_node_limit()) failed: Live Node limit exceeded limit
      #
      # JRE version: Java(TM) SE Runtime Environment (9.0) (build 9-internal+0-2016-01-06-020256.christian.jake-nightly2)
      # Java VM: Java HotSpot(TM) 64-Bit Server VM (9-internal+0-2016-01-06-020256.christian.jake-nightly2, mixed mode, tiered, compressed oops, g1 gc, windows-amd64)
      # Core dump will be written. Default location: C:\\local\\aurora\\sandbox\\results\\workDir\\runtime\\CommandLine\\OptionsValidation\\TestOptionsWithRanges\\hs_err_pid66772.mdmp
      #
      # An error report file with more information is saved as:
      # C:\\local\\aurora\\sandbox\\results\\workDir\\runtime\\CommandLine\\OptionsValidation\\TestOptionsWithRanges\\hs_err_pid66772.log
      ]

            zmajo Zoltan Majo (Inactive)
            gtriantafill George Triantafillou (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            7 Start watching this issue

              Created:
              Updated:
              Resolved: