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

optimization: Catch clause that simply re-throws exception can be safely elided

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Won't Fix
    • Icon: P5 P5
    • None
    • 1.1.6
    • tools
    • x86
    • windows_nt



      Name: gb36485 Date: 11/30/98


      For performance purposes I would like the compiler
      to optimize empty catch-clauses like

      try {
        ... // program
      }
      catch (Exception e) {
        throw e;
      }

      into

      ... // program

      because the catch-part apparently doesn't do
      anything.

      This programming style can be used to react
      somehow on exceptions during the development
      phase that are not expected to occur in the
      final product version.

      I would appreciate also if anybody could give
      me a workaround for my problem.
      (Review ID: 38006)
      ======================================================================

            gafter Neal Gafter (Inactive)
            gbrachasunw Gilad Bracha (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: