1486 Commits

Author SHA1 Message Date
Shi Jun Zhang
0b7aa23f89 8020625: [TESTBUG] java/util/HashMap/OverrideIsEmpty.java doesn't compile for jdk7u
Reviewed-by: chegar, mduigou
2013-07-18 11:05:31 +01:00
Shi Jun Zhang
353bdaf843 8019381: HashMap.isEmpty is non-final, potential issues for get/remove
Reviewed-by: chegar, mduigou
2013-07-05 10:51:54 +08:00
Sean Coffey
d4f620c785 8017566: Backout 8000450 - Cannot access to com.sun.corba.se.impl.orb.ORBImpl
Reviewed-by: mchung, chegar
2013-07-16 10:58:46 +01:00
Daniel Fuchs
278a5e17af 8017174: NPE when using Logger.getAnonymousLogger or LogManager.getLogManager().getLogger
This patch makes sure that LoggerContext instances created for applets have a root and global logger.

Reviewed-by: mchung
2013-07-02 11:30:31 +02:00
Sergey Bylokhov
432dee99fe 8019587: [macosx] Possibility to set the same frame for the different screens
Reviewed-by: art, anthony
2013-07-12 16:53:17 +04:00
Sean Coffey
112083bf93 8019979: Replace CheckPackageAccess test with better one from closed repo
Reviewed-by: mullan, robilad
2013-07-12 11:36:15 +01:00
Mandy Chung
85279901d9 8020228: Restore the translated version of logging_xx.properties
Reviewed-by: mfang, coffeys
2013-07-12 01:12:23 -07:00
Petr Pchelko
b9a3f7fdc2 8006941: [macosx] Deadlock in drag and drop
7199783: Setting cursor on DragSourceContext does not work on OSX

Reviewed-by: anthony, serb
2013-07-09 14:50:54 +01:00
Sergey Bylokhov
86a9394ec7 8004859: Graphics.getClipBounds/getClip return difference nonequivalent bounds, depending from transform
Reviewed-by: prr, flar
2013-07-08 20:31:38 +04:00
Alexey Utkin
225038e24d 8016046: (process) Strict validation of input should be security manager case only [win]
Reviewed-by: alanb, ahgross
2013-06-26 11:39:53 +04:00
Phil Race
bf595978d7 8015334: Memory leak when kerning is used on Windows
Reviewed-by: srl, bae
2013-06-25 14:50:50 -07:00
Abhijit Saha
7ae3cb3696 Merge 2013-06-17 22:27:38 -07:00
Abhijit Saha
881c11f5f0 Merge 2013-06-16 22:18:54 -07:00
Sergey Malenkov
a4156cbc52 8013416: Java Bean Persistence with XMLEncoder
Reviewed-by: alexsch
2013-05-30 11:19:29 +04:00
Vladimir Kravets
445a8ea0d7 8012586: [x11] Modal dialogs for fullscreen window may show behind its owner
8014726: TEST_BUG: java/awt/WMSpecificTests/Metacity/FullscreenDialogModality.java should be modified

