JDK-4237950 : Call to java.awt.Toolkit.getDefaultToolkit().getSystemClipboard() exits HotSpot.
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 1.0
  • Priority: P2
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_7
  • CPU: sparc
  • Submitted: 1999-05-13
  • Updated: 1999-05-17
  • Resolved: 1999-05-17
Related Reports
Duplicate :  
Description

Name: mm8553			Date: 05/13/99


If a class contains the call below
  java.awt.Toolkit.getDefaultToolkit().getSystemClipboard() 

  then Hotspot exits and write out : 
#
# HotSpot Virtual Machine Error, Unexpected exception occurred
#
# signal=10, pc=ef214928

Test passed on :
Solaris 5.6 and 5.7 
java version "1.2.1"
HotSpot VM (1.0rc1, mixed mode, internal product build)
Hotspot version: Built on Apr 14 1999 19:11:38 by "unknown" with
"unknown compiler"
(Review ID: 58008) 
======================================================================

Comments
WORK AROUND Name: mm8553 Date: 05/13/99 We have changed NetBeans code in order to be able to run Netbeans and we have partially succeeded. Briefly: Change com.netbeans.....CoronaClipboard class and instead of the call we wrote new java.awt.datatransfer.Clipboard(...) ======================================================================
11-06-2004

EVALUATION This is a duplicate of the cut and paste bug that we encountered with JDK 1.2 and JDK 1.2.1, Frances has verified that the test passes with JDK1.2.2 ###@###.### 1999-05-13
13-05-1999