25072 Commits

Author SHA1 Message Date
Artem Malinko
8bd889eb2a 8040076: Memory leak. java.awt.List objects allowing multiple selections are not GC-ed
Reviewed-by: anthony, pchelko
2014-07-02 14:48:37 +04:00
Phil Race
bf3d4b5bc7 Merge 2014-07-01 12:02:30 -07:00
Phil Race
82cd8b6ece Merge 2014-07-01 10:20:56 -07:00
Jamil Nimeh
2edd214440 8015081: javax.security.auth.Subject.toString() throws NPE
Reviewed-by: xuelei, weijun
2014-07-01 09:46:20 -07:00
Sergey Bylokhov
a11814d264 8048265: AWT crashes inside CCombinedSegTable::In called from Java_sun_awt_windows_WDefaultFontCharset_canConvert
Reviewed-by: anthony, pchelko, azvegint
2014-07-01 20:42:29 +04:00
Otavio Santana
5a0450feea 8048874: Replace uses of 'new Byte', 'new Short' and 'new Character' with appropriate alternative across core classes
Reviewed-by: chegar, psandoz, prappo
2014-07-01 14:44:37 +01:00
Otavio Santana
4da668378d 8048267: Replace uses of 'new Long()' with appropriate alternative across core classes
Reviewed-by: chegar, psandoz, prappo
2014-07-01 15:12:59 +01:00
Jaroslav Bachorik
3962277490 8044427: [test] sun/management/jmxremote/startstop/JMXStartStopTest times out intermittently on Solaris/Sparcv9
Reviewed-by: sla
2014-07-01 17:58:14 +02:00
Sean Coffey
19c07ee15b 7095856: OutputStreamHook doesn't handle null values
Reviewed-by: lancea, msheppar
2014-07-01 16:51:44 +01:00
Staffan Larsen
829524e7d6 8048710: Use ServiceLoader for the jvmstat protocols
Reviewed-by: alanb
2014-07-01 16:08:45 +02:00
Jaroslav Bachorik
e614cf24ef 8048193: [tests] Replace JPS and stdout based PID retrieval by Process.getPid()
Reviewed-by: sla
2014-07-01 15:00:33 +02:00
Jaroslav Bachorik
7b43631edc 8038794: java/lang/management/ThreadMXBean/SynchronizationStatistics.java fails intermittently
Reviewed-by: sla
2014-07-01 11:47:36 +02:00
Dmitriy Ermashov
cf4ed54c17 8043131: Move ShapedAndTranslucentWindows and GC functional AWT tests to regression tree
Reviewed-by: pchelko
2014-07-01 12:49:36 +04:00
Staffan Larsen
4b31ce4a17 8048687: [TESTBUG] com/sun/jdi/ExclusiveBind.java "Could not find or load main class"
Reviewed-by: jbachorik, egahlin, dholmes
2014-07-01 10:40:14 +02:00
Joe Darcy
f2399d7d54 8048839: Reverse sense of -Xlint options in build of jdk repo
Reviewed-by: tbell, mikael
2014-06-30 18:17:46 -07:00
Andrei Eremeev
c75f8957e8 8046434: Fix doclint warnings from javax.swing.plaf.metal package
Reviewed-by: alexsch
2014-06-30 16:32:36 +04:00
Dmitry Markov
b45831b5b5 8048506: [macosx] javax.swing.PopupFactory issue with null owner
Reviewed-by: pchelko, alexsch
2014-06-30 16:23:18 +04:00
Mike Duigou
efbff37c1a 8048207: Collections.checkedQueue.offer() calls add on wrapped queue
Reviewed-by: psandoz
2014-06-27 10:26:39 -07:00
Phil Race
462198fc26 8043508: JVM core dumps with very long text in tooltip
Reviewed-by: bae, jgodinez
2014-06-26 16:14:54 -07:00
Phil Race
1573a33089 8041902: When printing, polylines are not rendered as joined
Reviewed-by: bae, jgodinez
2014-06-26 16:10:33 -07:00
Jennifer Godinez
dfc9a84755 7067052: Default printer media is ignored
Reviewed-by: bae, prr
2014-06-26 13:46:27 -07:00
Petr Pchelko
c08e2bf586 8047799: Remove WindowClosingSupport
Reviewed-by: anthony, alexsch
2014-06-26 13:38:38 +04:00
Pete Brunet
f5df1eca19 8048022: Fix raw and unchecked warnings in javax.accessibility
Reviewed-by: pchelko
2014-06-26 12:05:57 +04:00
Alexander Scherbatiy
c0c1d91633 8043869: [macosx] java -splash does not honor @2x hi dpi notation for retina support
Reviewed-by: pchelko, anthony, ksrini
2014-06-25 19:10:32 +04:00
Andrei Eremeev
02990e046b 7112454: TEST_BUG: java/awt/Choice/PopdownGeneratesMouseEvents/PopdownGeneratesMouseEvents.html failed
Reviewed-by: anthony, pchelko
2014-06-24 12:27:37 +04:00
Alexander Zvegintsev
fca14b0d55 8042094: Test javax/swing/JFileChooser/7036025/bug7036025.java fails with java.lang.NullPointerException on Windows x86
Reviewed-by: ahgross, art, pchelko, mschoene
2014-06-24 10:36:35 +04:00
David Dehaven
fee9c1b0cc Merge 2014-06-23 13:05:27 -07:00
Phil Race
8233313cb4 8043509: java.awt.Font gets initialized with the wrong font name for some Locales
Reviewed-by: bae, jgodinez
2014-06-23 12:48:16 -07:00
Xueming Shen
565ab8b571 8042369: Remove duplicated java.time classes in build.tools.tzdb
Removed duplicated classes in builder

