Skip to content

Commit

Permalink
Merge pull request adoptium#554 from Hajer-Dahmani/hajer_branch
Browse files Browse the repository at this point in the history
added vendor temurin in TKG
  • Loading branch information
smlambert authored May 27, 2024
2 parents 39ab3b8 + 2d4a697 commit 3ed8f8b
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 @@ -194,6 +194,8 @@ public String getJDKVendor() {
return "loongson";
} else if (vendorLC.contains("fujitsu")) {
return "fujitsu";
} else if (vendorLC.contains("temurin")) {
return "temurin";
} else {
System.out.println("Warning: cannot determine vendor, use System.getProperty('java.vendor')=" + vendor + " directly.\n");
return vendor;
Expand Down

0 comments on commit 3ed8f8b

Please sign in to comment.