JDK-6229387 : After running Sun Studio about 10 minutes, all menus become empty
  • Type: Bug
  • Component: hotspot
  • Sub-Component: compiler
  • Affected Version: venus_dev
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_10
  • CPU: sparc
  • Submitted: 2005-02-15
  • Updated: 2010-09-30
  • Resolved: 2005-03-01
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
5.0u4Resolved
Related Reports
Duplicate :  
Description
Sun Studio 11 will be shipped to run on either J2SE 1.4.2 or 1.5. It runs fine
on 1.4.2, but if run on 1.5, after less than 10 minutes, the menus become empty
rectangles (correct size) and the entire application is unable to be used.

Some menu semantics still work. If the 1st menu item brings up a dialog box, you
can still do that. If the 1st menu item is a pullright menu, you can still post
the pullright (although its also empty). Context menus for non-menubar menus also
exhibit this behavior.

Since we don't have this problem with 1.4.2, this seems like a 1.5 compatability
problem. Its extremely serious as it puts the entire release significantly at
risk. Although we aren't close to FCS, we can't even go to EA with this problem!

###@###.### 2005-2-15 15:50:40 GMT

Comments
WORK AROUND Use -client to force client compiler ###@###.### 2005-2-18 01:12:45 GMT Or, use -XX:CompileCommand=exclude,javax/swing/SizeRequirements,expandedTile with server VM. ###@###.### 2005-2-22 16:35:20 GMT
18-02-2005

EVALUATION This is only reproducible with -server, submitter and others indicate this does not happen with -client. Kannan did more investigation and determined: - The bug is not reproduceable from mustang b08 onwards - Similarly the bug wasn't reproduceable until Tiger b51 and it failed with Tiger b62. So it broke somewhere between these two build no. As this looks specific to c2 I'm reassigning. ###@###.### 2005-2-18 01:09:05 GMT This looks like it probably is 5107525 (as does 6208545). Would appreciate it if the submitter could try the alternate workaround with the -server flag. The bug 5107525 is already fixed in our mustang release and can be easily backported to 5.0. ###@###.### 2005-2-22 16:35:20 GMT Am closing as a duplicate of 6208545. ###@###.### 2005-03-01 17:33:44 GMT
18-02-2005