-
Bug
-
Resolution: Fixed
-
P2
-
7
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8017387 | 6u65 | Anton Litvinov | P2 | Closed | Fixed | b01 |
JDK-2202567 | 6u60 | Anton Litvinov | P2 | Closed | Fixed | b01 |
JDK : 7b118 FASTDEBUG ( passes on 7b117, JDK6 )
OS : Windows 7
public class JVMCrash {
public static void main(String[] args) {
new Window((Frame)null);
}
}
log is attached
--------------------------------------------------------------------------------
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=\thread.hpp:568
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\BUILD_AREA\jdk7\hotspot\src\share\vm\runtime\thread.hpp:568), pid=6108, tid=500
# assert(thread != NULL) failed: just checking
#
# JRE version: 7.0-b118
# Java VM: Java HotSpot(TM) Client VM (20.0-b02-fastdebug mixed mode windows-x86 )
# An error report file with more information is saved as:
# D:\devhot\synth-jck\hs_err_pid6108.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------------------------------------------------------------------------
Please see comments for the list of failing tests; it is not complete,
there are only tests directly related to window system.
OS : Windows 7
public class JVMCrash {
public static void main(String[] args) {
new Window((Frame)null);
}
}
log is attached
--------------------------------------------------------------------------------
# To suppress the following error report, specify this argument
# after -XX: or in .hotspotrc: SuppressErrorAt=\thread.hpp:568
#
# A fatal error has been detected by the Java Runtime Environment:
#
# Internal Error (C:\BUILD_AREA\jdk7\hotspot\src\share\vm\runtime\thread.hpp:568), pid=6108, tid=500
# assert(thread != NULL) failed: just checking
#
# JRE version: 7.0-b118
# Java VM: Java HotSpot(TM) Client VM (20.0-b02-fastdebug mixed mode windows-x86 )
# An error report file with more information is saved as:
# D:\devhot\synth-jck\hs_err_pid6108.log
#
# If you would like to submit a bug report, please visit:
# http://java.sun.com/webapps/bugreport/crash.jsp
#
--------------------------------------------------------------------------------
Please see comments for the list of failing tests; it is not complete,
there are only tests directly related to window system.
- backported by
-
JDK-2202567 java.awt.Window instantiation leads to JVM CRASH on Windows, JDK7b118+ fastdebug
-
- Closed
-
-
JDK-8017387 java.awt.Window instantiation leads to JVM CRASH on Windows, JDK7b118+ fastdebug
-
- Closed
-
- relates to
-
JDK-6867515 Reduce impact of D3D initializion on startup time
-
- Resolved
-