JDK-8313564 : Fix -Wconversion warnings in classfile code
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 22
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2023-08-01
  • Updated: 2023-08-10
  • Resolved: 2023-08-04
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 22
22 b10Fixed
Related Reports
Relates :  
Relates :  
Description
Various -Wconversion warnings in classfile/* source files.

11 src/hotspot/share/classfile/classFileParser.cpp
8 src/hotspot/share/classfile/symbolTable.cpp
5 src/hotspot/share/classfile/bytecodeAssembler.cpp
3 src/hotspot/share/classfile/vmIntrinsics.cpp
3 src/hotspot/share/classfile/stringTable.cpp
3 src/hotspot/share/classfile/defaultMethods.cpp
3 src/hotspot/share/classfile/compactHashtable.cpp
3 src/hotspot/share/classfile/classLoader.cpp
2 src/hotspot/share/classfile/systemDictionaryShared.cpp
2 src/hotspot/share/classfile/klassFactory.cpp
2 src/hotspot/share/classfile/fieldLayoutBuilder.cpp
1 src/hotspot/share/classfile/loaderConstraints.cpp
1 src/hotspot/share/classfile/classLoaderExt.cpp
1 src/hotspot/share/classfile/altHashing.cpp

Comments
Changeset: f66cd500 Author: Coleen Phillimore <coleenp@openjdk.org> Date: 2023-08-04 14:06:16 +0000 URL: https://git.openjdk.org/jdk/commit/f66cd5008d155e52a20a351ecd10469286517bf4
04-08-2023

A pull request was submitted for review. URL: https://git.openjdk.org/jdk/pull/15111 Date: 2023-08-01 19:50:37 +0000
01-08-2023