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 2 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 is the open source version of Huawei's internal OpenJDK
customization Huawei JDK, a high-performance OpenJDK distribution that
can be used in production environments. Huawei JDK runs on more than
500 Huawei internal products, and has accumulated a large number of
usage scenarios and feedback from java developers, solving many problems
encountered in the actual operation of the business. With the performance
optimization on ARM architecture, Bisheng JDK can get better performance in
big data and other scenarios. Bisheng JDK currently supports Linux/AArch64
and Linux/x86_64 platforms. Bisheng JDK is also the downstream of OpenJDK,
and will continue to contribute to the OpenJDK community.
Copy link
Member

@marc0der marc0der Nov 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I asked ChatGPT to condense this into a single paragraph, and this is what came out:

BiSheng JDK, an open-source adaptation of Huawei JDK derived from OpenJDK, is utilized across 500+ Huawei devices, 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.

It's shorter and a bit easier to read. Can you use this text instead?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, I revised and committed it.

"""
},
{
id = "graal"
vendor = "Oracle"
Expand Down
Loading