Reviewed-by: rriggs
2014-06-23 12:12:30 -07:00
Petr Pchelko
22b836a06a 8047798: Remove EventQueueDelegate
Reviewed-by: anthony, art
2014-06-23 22:15:09 +04:00
Joe Wang
61ad72b44a 5077522: Duration.compare incorrect for some values
Reviewed-by: lancea, dfuchs
2014-06-23 10:40:20 -07:00
Alexander Zuev
50aff94d03 8046337: Test closed/tools/pack200/MemoryAllocatorTest.java fails on windows-i586
Reviewed-by: ksrini
2014-06-23 18:09:35 +04:00
Staffan Larsen
578fc51475 8044772: TempDirTest.java still times out with -Xcomp
Reviewed-by: dholmes
2014-06-23 15:51:41 +02:00
Steven Sides
0b95f7c7a2 8040901: fix doclint block tag issues in swing event classes
Reviewed-by: alexsch
2014-06-23 10:57:22 +04:00
Mandy Chung
e4db9235e4 8044063: Remove com.sun.java.browser.* from jdk repo
Reviewed-by: darcy, alanb
2014-06-20 13:36:03 -07:00
Phil Race
b5769155b4 8042098: Test sun/java2d/AcceleratedXORModeTest.java fails on Windows
Reviewed-by: jgodinez
2014-06-20 12:37:08 -07:00
Kumar Srinivasan
6c8c5619ed 8044866: Fix raw and unchecked lint warnings in asm
Reviewed-by: darcy
2014-06-20 10:10:27 -07:00
Alexander Stepanov
07289a2d98 8046445: Fix doclint warnings for javax.swing.plaf.multi
Reviewed-by: alexsch
2014-06-20 19:03:57 +04:00
Dmitriy Ermashov
cbef61567d 8047180: Move functional tests AWT_Headless/Automated to OpenJDK repository
Reviewed-by: pchelko, alexsch
2014-06-20 16:48:30 +04:00
Weijun Wang
cc269950df 8029994: Support "include" and "includedir" in krb5.conf
Reviewed-by: mullan
2014-06-20 10:27:10 +08:00
Mandy Chung
f301db3a9b 8047387: Generate different version of java.policy file for windows 32-bit and 64-bit
Reviewed-by: erikj, tbell
2014-06-19 13:12:08 -07:00
Alexander Zuev
a30dec6af6 8000650: unpack200.exe should check gzip crc
Reviewed-by: ksrini
2014-06-19 18:07:02 +04:00
Andrei Eremeev
03bc9138d1 8046446: Fix doclint warnings in javax.swing.text.html package
Reviewed-by: pchelko
2014-06-19 16:57:14 +04:00
Andrei Eremeev
322ed96c4c 8046895: Fix doclint warnings in javax.swing.text.html.parser package
Reviewed-by: pchelko
2014-06-19 16:54:59 +04:00
Staffan Larsen
bdf68602c0 8046024: JDI shared memory transport failed with "Observed abandoned IP mutex"
Reviewed-by: alanb
2014-06-19 12:56:16 +02:00
Alexander Stepanov
5a66e76eff 8044429: move awt automated tests for AWT_Modality to OpenJDK repository
Reviewed-by: pchelko
2014-06-19 12:44:41 +04:00
Joe Darcy
0228c51129 8044715: Add finally lint warning to build of jdk repository
Reviewed-by: henryjen, tbell
2014-06-18 18:27:39 -07:00
Phil Race
c878d790d1 Merge 2014-06-18 13:14:15 -07:00
David Dehaven
62fa4b7e0c 8043340: [macosx] Fix hard-wired paths to JavaVM.framework
Build system tweaks to allow building with Xcode 5 and on OS X 10.9 and later

Reviewed-by: erikj, henryjen, dholmes
2014-06-18 12:52:14 -07:00
Lana Steuck
355564edbc Merge 2014-06-18 10:55:17 -07:00