-
Bug
-
Resolution: Not an Issue
-
P4
-
None
-
14
-
x86_64
-
linux
The following test failed in the JDK14 CI:
gtest/GTestWrapper.java
Here's a snippet from the log file:
[----------] 4 tests from CollectorPolicy
[ RUN ] CollectorPolicy.young_min_ergo_test_vm
[ OK ] CollectorPolicy.young_min_ergo_test_vm (0 ms)
[ RUN ] CollectorPolicy.young_scaled_initial_ergo_test_vm
[ OK ] CollectorPolicy.young_scaled_initial_ergo_test_vm (0 ms)
[ RUN ] CollectorPolicy.young_cmd_other_vm_test
open/test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp:239: Failure
Death test: child_CollectorPolicy_young_cmd_()
Result: died but not with expected exit code:
Terminated by signal 6 (core dumped)
Actual msg:
[ DEATH ] OKIDOKIpure virtual method called
[ DEATH ] terminate called without an active exception
[ DEATH ]
[ FAILED ] CollectorPolicy.young_cmd_other_vm_test (12134 ms)
[ RUN ] CollectorPolicy.old_cmd_other_vm_test
[0.656s][warning][gc,ergo] Inconsistency between maximum heap size and maximum generation sizes: using maximum heap = 15760097280, -XX:OldSize flag is being ignored
[0.657s][warning][gc,ergo] Inconsistency between generation sizes and heap size, resizing the generations to fit the heap.
[ OK ] CollectorPolicy.old_cmd_other_vm_test (692 ms)
[----------] 4 tests from CollectorPolicy (12827 ms total)
gtest/GTestWrapper.java
Here's a snippet from the log file:
[----------] 4 tests from CollectorPolicy
[ RUN ] CollectorPolicy.young_min_ergo_test_vm
[ OK ] CollectorPolicy.young_min_ergo_test_vm (0 ms)
[ RUN ] CollectorPolicy.young_scaled_initial_ergo_test_vm
[ OK ] CollectorPolicy.young_scaled_initial_ergo_test_vm (0 ms)
[ RUN ] CollectorPolicy.young_cmd_other_vm_test
open/test/hotspot/gtest/gc/shared/test_collectorPolicy.cpp:239: Failure
Death test: child_CollectorPolicy_young_cmd_()
Result: died but not with expected exit code:
Terminated by signal 6 (core dumped)
Actual msg:
[ DEATH ] OKIDOKIpure virtual method called
[ DEATH ] terminate called without an active exception
[ DEATH ]
[ FAILED ] CollectorPolicy.young_cmd_other_vm_test (12134 ms)
[ RUN ] CollectorPolicy.old_cmd_other_vm_test
[0.656s][warning][gc,ergo] Inconsistency between maximum heap size and maximum generation sizes: using maximum heap = 15760097280, -XX:OldSize flag is being ignored
[0.657s][warning][gc,ergo] Inconsistency between generation sizes and heap size, resizing the generations to fit the heap.
[ OK ] CollectorPolicy.old_cmd_other_vm_test (692 ms)
[----------] 4 tests from CollectorPolicy (12827 ms total)