Rate This Document
Findability
Accuracy
Completeness
Readability

Installing the BiSheng JDK Acceleration Library

The BiSheng JDK acceleration library is a plugin for the BiSheng JDK. Therefore, before installing this library, you need to install the BiSheng JDK.

Verified Environments

OS

CPU

openEuler 22.03 LTS SP3

Kunpeng 920 5250

Procedure

  1. Install the BiSheng JDK.

    Obtain the BiSheng JDK package from Huawei technical support. Install it by referring to BiSheng JDK 8 Installation Guide, BiSheng JDK 11 Installation Guide, or BiSheng JDK 17 Installation Guide.

  2. Obtain the BiSheng JDK acceleration software package and verify the package integrity.
    1. Obtain the digital certificate and the BiSheng JDK acceleration package BoostKit-jdk_1.2.0.zip from Huawei technical support. Decompress the ZIP file to obtain the RPM and DEB installation packages.

      Before using the software package, read and agree to Kunpeng BoostKit User License Agreement 2.0.

    2. Obtain the verification tool and guide from the Huawei enterprise website.
    3. Verify the package integrity by following the procedure described in the OpenPGP Signature Verification Guide obtained in 2.b.
  3. Install the BiSheng JDK acceleration package.

    Decompress the ZIP package to extract the RPM and DEB installation packages, and use the rpm or dpkg command to install the corresponding package. In the command, xxx indicates the version number.

    1
    rpm -ivh boostkit-jdk-xxx.aarch64.rpm
    
    Or
    1
    dpkg -i boostkit-jdk-xxx.aarch64.deb
    
  4. Check whether the acceleration package is installed.

    Run the ll (ls -l) command to check whether the BiSheng JDK acceleration package exists in the environment. The package name varies depending on the JDK version. In the command, X indicates the JDK version. For example, the value of X for JDK-1.8.* is 8.

    • BiSheng JDK 8/17:
      1
      ll /usr/lib64/libjvmX_kunpeng.so
      
    • BiSheng JDK 11:
      1
      ll /usr/lib64/libjvmX_Acc.so
      

    If command output similar to the preceding figure is displayed, the installation is successful.