-
Bug
-
Resolution: Not an Issue
-
P1
-
7u6
-
None
-
generic
-
generic
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2223589 | 8 | Unassigned | P1 | Closed | Not an Issue |
jdk 7u6 ea b06 promotion build failed on the deployment plugin compilation with the
error like this,
compile:
[echo] Output dir /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/build/macosx-amd64-fastdebug/tmp/deploy
[mkdir] Created dir: /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/build/macosx-amd64-fastdebug/tmp/deploy/classes/plugin
[javac] Compiling 428 source files to /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/build/macosx-amd64-fastdebug/tmp/deploy/classes/plugin
[javac] /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/deploy/src/plugin/macosx/classes/sun/plugin2/main/client/PluginEmbeddedFrame.java:108: error: method handleKeyEvent in class CEmbeddedFrame cannot be applied to given types;
[javac] handleKeyEvent(msg.getType(), msg.getModifierFlags(),
[javac] ^
[javac] required: int,int,String,String,boolean,short
[javac] found: int,int,String,String,boolean,short,boolean
[javac] reason: actual and formal argument lists differ in length
[javac] 1 error
BUILD FAILED
/HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/deploy/make/ant/plugin.build.xml:96: Compile failed; see the compiler error output for details.
error like this,
compile:
[echo] Output dir /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/build/macosx-amd64-fastdebug/tmp/deploy
[mkdir] Created dir: /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/build/macosx-amd64-fastdebug/tmp/deploy/classes/plugin
[javac] Compiling 428 source files to /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/build/macosx-amd64-fastdebug/tmp/deploy/classes/plugin
[javac] /HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/deploy/src/plugin/macosx/classes/sun/plugin2/main/client/PluginEmbeddedFrame.java:108: error: method handleKeyEvent in class CEmbeddedFrame cannot be applied to given types;
[javac] handleKeyEvent(msg.getType(), msg.getModifierFlags(),
[javac] ^
[javac] required: int,int,String,String,boolean,short
[javac] found: int,int,String,String,boolean,short,boolean
[javac] reason: actual and formal argument lists differ in length
[javac] 1 error
BUILD FAILED
/HUDSON/workspace/jdk7u6-2-build-macosx-amd64-product/jdk7u6/deploy/make/ant/plugin.build.xml:96: Compile failed; see the compiler error output for details.
- backported by
-
JDK-2223589 7u6 b06 compilation failure on macosx deploy build
-
- Closed
-