The fix for the related bugs (see See Also list) neglected to take into account
the FPU stack simulator on x86, which leads to an assertion failure when
compiling javax.swing.text.PlainView.setSize() because the item being popped is
not on the top of the FPU stack. It seems that this code path is not taken for
any other method in the JDK and the generated code is correct, so this is a
relatively minor failure.
the FPU stack simulator on x86, which leads to an assertion failure when
compiling javax.swing.text.PlainView.setSize() because the item being popped is
not on the top of the FPU stack. It seems that this code path is not taken for
any other method in the JDK and the generated code is correct, so this is a
relatively minor failure.
- relates to
-
JDK-4587517 Incorrect FP code being generated on x86
-
- Closed
-
-
JDK-4602203 b89: inputted characters aren't be displayed correctly on JTextArea/JEditorPane
-
- Closed
-
-
JDK-4592907 typing a long line of text in notepad causes the text to disappear
-
- Closed
-