Skip to content
This repository has been archived by the owner on Aug 19, 2024. It is now read-only.

Add Huawei Bisheng to JDKs. #73

Merged
merged 4 commits into from
Dec 3, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions conf/jdks.conf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,24 @@ jdks {
extreme scaling.
"""
},
{
id = "bsg"
vendor = "Huawei",
distribution = "Bisheng",
url = "https://bishengjdk.openeuler.org/"
description = """
BiSheng JDK, an open-source adaptation of Huawei JDK derived from
OpenJDK, is utilized across 500+ Huawei products, benefitting from
the R&D team's extensive experience in addressing service-related
challenges. As a downstream product of OpenJDK, it serves as a
high-performance distribution for production environments,
specifically addressing performance and stability issues in Huawei
applications. BiSheng JDK excels in optimizing ARM architecture
performance and stability, delivering enhanced results in big data
scenarios. Its primary goal is to offer Java developers a stable,
high-performance JDK, particularly excelling on the ARM architecture.
"""
},
{
id = "graal"
vendor = "Oracle"
Expand Down
Loading