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