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

events not filtered properly - (eventMask) is being ignored

    XMLWordPrintable

Details

    • 1.1
    • generic
    • solaris_10
    • Not verified

    Description

      Currently in the new event model, ALL events are now delivered to all
      components. The problem with this is that this shouldn't happen by default --
      instead an event should ONLY be delivered IFF either a listener is registered
      for that event OR the eventMask has been set using enableEvents(). Right now
      we ignore those conditions and deliver the event regardless.

      The danger here is that beta programs will count on this behavior and could
      potentially be very surprised when events suddenly are filtered in FCS.

      Attachments

        Activity

          People

            amfowler Anne Fowler (Inactive)
            amfowler Anne Fowler (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: