Improve jar file reordering

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P4
    • 1.4.2
    • Affects Version/s: 1.4.2
    • Component/s: hotspot
    • None
    • mantis
    • generic
    • generic

      ###@###.### has pointed out that -verbose:class prints out a
      postorder traversal of the class loading graph, but a preorder traversal will
      better indicate a linear order of the bytecodes seeked to in rt.jar. We need to
      add a new internal command-line option for this, -XX:+TraceClassLoadingPreorder
      (the current flag is -XX:+TraceClassLoading and is enabled through the public
      command-line option -verbose:class) and update the reordering scripts in the JDK
      workspace to handle the modified output.

            Assignee:
            Kenneth Russell (Inactive)
            Reporter:
            Kenneth Russell (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: