Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8248545

Remove unneeded warning suppression of MSVC++ 4521/4522

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Fixed
    • Icon: P4 P4
    • 16
    • 16
    • hotspot
    • None
    • b04

      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.

      With JDK-8247524 we no longer have any of those, so these warning suppressions are no longer needed.

            kbarrett Kim Barrett
            kbarrett Kim Barrett
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: