Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2038578 | 1.4.0 | Tim Bell | P1 | Closed | Fixed | beta |
Original description moved to comments section. You don't
need to load any Swing or awt classes to reproduce this.
A simpler test case:
public class ce {
public static void main(String[] args) {
java.lang.Compiler.enable();
}
}
Fails on Solaris/x86 as follows:
% java ce
Exception in thread "main" java.lang.UnsatisfiedLinkError: enable
at java.lang.Compiler.enable(Native Method)
at ce.main(ce.java:3)
Works fine on Solaris/SPARC.
tim.bell@Eng 2000-11-16
need to load any Swing or awt classes to reproduce this.
A simpler test case:
public class ce {
public static void main(String[] args) {
java.lang.Compiler.enable();
}
}
Fails on Solaris/x86 as follows:
% java ce
Exception in thread "main" java.lang.UnsatisfiedLinkError: enable
at java.lang.Compiler.enable(Native Method)
at ce.main(ce.java:3)
Works fine on Solaris/SPARC.
tim.bell@Eng 2000-11-16
- backported by
-
JDK-2038578 Compiler.enable() throws UnsatisfiedLinkError on Solaris/x86
-
- Closed
-
- duplicates
-
JDK-4390601 Java runtime fails on Solaris x86 for Merlin JDK 1.4 - build 41
-
- Closed
-
-
JDK-4392673 SolX86-SolarisIA8.0:Unable to instatiate any swing component
-
- Closed
-
-
JDK-4393261 GUI applicaton for jdk does not launch with merlin_b42.
-
- Closed
-
-
JDK-4394983 The message "uncaught exception" flash out in merlin b42 x86 platform
-
- Closed
-