git: openjdk/jdk: 8292758: put support for UNSIGNED5 format into its own header file

John R Rose jrose at openjdk.org
Thu Sep 8 07:39:15 UTC 2022


Changeset: 8d3399bf
Author:    John R Rose <jrose at openjdk.org>
Date:      2022-09-08 07:36:53 +0000
URL:       https://git.openjdk.org/jdk/commit/8d3399bf5f354931b0c62d2ed8095e554be71680

8292758: put support for UNSIGNED5 format into its own header file

Reviewed-by: dlong, coleenp

! src/hotspot/share/code/compressedStream.cpp
! src/hotspot/share/code/compressedStream.hpp
! src/hotspot/share/utilities/debug.cpp
+ src/hotspot/share/utilities/unsigned5.cpp
+ src/hotspot/share/utilities/unsigned5.hpp
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CompressedReadStream.java
! src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/code/CompressedStream.java
+ src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/Unsigned5.java
+ test/hotspot/gtest/utilities/test_unsigned5.cpp



More information about the jdk-changes mailing list