Description
In globalDefinitions_visCPP.hpp the warnings 4521 and 4522 are suppressed. This suppression is conditionalized on CHECK_UNHANDLED_OOPS, and exists because of the multiple copy ctors and assignment operators that used to be present for the class oop.
WithJDK-8247524 we no longer have any of those, so these warning suppressions are no longer needed.
With
Attachments
Issue Links
- relates to
-
JDK-8248584 Enable CHECK_UNHANDLED_OOPS for Windows fastdebug builds
- Resolved
-
JDK-8247524 Remove unnecessary volatile qualifiers from member functions
- Resolved