JDK-8215954 : [testbug] Remove unnecessary casts in test/hotspot/gtest/threadHelper.inline.hpp
Type:Enhancement
Component:hotspot
Sub-Component:runtime
Affected Version:13
Priority:P4
Status:Resolved
Resolution:Fixed
Submitted:2018-12-28
Updated:2019-01-07
Resolved:2018-12-28
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.
JDK-8214097 introduced unnecessary casts in the overrides of get_thread_name_string() by copying from Thread::name, but the return types are different so the casts are not needed.