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

Eliminate dependency on logging from com.sun.tracing

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Duplicate
    • Icon: P4 P4
    • 7
    • 7
    • core-svc
    • generic
    • generic

      The following com.sun.tracing and sun.tracing classes should be changed to use sun.util.logging.PlatformLogger that deals with the case when the logging module doesn't exist:

      com.sun.tracing.ProviderFactory -> java.util.logging.Logger (logging)
      sun.tracing.MultiplexProviderFactory -> java.util.logging.Logger (logging)
      sun.tracing.NullProviderFactory -> java.util.logging.Logger (logging)
      sun.tracing.PrintStreamProviderFactory -> java.util.logging.Logger (logging)
      sun.tracing.dtrace.DTraceProviderFactory -> java.util.logging.Logger (logging)

            mchung Mandy Chung
            mchung Mandy Chung
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: