Skip to content

Commit

Permalink
Add Fujitsu (adoptium#501)
Browse files Browse the repository at this point in the history
Signed-off-by: Shelley Lambert <slambert@gmail.com>
  • Loading branch information
smlambert authored Feb 20, 2024
1 parent 4df82e1 commit 7f2a3f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/org/openj9/envInfo/JavaInfo.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,8 @@ public String getJDKVendor() {
return "microsoft";
} else if (vendorLC.contains("loongson")) {
return "loongson";
} else if (vendorLC.contains("fujitsu")) {
return "fujitsu";
} else {
System.out.println("Warning: cannot determine vendor, use System.getProperty('java.vendor')=" + vendor + " directly.\n");
return vendor;
Expand Down

0 comments on commit 7f2a3f9

Please sign in to comment.