Co-authored-by: Alexander Zvegintsev <alexander.zvegintsev@oracle.com>
Reviewed-by: anthony, art, serb
2013-05-29 18:45:46 +04:00
Phil Race
13cfab19fd 8008535: JDK7 Printing : CJK and Latin Text in a string overlap
Reviewed-by: bae, jgodinez
2013-05-28 15:11:03 -07:00
Konstantin Shefov
984242631f 8014721: TEST_BUG: java/awt/TrayIcon/DragEventSource/DragEventSource.java fails with java.lang.UnsupportedOperationException
Reviewed-by: serb, anthony
2013-05-22 13:18:35 +04:00
Konstantin Shefov
d4645c4efe 8011186: [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
Reviewed-by: coffeys
2013-05-20 18:21:33 +04:00
Mandy Chung
bf33d47c4d 8014745: Provide a switch to allow stack walk search of resource bundle
Reviewed-by: alanb, jgish
2013-05-17 14:29:51 -07:00
Jim Gish
fc3f2b72c7 8013380: Removal of stack walk to find resource bundle breaks Glassfish startup
Use caller's classloader to load resource as an alternative to thread context classloader and system classloader

Reviewed-by: mchung, alanb
2013-05-14 15:42:14 -04:00
Alexey Utkin
b2e28d42a4 8012453: (process) Runtime.exec(String) fails if command contains spaces [win]
Reviewed-by: alanb
2013-05-13 20:09:20 +04:00
Mandy Chung
ff7cd4ce63 8010727: WLS fails to add a logger with "" in its own LogManager subclass instance
Reviewed-by: alanb, jgish
2013-05-14 08:07:08 -07:00
Jim Gish
f20d5ec64a 8010939: Deadlock in LogManager
Re-order locks to avoid deadlock

Reviewed-by: mchung, alanb
2013-04-19 16:50:10 -07:00
Yiming Wang
538968c7b4 7183800: TEST_BUG: Update tests to run on Ubuntu 12.04 (localhost is 127.0.1.1)
Reviewed-by: alanb, chegar
2013-03-14 16:59:06 +00:00
Dan Xu
fdb902fab9 8003992: File and other classes in java.io do not handle embedded nulls properly
Have every file operation done with File, FileInputStream, FileOutputStream, or RandomAccessFile that involves a file path containing NUL fail. Also reviewed by fweimer@redhat.com

Reviewed-by: alanb, sherman, ahgross, mduigou, dholmes, aph, plevart, martin
2013-05-06 14:17:59 -07:00
Frank Ding
3ec7915e25 6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps
Reviewed-by: alanb
2013-02-18 08:14:18 +00:00
Mikhail Cherkasov
3ac1813eeb 8005932: Java 7 on mac os x only provides text clipboard formats
Reviewed-by: alexp, denis
2013-02-12 16:11:40 +04:00
Phil Race
bbe7fc4d90 8012617: ArrayIndexOutOfBoundsException with some fonts using LineBreakMeasurer
Reviewed-by: bae, srl
2013-04-25 21:37:41 -07:00
Jim Gish
fec6df5daf 8011990: TEST_BUG: java/util/logging/bundlesearch/ResourceBundleSearchTest.java fails on Windows
Fix URL to reliably work on all platforms

Reviewed-by: duke
2013-04-16 16:34:14 -04:00
Andrew Brygin
47bcf63310 8012112: java/awt/image/mlib/MlibOpsTest.java fails on sparc solaris
Reviewed-by: prr, vadim
2013-04-15 14:15:21 +04:00
Andrew Brygin
0a79486106 8011992: java/awt/image/mlib/MlibOpsTest.java failed since jdk7u25b05
Reviewed-by: prr, vadim
2013-04-12 14:15:17 +04:00
Petr Pchelko
e42a18510d 8010009: [macosx] Unable type into online word games on MacOSX
Reviewed-by: anthony, dcherepanov, yan
2013-04-10 14:28:10 +04:00
Jim Gish
47faed0602 8002070: Remove the stack search for a resource bundle for Logger to use
The fragile, vulnerable, stack crawling has been eliminated from findResourceBundle(String)

Reviewed-by: mchung
2013-03-13 11:24:48 -04:00
Steven Loomis
673c3f9562 8009530: ICU Kern table support broken
Reviewed-by: prr, vadim
2013-03-06 06:44:14 -08:00
Stuart Marks
144ece377c 8001040: Rework RMI model
Reviewed-by: alanb, ahgross, coffeys, dmocek
2013-02-27 13:58:55 -08:00
Jonathan Gibbons
c10db9f800 7194032: update tests for upcoming changes for jtreg
Reviewed-by: alanb, iris, smarks
2012-08-28 10:29:30 +01:00
Sergey Bylokhov
7d08cfb940 8000629: [macosx] Blurry rendering with Java 7 on Retina display
Reviewed-by: anthony, prr, flar
2013-05-17 22:21:10 +04:00
Alan Bateman
ad2270d3ae 8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed
Reviewed-by: chegar
2013-04-24 19:03:07 +01:00
Alan Bateman
510a05529f 7152866: Tests not run because they are missing the @run tag
Reviewed-by: chegar, dholmes
2013-05-14 20:32:43 +01:00
Sean Coffey
d6c963fbb3 8000529: Regression: SimpleDateFormat incorrectly parses dates formatted with Z and z pattern letters
Reviewed-by: okutsu
2013-04-25 21:12:35 +01:00
Dan Xu
aa8c350075 7142919: TEST_BUG: java/nio/channels/AsyncCloseAndInterrupt.java failing intermittently [sol11]
Reviewed-by: alanb
2012-09-18 13:14:49 +01:00
Mike Duigou
a7cc130429 8011200: (coll) Optimize empty HashMap and ArrayList
Co-authored-by: Sergey Linetskiy <sergey.linetskiy@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: mduigou, alanb, bchristi, martin
2013-04-10 12:43:18 -07:00
Sergey Bylokhov
46c714cfaf 8003173: [macosx] Fullscreen on Mac leaves an empty rectangle
Reviewed-by: anthony, alexsch
2013-05-08 18:42:20 +04:00
Sergey Bylokhov
14df611186 7124520: [macosx] re:6373505 Toolkit.getScreenResolution() != GraphicsConfiguration.getNormalizingTransform()
Reviewed-by: anthony, kizune
2013-05-08 16:54:28 +04:00
Sergey Bylokhov
9b10307343 8002308: [macosx] 7198229 should be applied to the user action only
Reviewed-by: anthony, skovatch
2013-05-07 18:10:06 +04:00
Sergey Malenkov
a62c004ab4 8007458: [findbugs] One more beans issue, with ReflectionUtils
Reviewed-by: art, alexsch
2013-05-01 18:35:52 +04:00
Alan Bateman
ff5ef4a3f6 8012019: (fc) Thread.interrupt triggers hang in FileChannelImpl.pread (win)
Reviewed-by: chegar
2013-04-17 16:11:19 +01:00
Jim Gish
c72f4d25b9 8010939: Deadlock in LogManager
Re-order locks to avoid deadlock

Reviewed-by: mchung
2013-04-19 16:50:10 -07:00
Sean Coffey
b63c8e88d7 Merge 2013-04-16 11:50:22 +01:00
Xue-Lei Andrew Fan
ec4ddd305a 7109274: Restrict the use of certificates with RSA keys less than 1024 bits
This restriction is applied via the Java Security property, "jdk.certpath.disabledAlgorithms". This will impact providers that adhere to this security property.

Reviewed-by: mullan
2013-04-15 08:37:16 -07:00