-
Bug
-
Resolution: Unresolved
-
P3
-
None
-
17, 19
-
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
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
- relates to
-
JDK-8282306 os::is_first_C_frame(frame*) crashes on invalid link access
- Resolved