|
Quick Lists
|
|
Bug ID:
|
6685702
|
|
Votes
|
0
|
|
Synopsis
|
build failure caused by the fix for 6681745
|
|
Category
|
java:classes_2d
|
|
Reported Against
|
|
|
Release Fixed
|
6u10(b22)
|
|
State
|
10-Fix Delivered,
Verified,
bug
|
|
Priority:
|
2-High
|
|
Related Bugs
|
6681745
|
|
Submit Date
|
08-APR-2008
|
|
Description
|
The fix for
6681745: OGL: provide a way to create a v-synced BufferStrategy with COPIED flip contents
introduced a build failure no unix platforms only apparent when
building the workspace from scratch.
Posted Date : 2008-04-08 17:02:26.0
|
|
Work Around
|
N/A
|
|
Evaluation
|
The problem is that GLXVolatileSurfaceManager referenced
XComponentPeer which is built later as part of XAWT
toolkit. Normally this is not an issue but XComponentPeer
can't be built at that time since a bunch of XAWT
sources it references hasn't been generated yet.
The fix is to introduce an interface implemented by
XComponentPeer which will be used in
GLXVolatileSurfaceManager.
Posted Date : 2008-04-08 17:02:26.0
|
|
Comments
|
PLEASE NOTE: JDK6 is formerly known as Project Mustang
|
|
|
 |