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

Missing but used special functions for some classes

XMLWordPrintable

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

      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.

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

              Created:
              Updated:
              Resolved: