-
Bug
-
Resolution: Fixed
-
P3
-
7
-
b43
-
x86
-
os_x
-
Not verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2225088 | 7u6 | Anthony Petrov | P3 | Closed | Fixed | b15 |
FULL PRODUCT VERSION :
openjdk version "1.7.0-jdk7u6-b11"
OpenJDK Runtime Environment (build 1.7.0-jdk7u6-b11-20120530)
OpenJDK 64-Bit Server VM (build 23.2-b03, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
OSX 10.7.4 64bits
A DESCRIPTION OF THE PROBLEM :
Latest changes in jdk7u broke universal build.
-I/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/jdk/src/share//native/sun/java2d/opengl
-c -o /Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/build/macosx-universal/tmp/sun/sun.lwawt/lwawt/obj/AWTWindow.o
/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/jdk/src/macosx/native/sun/awt/AWTWindow.m
/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/jdk/src/macosx/native/sun/awt/AWTWindow.m:127:
error: synthesized property 'nsWindow' must either be named the same
as a compatible ivar or must explicitly name an ivar
nsWindow should be defined in .h and .m
A patch to fix it is available here :
http://openjdk-osx-build.googlecode.com/svn/trunk/patches-jdk7u-osx/universal-awt.patch
REGRESSION. Last worked in version 7
REPRODUCIBILITY :
This bug can be reproduced always.
openjdk version "1.7.0-jdk7u6-b11"
OpenJDK Runtime Environment (build 1.7.0-jdk7u6-b11-20120530)
OpenJDK 64-Bit Server VM (build 23.2-b03, mixed mode)
ADDITIONAL OS VERSION INFORMATION :
OSX 10.7.4 64bits
A DESCRIPTION OF THE PROBLEM :
Latest changes in jdk7u broke universal build.
-I/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/jdk/src/share//native/sun/java2d/opengl
-c -o /Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/build/macosx-universal/tmp/sun/sun.lwawt/lwawt/obj/AWTWindow.o
/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/jdk/src/macosx/native/sun/awt/AWTWindow.m
/Users/henri/Documents/jenkins/data/jobs/openjdk-jdk7u-jdk7u/workspace/jdk/src/macosx/native/sun/awt/AWTWindow.m:127:
error: synthesized property 'nsWindow' must either be named the same
as a compatible ivar or must explicitly name an ivar
nsWindow should be defined in .h and .m
A patch to fix it is available here :
http://openjdk-osx-build.googlecode.com/svn/trunk/patches-jdk7u-osx/universal-awt.patch
REGRESSION. Last worked in version 7
REPRODUCIBILITY :
This bug can be reproduced always.
- backported by
-
JDK-2225088 Latest jdk7u from OSX broke universal build
-
- Closed
-