JDK-8366578 : Consider removing the field tagSize in various QuicPacketEncoder.OutgoingQuicPacket subclasses
  • Type: Sub-task
  • Component: core-libs
  • Sub-Component: java.net
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • Submitted: 2025-09-01
  • Updated: 2025-09-01
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.
Other
tbdUnresolved
Description
The `tagSize` field is passed to the constructor and used to compute the value of the `length` field, but the `tagSize` field is never read again thereafter. We should consider continuing passing `tagSize` as parameter to the constructor, but remove the corresponding field.