testXXArgumentTesting_0
[2024-07-31T23:36:39.702Z] Running test testXXArgumentTesting_0 ...
[2024-07-31T23:36:39.702Z] ===============================================
[2024-07-31T23:36:39.702Z] testXXArgumentTesting_0 Start Time: Wed Jul 31 23:36:39 2024 Epoch Time (ms): 1722468999407
[2024-07-31T23:36:39.702Z] variation: Mode150
[2024-07-31T23:36:39.702Z] JVM_OPTIONS: -XX:+UseCompressedOops
[2024-07-31T23:36:39.702Z] { \
[2024-07-31T23:36:39.702Z] echo ""; echo "TEST SETUP:"; \
[2024-07-31T23:36:39.702Z] echo "Nothing to be done for setup."; \
[2024-07-31T23:36:39.702Z] mkdir -p "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/aqa-tests/TKG/../TKG/output_17224689947688/testXXArgumentTesting_0"; \
[2024-07-31T23:36:39.702Z] cd "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/aqa-tests/TKG/../TKG/output_17224689947688/testXXArgumentTesting_0"; \
[2024-07-31T23:36:39.702Z] echo ""; echo "TESTING:"; \
[2024-07-31T23:36:39.702Z] "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -DEXE='"/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" ' -jar "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/aqa-tests/TKG/../../jvmtest/functional/cmdline_options_tester/cmdlinetester.jar" \
[2024-07-31T23:36:39.702Z] -config "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/aqa-tests/TKG/../../jvmtest/functional/cmdLineTests/xxargtest/XXArgumentTesting.xml"; \
[2024-07-31T23:36:39.703Z] if [ $? -eq 0 ]; then echo "-----------------------------------"; echo "testXXArgumentTesting_0""_PASSED"; echo "-----------------------------------"; cd /home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/aqa-tests/TKG/..; rm -f -r "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/aqa-tests/TKG/../TKG/output_17224689947688/testXXArgumentTesting_0"; else echo "-----------------------------------"; echo "testXXArgumentTesting_0""_FAILED"; echo "-----------------------------------"; fi; \
[2024-07-31T23:36:39.703Z] echo ""; echo "TEST TEARDOWN:"; \
[2024-07-31T23:36:39.703Z] echo "Nothing to be done for teardown."; \
[2024-07-31T23:36:39.703Z] } 2>&1 | tee -a "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/aqa-tests/TKG/../TKG/output_17224689947688/TestTargetResult";
[2024-07-31T23:36:39.703Z]
[2024-07-31T23:36:39.703Z] TEST SETUP:
[2024-07-31T23:36:39.703Z] Nothing to be done for setup.
[2024-07-31T23:36:39.703Z]
[2024-07-31T23:36:39.703Z] TESTING:
[2024-07-31T23:36:39.703Z] *** Starting test suite: XXArgumentTesting.xml ***
[2024-07-31T23:36:39.703Z] Testing: Ensure -XXnosuballoc32bitmem is recognized on all platforms
[2024-07-31T23:36:39.703Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:39.703Z] Running command: "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -Xcompressedrefs -XXnosuballoc32bitmem -version
[2024-07-31T23:36:40.630Z] Time spent starting: 27 milliseconds
[2024-07-31T23:36:40.630Z] Time spent executing: 37 milliseconds
[2024-07-31T23:36:40.630Z] Test result: FAILED
[2024-07-31T23:36:40.630Z] Output from test:
[2024-07-31T23:36:40.630Z] [ERR] Unrecognized option: -Xcompressedrefs
[2024-07-31T23:36:40.630Z] [ERR] Error: Could not create the Java Virtual Machine.
[2024-07-31T23:36:40.630Z] [ERR] Error: A fatal exception has occurred. Program will exit.
[2024-07-31T23:36:40.630Z] >> Success condition was not found: [Output match: (java|openjdk|semeru) version]
[2024-07-31T23:36:40.630Z] >> Failure condition was not found: [Output match: Command-line option unrecognised]
[2024-07-31T23:36:40.630Z] >> Failure condition was not found: [Output match: Unhandled Exception]
[2024-07-31T23:36:40.630Z] >> Failure condition was not found: [Output match: Exception:]
[2024-07-31T23:36:40.630Z] >> Failure condition was not found: [Output match: Processing dump event]
[2024-07-31T23:36:40.630Z]
[2024-07-31T23:36:40.630Z] Executing command: rm -f testjavacore.txt
[2024-07-31T23:36:40.630Z]
[2024-07-31T23:36:40.631Z] Testing: Generate a javacore without -XXnosuballoc32bitmem
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -Xcompressedrefs -Xdump:java:events=vmstop,file=testjavacore.txt -version
[2024-07-31T23:36:40.631Z] Time spent starting: 9 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 13 milliseconds
[2024-07-31T23:36:40.631Z] Test result: FAILED
[2024-07-31T23:36:40.631Z] Output from test:
[2024-07-31T23:36:40.631Z] [ERR] Unrecognized option: -Xcompressedrefs
[2024-07-31T23:36:40.631Z] [ERR] Error: Could not create the Java Virtual Machine.
[2024-07-31T23:36:40.631Z] [ERR] Error: A fatal exception has occurred. Program will exit.
[2024-07-31T23:36:40.631Z] >> Success condition was not found: [Output match: (java|openjdk|semeru) version]
[2024-07-31T23:36:40.631Z] >> Failure condition was not found: [Output match: Command-line option unrecognised]
[2024-07-31T23:36:40.631Z] >> Failure condition was not found: [Output match: Unhandled Exception]
[2024-07-31T23:36:40.631Z] >> Failure condition was not found: [Output match: Exception:]
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Testing: Verify that the sub allocator memory is listed in the javacore
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: cat testjavacore.txt
[2024-07-31T23:36:40.631Z] Time spent starting: 1 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 2 milliseconds
[2024-07-31T23:36:40.631Z] Test result: FAILED
[2024-07-31T23:36:40.631Z] Output from test:
[2024-07-31T23:36:40.631Z] [ERR] cat: testjavacore.txt: No such file or directory
[2024-07-31T23:36:40.631Z] >> Success condition was not found: [Output match: 32bit allocation regions]
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Executing command: rm -f testjavacore.txt
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Testing: Generate a javacore with -XXnosuballoc32bitmem
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -Xcompressedrefs -XXnosuballoc32bitmem -Xdump:java:events=vmstop,file=testjavacore.txt -version
[2024-07-31T23:36:40.631Z] Time spent starting: 3 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 7 milliseconds
[2024-07-31T23:36:40.631Z] Test result: FAILED
[2024-07-31T23:36:40.631Z] Output from test:
[2024-07-31T23:36:40.631Z] [ERR] Unrecognized option: -Xcompressedrefs
[2024-07-31T23:36:40.631Z] [ERR] Error: Could not create the Java Virtual Machine.
[2024-07-31T23:36:40.631Z] [ERR] Error: A fatal exception has occurred. Program will exit.
[2024-07-31T23:36:40.631Z] >> Success condition was not found: [Output match: (java|openjdk|semeru) version]
[2024-07-31T23:36:40.631Z] >> Failure condition was not found: [Output match: Command-line option unrecognised]
[2024-07-31T23:36:40.631Z] >> Failure condition was not found: [Output match: Unhandled Exception]
[2024-07-31T23:36:40.631Z] >> Failure condition was not found: [Output match: Exception:]
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Testing: Verify that the sub allocator memory is not listed in the javacore on z/OS. All other platforms should use the sub-allocator when -XXnosuballoc32bitmem is used.
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: cat testjavacore.txt
[2024-07-31T23:36:40.631Z] Time spent starting: 1 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 6 milliseconds
[2024-07-31T23:36:40.631Z] Test result: FAILED
[2024-07-31T23:36:40.631Z] Output from test:
[2024-07-31T23:36:40.631Z] [ERR] cat: testjavacore.txt: No such file or directory
[2024-07-31T23:36:40.631Z] >> Success condition was not found: [Output match: Javacore filename]
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Testing: Verify -XX:MaxHeapSize -XX:InitialHeapSize -XX:ThreadStackSize
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -XX:MaxHeapSize=234m -XX:InitialHeapSize=11m -verbose:sizes -version
[2024-07-31T23:36:40.631Z] Time spent starting: 1 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 32 milliseconds
[2024-07-31T23:36:40.631Z] Test result: FAILED
[2024-07-31T23:36:40.631Z] Output from test:
[2024-07-31T23:36:40.631Z] [ERR] openjdk version "21.0.5-beta" 2024-10-15
[2024-07-31T23:36:40.631Z] [ERR] OpenJDK Runtime Environment Temurin-21.0.5+1-202407311915 (build 21.0.5-beta+1-ea)
[2024-07-31T23:36:40.631Z] [ERR] OpenJDK 64-Bit Server VM Temurin-21.0.5+1-202407311915 (build 21.0.5-beta+1-ea, mixed mode, sharing)
[2024-07-31T23:36:40.631Z] >> Success condition was not found: [Output match: OpenJ9]
[2024-07-31T23:36:40.631Z] >> Required condition was not found: [Output match: -Xmx234M]
[2024-07-31T23:36:40.631Z] >> Required condition was not found: [Output match: -Xms11M]
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Testing: Verify -XX:+PrintFlagsFinal
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -XX:+PrintFlagsFinal -version
[2024-07-31T23:36:40.631Z] Time spent starting: 1 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 52 milliseconds
[2024-07-31T23:36:40.631Z] Test result: PASSED
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Testing: Verify rightmost -XX:+PrintFlagsFinal overrides earlier -XX:-PrintFlagsFinal
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -XX:-PrintFlagsFinal -XX:+PrintFlagsFinal -version
[2024-07-31T23:36:40.631Z] Time spent starting: 1 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 51 milliseconds
[2024-07-31T23:36:40.631Z] Test result: PASSED
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] Testing: Verify rightmost -XX:-PrintFlagsFinal overrides earlier -XX:+PrintFlagsFinal
[2024-07-31T23:36:40.631Z] Test start time: 2024/07/31 23:36:39 Coordinated Universal Time
[2024-07-31T23:36:40.631Z] Running command: "/home/jenkins/workspace/Test_openjdk21_hs_sanity.functional_ppc64le_linux_testList_0/jdkbinary/j2sdk-image/bin/java" -XX:+PrintFlagsFinal -XX:-PrintFlagsFinal -version
[2024-07-31T23:36:40.631Z] Time spent starting: 1 milliseconds
[2024-07-31T23:36:40.631Z] Time spent executing: 34 milliseconds
[2024-07-31T23:36:40.631Z] Test result: PASSED
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] ---TEST RESULTS---
[2024-07-31T23:36:40.631Z] Number of PASSED tests: 3 out of 9
[2024-07-31T23:36:40.631Z] Number of FAILED tests: 6 out of 9
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] ---SUMMARY OF FAILED TESTS---
[2024-07-31T23:36:40.631Z] Ensure -XXnosuballoc32bitmem is recognized on all platforms
[2024-07-31T23:36:40.631Z] Generate a javacore without -XXnosuballoc32bitmem
[2024-07-31T23:36:40.631Z] Verify that the sub allocator memory is listed in the javacore
[2024-07-31T23:36:40.631Z] Generate a javacore with -XXnosuballoc32bitmem
[2024-07-31T23:36:40.631Z] Verify that the sub allocator memory is not listed in the javacore on z/OS. All other platforms should use the sub-allocator when -XXnosuballoc32bitmem is used.
[2024-07-31T23:36:40.631Z] Verify -XX:MaxHeapSize -XX:InitialHeapSize -XX:ThreadStackSize
[2024-07-31T23:36:40.631Z] -----------------------------
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] -----------------------------------
[2024-07-31T23:36:40.631Z] testXXArgumentTesting_0_PASSED
[2024-07-31T23:36:40.631Z] -----------------------------------
[2024-07-31T23:36:40.631Z]
[2024-07-31T23:36:40.631Z] TEST TEARDOWN:
[2024-07-31T23:36:40.631Z] Nothing to be done for teardown.
[2024-07-31T23:36:40.631Z] testXXArgumentTesting_0 Finish Time: Wed Jul 31 23:36:39 2024 Epoch Time (ms): 1722468999879