-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: repo-aarch64-port
-
Component/s: hotspot
-
None
We want to disallow the use of this method. Instead of using __attribute__((deprecated)) which is GCC specific, we do it with the standard C++ `= delete` .