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

StopInterpreterAt not work on linux-x86_64

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Not an Issue
    • Icon: P3 P3
    • 24
    • 8, 11, 17, 21, 23, 24
    • hotspot
    • aarch64
    • linux

      The VM option '-XX:StopInterpreterAt=1' doesn't work on linux x86_64, the actual result for now:
      > build/linux-x86_64-server-slowdebug/images/jdk/bin/java -XX:StopInterpreterAt=1 -version
      openjdk version "24" 2025-03-18
      OpenJDK Runtime Environment (slowdebug build 24+-47c90abd)
      OpenJDK 64-Bit Server VM (slowdebug build 24+-47c90abd, mixed mode, sharing)
      119870 bytecodes executed in 0.1s (0.817MHz)
      [BytecodeCounter::counter_value = 119870]


      This VM options works on linux-aarch64 like below:
      > build/linux-aarch64-server-slowdebug/images/jdk/bin/java -XX:StopInterpreterAt=1
      Trace/breakpoint trap (core dumped)

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

              Created:
              Updated:
              Resolved: