Bug 371280 - No Text in the View Variable or view exception ToolTip on OpenJDK 7 and Mac Os X Lion
Summary: No Text in the View Variable or view exception ToolTip on OpenJDK 7 and Mac O...
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.7.1   Edit
Hardware: PC Mac OS X - Carbon (unsup.)
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: JDT-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: needinfo
Depends on:
Blocks:
 
Reported: 2012-02-10 14:50 EST by Alessio Pollero CLA
Modified: 2014-07-31 10:06 EDT (History)
1 user (show)

See Also:


Attachments
Screenshot (18.14 KB, image/png)
2012-02-10 14:51 EST, Alessio Pollero CLA
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alessio Pollero CLA 2012-02-10 14:50:56 EST
Build Identifier: Version: 3.7.1 Build id: M20110909-1335

I've noticed a strange problem running Eclipse on the latest OpenJDK, the toottip of the variable and of the exceptions in debug mode are completely empty with no Text inside (take a look at the screenshot in the attachment).


Java Version  : 

openjdk version "1.7.0-u4-b228"
OpenJDK Runtime Environment (build 1.7.0-u4-b228-20120203)
OpenJDK 64-Bit Server VM (build 23.0-b12, mixed mode)


Reproducible: Always

Steps to Reproduce:
1.Run eclipse under the latest OpenJDK7 (through the script in the attachment)
2.Set some breakpoint in the code
3.Run the application in Debug mode 
4.Take a look at what happens when you go over a variable an the tooltip appear
Comment 1 Alessio Pollero CLA 2012-02-10 14:51:21 EST
Created attachment 210866 [details]
Screenshot
Comment 2 Alessio Pollero CLA 2012-02-10 14:52:45 EST
My eclipse.sh script (it is the script that i use to run Eclipse under OpenJDK 7) 


#!/bin/sh
#

export JAVA_HOME=/Library/Java/JavaVirtualMachines/1.7.0u.jdk/Contents/Home
LAUNCHER_JAR=../../../plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar

java \
-showversion \
-XX:MaxPermSize=512m \
-Xms512m \
-Xmx2560m \
-Xdock:icon=../Resources/Eclipse.icns \
-XstartOnFirstThread \
-Dorg.eclipse.swt.internal.carbon.smallFonts \
-Dosgi.requiredJavaVersion=1.7 \
-jar $LAUNCHER_JAR
Comment 3 Alessio Pollero CLA 2012-02-10 14:53:46 EST
If i run Eclipse normally through the launcher using Java 6 i don't have this problem.
Comment 4 Michael Rennie CLA 2014-07-24 13:53:03 EDT
I do not see this in 4.5 using 1.6 / 1.7 / 1.8 on Mac OS mavericks 10.9.4.

Alessio, can you confirm?
Comment 5 Michael Rennie CLA 2014-07-31 10:06:55 EDT
resolving worksforme without more info