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

Missing but used special functions for some classes

    XMLWordPrintable

Details

    • Enhancement
    • Resolution: Fixed
    • P4
    • 15
    • 15
    • hotspot
    • b20

    Description

      C++11 12.8/7 and 12.8/18 say that a copy constructor or copy assignment operator will be implicitly defined under certain conditions, but that doing so is deprecated if the class has a user-declared destructor or user-declared copy or assign. gcc9 issues a deprecation warning in these situations when C++11 or C++14 is selected; earlier versions didn't. We have a few of these, and need to do something about them for JDK-8208089.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: