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

JDK-8282306 breaks gtest "os.is_first_C_frame_vm" on alpine

XMLWordPrintable

    • x86_64
    • linux

      ADDITIONAL SYSTEM INFORMATION :
      Alpine Edge / Alpine 3.16

      A DESCRIPTION OF THE PROBLEM :
      When running the gtest suite, the "os.is_first_C_frame_vm" fails:

      ---
      test/hotspot/gtest/runtime/test_os.cpp:886: Failure
      Value of: os::is_first_C_frame(&cur_frame)
        Actual: true
      Expected: false
      [ FAILED ] os.is_first_C_frame_vm (0 ms)
      ---

      REGRESSION : Last worked in version 18.0.2.1

      STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
      make test-hotspot-gtest

      EXPECTED VERSUS ACTUAL BEHAVIOR :
      EXPECTED -
      Tests succeed
      ACTUAL -
      Test fail

      CUSTOMER SUBMITTED WORKAROUND :
      Disabling the test on alpine

      FREQUENCY : always


            jbechberger Johannes Bechberger
            webbuggrp Webbug Group
            Votes:
            0 Vote for this issue
            Watchers:
            5 Start watching this issue

              Created:
              Updated: