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

Improve jar file reordering

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 1.4.2
    • 1.4.2
    • 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.

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

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: