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

JDK 8 build on Linux fails with new build mechanism

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 8
    • None
    • infrastructure
    • 8
    • b94
    • generic
    • linux

      Licensee is attempting to build the JDK 8 b77 Licensee source bundle on Linux using the new build mechanism.

      The old build mechanism (NEWBUILD=false) build is fine, but with the new build mechanism:

      --
      home/IC-DDB/new/NewBuild/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java:50: error: cannot find symbol
      final class JavaAdapter extends ScriptableObject implements Function {
                                      ^
        symbol: class ScriptableObject
      /home/IC-DDB/new/NewBuild/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java:50: error: cannot find symbol
      final class JavaAdapter extends ScriptableObject implements Function {
                                                                  ^
        symbol: class Function
      /home/IC-DDB/new/NewBuild/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java:55: error: cannot find symbol
          static void init(Context cx, Scriptable scope, boolean sealed)
                           ^
        symbol: class Context
        location: class JavaAdapter
      /home/IC-DDB/new/NewBuild/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java:55: error: cannot find symbol
          static void init(Context cx, Scriptable scope, boolean sealed)
                                       ^
        symbol: class Scriptable
        location: class JavaAdapter
      /home/IC-DDB/new/NewBuild/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java:56: error: cannot find symbol
          throws RhinoException {
                 ^
        symbol: class RhinoException
        location: class JavaAdapter
      /home/IC-DDB/new/NewBuild/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java:74: error: cannot find symbol
          public Object call(Context cx, Scriptable scope, Scriptable thisObj,
                             ^
        symbol: class Context
        location: class JavaAdapter
      /home/IC-DDB/new/NewBuild/jdk/src/share/classes/com/sun/script/javascript/JavaAdapter.java:74: error: cannot find symbol
          public Object call(Context cx, Scriptable scope, Scriptable thisObj,
                                         ^
        symbol: class Scriptable
        location: class JavaAdapter

            erikj Erik Joelsson
            dkorbel David Korbel (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved: