Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update mode150 and add mode650 #131

Merged
merged 1 commit into from
Jan 6, 2021
Merged

Update mode150 and add mode650 #131

merged 1 commit into from
Jan 6, 2021

Conversation

llxia
Copy link
Contributor

@llxia llxia commented Dec 14, 2020

  • remove obsolete comments
  • update mode 150 to be -XX:+UseCompressedOops
  • add mode650 -XX:-UseCompressedOops

Related: eclipse-openj9/openj9#9231

Signed-off-by: lanxia [email protected]

@karianna karianna added the bug Something isn't working label Dec 15, 2020
@karianna karianna added this to the December 2020 milestone Dec 15, 2020
@llxia llxia added enhancement New feature or request and removed bug Something isn't working labels Jan 4, 2021
- remove obsolete comments
- update mode 150 to be -XX:+UseCompressedOops
- add mode650 -XX:-UseCompressedOops

Signed-off-by: lanxia <[email protected]>
@llxia
Copy link
Contributor Author

llxia commented Jan 5, 2021

Target JDK Version Platform Grinder
sanity.fucntional 8 x86-64_linux Grinder_TKG/1083
extended.fucntional 8 x86-64_linux Grinder_TKG/1084
sanity.fucntional 8 x86-64_linux_xl Grinder_TKG/1085
extended.fucntional 8 x86-64_linux_xl Grinder_TKG/1086
sanity.fucntional 8 ppc64_aix Grinder_TKG/1087
extended.fucntional 8 ppc64_aix Grinder_TKG/1088
sanity.fucntional 11 ppc64_aix_xl Grinder_TKG/1089

@llxia
Copy link
Contributor Author

llxia commented Jan 6, 2021

Console output shows JVM option -XX:+UseCompressedOops:

[2021-01-05T01:12:52.982Z] ===============================================
[2021-01-05T01:12:52.982Z] Running test regressionFastresolve_mode150_0 ...
[2021-01-05T01:12:52.982Z] ===============================================
[2021-01-05T01:12:52.982Z] regressionFastresolve_mode150_0 Start Time: Mon Jan  4 17:12:52 2021 Epoch Time (ms): 1609809172263
[2021-01-05T01:12:52.982Z] "/home/jenkins/workspace/Grinder_TKG/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:destroyAll; "/home/jenkins/workspace/Grinder_TKG/openjdkbinary/j2sdk-image/bin/java" -Xshareclasses:groupAccess,destroyAll; echo "cache cleanup done";
[2021-01-05T01:12:52.982Z] JVMSHRC005I No shared class caches available
[2021-01-05T01:12:52.982Z] JVMSHRC005I No shared class caches available
[2021-01-05T01:12:52.982Z] cache cleanup done
[2021-01-05T01:12:52.982Z] variation: Mode150 -Xfastresolve0
[2021-01-05T01:12:52.982Z] JVM_OPTIONS:  -XX:+UseCompressedOops -Xfastresolve0 
[2021-01-05T01:12:52.982Z] { itercnt=1; \
[2021-01-05T01:12:52.982Z] mkdir -p "/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../TKG/test_output_16098075722243/regressionFastresolve_mode150_0"; \
[2021-01-05T01:12:52.982Z] cd "/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../TKG/test_output_16098075722243/regressionFastresolve_mode150_0"; \
[2021-01-05T01:12:52.982Z] "/home/jenkins/workspace/Grinder_TKG/openjdkbinary/j2sdk-image/bin/java"  -XX:+UseCompressedOops -Xfastresolve0  -Xss1536k \
[2021-01-05T01:12:52.982Z] -cp "/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../../jvmtest/TestConfig/resources:/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../TKG/lib/testng.jar:/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../TKG/lib/jcommander.jar:/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../../jvmtest/functional/Java8andUp/GeneralTest.jar" \
[2021-01-05T01:12:52.982Z] org.testng.TestNG -d "/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../TKG/test_output_16098075722243/regressionFastresolve_mode150_0" "/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../../jvmtest/functional/Java8andUp/testng.xml" -testnames regression \
[2021-01-05T01:12:52.982Z] -groups level.sanity \
[2021-01-05T01:12:52.982Z] -excludegroups d.*.linux_x86-64_cmprssptrs,d.*.arch.x86,d.*.os.linux,d.*.bits.64,d.*.generic-all; \
[2021-01-05T01:12:52.982Z] if [ $? -eq 0 ] ; then echo ""; echo "regressionFastresolve_mode150_0""_PASSED"; echo ""; cd /home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/..;  else echo ""; echo "regressionFastresolve_mode150_0""_FAILED"; echo ""; fi; } 2>&1 | tee -a "/home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../TKG/test_output_16098075722243/TestTargetResult";
[2021-01-05T01:12:53.969Z] [IncludeExcludeTestAnnotationTransformer] [INFO] exclude file is /home/jenkins/workspace/Grinder_TKG/openjdk-tests/TKG/../TestConfig/resources/excludes/latest_exclude_8.txt

@llxia llxia marked this pull request as ready for review January 6, 2021 16:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants