-
-
Notifications
You must be signed in to change notification settings - Fork 96
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
Mode questions #529
Comments
knn-k
added a commit
to knn-k/TKG
that referenced
this issue
Apr 15, 2024
This commit disables Modes 155, 198, and 199 on AArch64 Linux. Fixes: adoptium#529 Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
knn-k
added a commit
to knn-k/TKG
that referenced
this issue
Apr 15, 2024
This commit disables Modes 155, 159, 198, and 199 on AArch64 Linux. Fixes: adoptium#529 Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
The mode is a short name for a list of jvm options. We inherited the old logic from vmfarm.
|
knn-k
added a commit
to knn-k/TKG
that referenced
this issue
Apr 16, 2024
This commit disables Modes 155, 159, 198, and 199 on AArch64 Linux. Fixes: adoptium#529 Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
I think I should have been more clear. |
llxia
pushed a commit
that referenced
this issue
Apr 17, 2024
This commit disables Modes 155, 159, 198, and 199 on AArch64 Linux. Fixes: #529 Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I have some questions on ottawa.csv. What are these modes for?
Mode155:
It is enabled only on linux_390-64 and linux_aarch64 configurations.
TKG/resources/modes.xml
Line 1076 in 2326826
TKG/resources/ottawa.csv
Line 62 in 2326826
Mode198 and Mode199:
These modes use the
-Xaggressive
option, and are enabled only on win_x86-64 and linux_aarch64 configurations.TKG/resources/modes.xml
Line 1945 in 2326826
TKG/resources/modes.xml
Line 1966 in 2326826
TKG/resources/ottawa.csv
Lines 91 to 92 in 2326826
The text was updated successfully, but these errors were encountered: