Sergey Bylokhov
187432f3b8
8027778: [macosx] Full screen not working properly on 7u45 and jdk8
...
8010999: [macosx] a constrain of the top level window should be improved
8015100: [macosx] Applet graphics corrupted when applet width/height exceeds screen dimensions
Reviewed-by: anthony, pchelko
2014-02-27 19:01:32 +04:00
Petr Pchelko
2fc105a21f
8035842: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_Insets.cpp
...
Reviewed-by: anthony, serb
2014-02-27 16:14:22 +04:00
Petr Pchelko
dc26996620
8035855: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_DataTransferer.cpp
...
Reviewed-by: anthony, serb
2014-02-27 16:11:16 +04:00
Petr Pchelko
904f2d837a
8035335: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_TrayIcon.cpp
...
Reviewed-by: serb, anthony
2014-02-26 11:55:45 +04:00
Sergey Bylokhov
b5df3005f0
8034766: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CRobot.m
...
Reviewed-by: anthony, bagiras
2014-02-25 17:37:55 +04:00
Sergey Bylokhov
12333aa589
8033573: [parfait] warning from b128 for share/native/sun/awt/splashscreen/java_awt_SplashScreen.c: JNI exception pending
...
Reviewed-by: anthony, bagiras
2014-02-25 17:19:15 +04:00
Sergey Bylokhov
3da1253e45
8034105: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/CImage.m
...
Reviewed-by: anthony, bagiras
2014-02-25 17:01:40 +04:00
Alexander Scherbatiy
2ef086d668
8031573: [macosx] Checkmarks of JCheckBoxMenuItems aren't rendered in high resolution on Retina
...
Reviewed-by: serb, pchelko
2014-02-25 16:46:52 +04:00
Sergey Bylokhov
74ff5d8776
6744401: Consider removal of code disabling JIT in Toolkit.getDefaultToolkit
...
Reviewed-by: anthony, pchelko
2014-02-25 16:12:22 +04:00
Alexander Zvegintsev
c45342182e
8017472: [macosx] Transparency demo is not correctly dragged on the second monitor
...
Reviewed-by: pchelko, serb
2014-02-25 14:28:36 +04:00
Alexander Scherbatiy
4162a00924
8008657: JSpinner setComponentOrientation doesn't affect on text orientation
...
Reviewed-by: malenkov, serb
2014-02-24 17:23:43 +04:00
Petr Pchelko
6adf75b9eb
8030788: [Parfait] warnings from b119 for jdk/src/share/native/sun/awt/medialib: JNI exception pending
...
Reviewed-by: serb, prr
2014-02-24 12:51:58 +04:00
Henry Jen
0da32293b5
8035487: Fix raw and unchecked lint warnings in javax.imageio.spi
...
Reviewed-by: darcy, prr
2014-02-21 15:28:39 -08:00
Henry Jen
9f5fc4e859
8033716: Fix raw and unchecked lint warnings in com.sun.imageio
...
Reviewed-by: darcy, prr, bae
2014-02-21 15:28:37 -08:00
Phil Race
f00ad07a65
Merge
2014-02-21 10:03:49 -08:00
Anton Litvinov
4207a72caf
8032078: [macosx] CPlatformWindow.setWindowState throws RuntimeException, if windowState=ICONIFIED|MAXIMIZED_BOTH
...
Reviewed-by: pchelko, serb
2014-02-21 18:04:38 +04:00
Sergey Malenkov
8fff62161c
8034085: Do not prefer indexed properties
...
Reviewed-by: alexsch
2014-02-21 15:34:05 +04:00
Sergey Malenkov
aaea8f4c7c
8035310: The line.separator property can be retrieved via public API
...
Reviewed-by: alexsch, serb
2014-02-21 15:28:09 +04:00
Phil Race
3b1cc58576
Merge
2014-02-20 16:27:08 -08:00
Henry Jen
083589648a
8034998: Fix raw and unchecked lint warnings in javax.imageio
...
Reviewed-by: prr, darcy
2014-02-20 16:23:45 -08:00
Xueming Shen
65263943ae
Merge
2014-02-20 09:57:26 -08:00
Xueming Shen
e2a87a0e2c
8035076: Pattern$BnMS never used due to bug in Pattern$BnM.optimize
...
Updated SliceS to subclass Slice node
Reviewed-by: alanb, martin
2014-02-20 09:52:50 -08:00
Omair Majid
c29425c5be
8035341: Allow using a system installed libpng
...
Reviewed-by: andrew, erikj, ihse, serb
2014-02-20 10:07:54 -05:00
Mikael Vidstedt
a9b3a89f24
8035287: gcc warnings compiling various libraries files
...
Reviewed-by: prr
2014-02-18 17:55:04 -08:00
Petr Pchelko
002f448175
8034038: [parfait] JNI exception pending in macosx/native/sun/awt/CDataTransferer.m
...
Reviewed-by: serb, azvegint
2014-02-18 16:34:58 +04:00
Petr Pchelko
d6399044d7
8035147: [macosx] Drag and Drop tests are failing with -Xchech:jni
...
Reviewed-by: serb, azvegint
2014-02-18 16:30:57 +04:00
Petr Pchelko
9d1b732ccb
8034035: [parfait] JNI exception pending in jdk/src/macosx/native/sun/awt/LWCToolkit.m
...
Reviewed-by: serb, azvegint
2014-02-18 09:49:36 +04:00
Sergey Bylokhov
6ec6843975
8034068: Label.toString performance improvement
...
Reviewed-by: anthony, art
2014-02-17 17:33:25 +04:00
Anton Nashatyrev
183aa7b821
7094099: DropDown List of JComboBox detached
...
Reviewed-by: alexp, alexsch
2014-02-17 17:15:28 +04:00
Alexander Scherbatiy
d9b649e6cb
8029960: Remove reflection from Swing classes
...
Reviewed-by: serb, pchelko
2014-02-17 13:41:50 +04:00
Sergey Malenkov
57f20fcdc9
8034164: Introspector ignores indexed part of the property sometimes
...
Reviewed-by: alexsch
2014-02-14 20:24:43 +04:00
Alexander Scherbatiy
783201f70f
8031971: Use only public methods in the SwingLazyValue
...
Reviewed-by: serb, pchelko
2014-02-14 18:01:22 +04:00
Sergey Bylokhov
fe26cbf70c
8034041: [parfait] JNI exception pending in jdk/src/macosx/native/com/apple/laf/AquaFileView.m
...
Reviewed-by: anthony, bagiras
2014-02-14 02:19:19 +04:00
Oleg Pekhovskiy
96fa90a545
8031694: [macosx] TwentyThousandTest test intermittently hangs
...
Reviewed-by: art, anthony
2014-02-13 14:45:58 +04:00
Phil Race
516c0ad2bd
Merge
2014-02-11 14:42:17 -08:00
Phil Race
21c0b96d8d
8012351: Bold fonts everywhere in GTK L&F on Ubuntu with JDK 7
...
Reviewed-by: bae, serb
2014-02-11 10:43:15 -08:00
Alan Bateman
bad49f6fba
8034182: Misc. warnings in java.net code
...
Reviewed-by: chegar
2014-02-11 16:43:57 +00:00
Alexander Zvegintsev
89e0b917fe
8031492: [Parfait] warnings from b122 for jdk/src/solaris/native/sun/awt: JNI exception pending
...
Reviewed-by: pchelko, serb
2014-02-10 15:02:24 +00:00
Joe Darcy
6961828aeb
8033624: Fix raw and unchecked lint warnings in sun.font
...
Reviewed-by: alanb, prr
2014-02-08 18:03:38 -08:00
Phil Race
ef9ba9784a
8032693: javax.print.PrintService does not find any CUPS-Printers on Linux
...
Reviewed-by: jgodinez, serb
2014-02-07 13:03:09 -08:00
Ivan Gerasimov
6b108289ad
8033943: Typo in the documentation for the class Arrays
...
Reviewed-by: martin
2014-02-08 00:22:33 +04:00
Alan Bateman
f776be9c0f
8034043: Native methods for preferences API should not be in libjava
...
8034026: SCDynamicStoreConfig.m should not be in src/macosx/native/java/util
Reviewed-by: erikj, weijun, mchung
2014-02-11 09:59:34 +00:00
Joe Darcy
d03152e11b
8034050: Fix serial lint warnings in javax.print
...
Reviewed-by: alanb, prr
2014-02-10 18:09:40 -08:00
Joe Darcy
401de1c53e
8034046: Fix serial lint warnings in javax.sound
...
Reviewed-by: alanb, serb
2014-02-10 08:53:13 -08:00
Staffan Larsen
6720161012
8033911: Simplify instrumentation of FileInputStream and RandomAccessFile
...
Reviewed-by: alanb, dsamersoff, jbachorik
2014-02-10 13:00:50 +01:00
Staffan Larsen
79bbec5d8a
8033917: Keep track of file paths in file streams and channels for instrumentation purposes
...
Reviewed-by: alanb, dsamersoff
2014-02-10 12:59:31 +01:00
Oleg Pekhovskiy
ce0900eb72
7033533: realSync() doesn't work with Xfce
...
Reviewed-by: anthony, serb, leonidr
2014-02-07 17:32:46 +04:00
Henry Jen
e956dc0c43
8033590: java.util.Comparator::thenComparing has unnecessary type restriction
...
Reviewed-by: psandoz
2014-02-06 10:30:18 -08:00
Xueming Shen
8cdace2575
8032012: String.toLowerCase/toUpperCase performance improvement
...
Updated the implementation to improve the performance
Reviewed-by: psandoz, forax
2014-02-07 09:04:17 -08:00
Mandy Chung
7be40556f6
8033900: Remove reference to JNU_Equals in GSSLibStub.c
...
Reviewed-by: valeriep
2014-02-06 16:42:25 -08:00