JDK-4782863 : Application NOT redrawing properly
  • Type: Bug
  • Component: client-libs
  • Sub-Component: 2d
  • Affected Version: 1.4.1
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: solaris_8
  • CPU: sparc
  • Submitted: 2002-11-21
  • Updated: 2009-06-25
  • Resolved: 2003-05-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 Other
1.4.1_05 05Fixed 1.4.2Fixed
Description
Cu has some house grown application. The application was working fine earlier and after installing latest pacth cluster, the application fails.

Test case available.


###@###.### 2002-11-25
Attached test case.

To reproduce, first read TestProgramREADME.txt for instructions:

% javagraphics &
% javagraphics &
% javagraphics &

At this point, all gif are being display in all instances for the application.

% javagraphics &

Now, note the missing gif in the 2nd row of the drawings.



Comments
CONVERTED DATA BugTraq+ Release Management Values COMMIT TO FIX: 1.4.1_05 mantis-rc tiger FIXED IN: 1.4.1_05 mantis-rc tiger INTEGRATED IN: 1.4.1_05 mantis-b22 mantis-rc tiger tiger-b08
14-06-2004

WORK AROUND not known at this moment
11-06-2004

EVALUATION ###@###.### 2003-01-08 * two good quick workarounds: 1. run java with java run time option -Dsun.java2d.pmoffscreen=false, 2. or set environmental variable NO_J2D_MITSHM=true * Customer confirmed that workaround can solve the original problem. * It seems Java bug 4780640, the fix will be built into Java 1.4.1_03. ###@###.### 2003-01-23 It is not Java bug 4780640, after more test. If run javagraphics & several more times, I still can see problem with Java 1.4.1_03. When running Java, by forcing -Dsun.java2d.pmoffscreen=true can reproduce the problem on PGX64, ffb abd afb. So this is not a PGX32 problem. This is a Java or Xsun problem. did a lot of communication with ###@###.### reassign it to Jave group -------- The fix has been ported to Tiger with some changes. The webrev: http://javaweb.sfbay/~hg120123/stroker/webrev04/ Note about the regression test: I haven't been able to reproduce the bug on anything other than solaris sparc system, but the test will run (and should pass) on any solaris/linux platform. ###@###.### 2003-05-23
23-05-2003