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

HotSpot Style Guide should permit noexcept

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P4 P4
    • tbd
    • 16
    • hotspot

      The noexcept exception specification was introduced in C++11, and dynamic exception specifications (throw() and variants) were deprecated. HotSpot code should be permitted to use noexcept (but not noexcept(false)), and should transition existing uses of throw() to noexcept.

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

              Created:
              Updated: