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

Aarch64: implement -XX:+VerifyActivationFrameSize

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 24
    • 8, 11, 17, 21, 23, 24
    • hotspot
    • master
    • aarch64, riscv
    • generic

      On aarch64 platform the debug VM option -XX:+VerifyActivationFrameSize is Unimplemented.

      > time ./build/linux-aarch64-server-slowdebug/images/jdk/bin/java -Xms10M -Xmx10M -XX:ParallelGCThreads=1 -XX:+VerifyActivationFrameSize -version
      #
      # A fatal error has been detected by the Java Runtime Environment:
      #
      # Internal Error (src/hotspot/cpu/aarch64/interp_masm_aarch64.cpp:396), pid=2176250, tid=2176251
      # Error: Unimplemented()
      #
      # JRE version: (24.0) (slowdebug build )
      # Java VM: OpenJDK 64-Bit Server VM (slowdebug 24-internal-fec0d1cf, mixed mode, sharing, tiered, compressed oops, compressed class ptrs, g1 gc, linux-aarch64)
      # Problematic frame:
      # V [libjvm.so+0xdcf3b8] InterpreterMacroAssembler::dispatch_base(TosState, unsigned char**, bool, bool)+0x58
      #
      # Core dump will be written. Default location: /home/yansendao/git/jdk/core.2176250
      #
      # An error report file with more information is saved as:
      # /home/yansendao/git/jdk/hs_err_pid2176250.log
      #
      #
      Aborted (core dumped)

            syan Sendao Yan
            syan Sendao Yan
            Votes:
            0 Vote for this issue
            Watchers:
            4 Start watching this issue

              Created:
              Updated:
              Resolved: