Skip to content

Commit 0f08785

Browse files
8301756: Missed constructor from 8301659
Reviewed-by: aivanov
1 parent 4de2d3c commit 0f08785

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/java.desktop/windows/native/libawt/windows/awt_Toolkit.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2154,8 +2154,8 @@ void AwtToolkit::PreloadAction::Clean(bool reInit) {
21542154
// PreloadThread implementation
21552155
AwtToolkit::PreloadThread::PreloadThread()
21562156
: status(None), wrongThread(false), threadId(0),
2157-
pActionChain(NULL), pLastProcessedAction(NULL),
2158-
execFunc(NULL), execParam(NULL)
2157+
execFunc(NULL), execParam(NULL),
2158+
pActionChain(NULL), pLastProcessedAction(NULL)
21592159
{
21602160
hFinished = ::CreateEvent(NULL, TRUE, FALSE, NULL);
21612161
hAwake = ::CreateEvent(NULL, FALSE, FALSE, NULL);

0 commit comments

Comments
 (0)