-
Bug
-
Resolution: Fixed
-
P4
-
7u76, 7u80
-
b03
-
generic
-
windows
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8072260 | 7u85 | Alexey Ivanov | P4 | Resolved | Fixed | b01 |
Test name(s):javax/swing/JFileChooser/8046391/bug8046391.java
JDK tested: jdk1.7_80b02
OS tested: Windows
Regression introduced in release/build: N/A
Is it platform specific? Yes
The is failure reproduced: Windows
----------System.err:(31/2090)*----------
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: illegal start of expression
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: illegal start of expression
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: illegal start of expression
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: ';' expected
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: 'catch' without 'try'
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: ')' expected
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: not a statement
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: ';' expected
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:59: error: illegal start of type
});
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:63: error: class, interface, or enum expected
}
^
10 errors
result: Failed. Compilation failed: Compilation failed
test result: Failed. Compilation failed: Compilation failed
JDK tested: jdk1.7_80b02
OS tested: Windows
Regression introduced in release/build: N/A
Is it platform specific? Yes
The is failure reproduced: Windows
----------System.err:(31/2090)*----------
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: illegal start of expression
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: illegal start of expression
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: illegal start of expression
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:50: error: ';' expected
SwingUtilities.invokeAndWait(() -> {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: 'catch' without 'try'
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: ')' expected
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: not a statement
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:53: error: ';' expected
} catch (UnsupportedLookAndFeelException e) {
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:59: error: illegal start of type
});
^
C:\\local\\aurora\\CommonData\\j2se\\test\\javax\\swing\\JFileChooser\\8046391\\bug8046391.java:63: error: class, interface, or enum expected
}
^
10 errors
result: Failed. Compilation failed: Compilation failed
test result: Failed. Compilation failed: Compilation failed
- backported by
-
JDK-8072260 [TEST_BUG] Test javax/swing/JFileChooser/8046391/bug8046391.java fails in Windows
- Resolved
- relates to
-
JDK-8046391 Hang displaying JFileChooser with Windows L&F
- Resolved
-
JDK-8046559 NPE when changing Windows theme
- Resolved