Details
-
Bug
-
Resolution: Fixed
-
P3
-
None
Description
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
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
Attachments
Issue Links
- duplicates
-
JDK-8012068 JDK8b83 build fails at creating jfr-orig.jar in WinXP(x86)
- Closed
-
JDK-8012199 Build error occurs when new build process refers to security related packages in jdk8b83
- Closed
-
JDK-8005655 build-infra: Import sec-bin.zip if available
- Resolved
- relates to
-
JDK-8012199 Build error occurs when new build process refers to security related packages in jdk8b83
- Closed