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

Research Why C++ Exceptions are Turned Off

XMLWordPrintable

    • windows

      The native code is compled without C++ exeptios. The /EHsc flag is not used and needs to be added to
      Defs-windows.gmk $(GX_OPTION)
       
      Also enable /EHsc in the VS project (make\projects\win\javaws\javaws.sln via Project properties | Configuration Properties | C/C++ | Code Generation | EnableC++ Exceptions to /EHsc).

            cbensen Chris Bensen (Inactive)
            cbensen Chris Bensen (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: