JDK 21 | JDK 23 |
---|---|
21.0.8Fixed | 23 b12Fixed |
Relates :
|
|
Relates :
|
JDK-8324880 :
|
|
JDK-8324893 :
|
|
JDK-8325042 :
|
|
JDK-8325055 :
|
|
JDK-8325180 :
|
|
JDK-8325347 :
|
|
JDK-8325367 :
|
|
JDK-8325456 :
|
|
JDK-8325458 :
|
|
JDK-8325682 :
|
|
JDK-8325910 :
|
|
JDK-8326090 :
|
|
JDK-8326524 :
|
There are a number of header files in test/hotspot/jtreg that have ".h" extensions but are actually C++ code, or are at least only included by C++ files. Rename them, to follow normal HotSpot style. Also rename uses of NULL to nullptr in the renamed headers, as that change is not included in the in-progress JDK-8324681. The PR for that RFE only changed properly named C++ files.
|