Stephen Colebourne
|
e5ca02132f
|
8046707: Performance of java.time could be better
Optimise performance
Reviewed-by: rriggs
|
2014-06-12 00:31:27 +01:00 |
|
Andrei Eremeev
|
ed7184cb9b
|
8046596: fix doclint issues in swing classes, part 3 of 4
Reviewed-by: pchelko
|
2014-06-18 17:34:05 +04:00 |
|
Andrei Eremeev
|
1553ada84b
|
8046595: fix doclint issues in swing classes, part 2 of 4
Reviewed-by: pchelko
|
2014-06-18 17:31:01 +04:00 |
|
Dmitry Samersoff
|
97ce148fa7
|
8044762: com/sun/jdi/OptionTest.java test time out
Gdata could be NULL in debugInit_exit
Reviewed-by: dcubed
|
2014-06-18 03:29:58 -07:00 |
|
Staffan Larsen
|
b608314245
|
8046778: Better error messages when starting JMX agent via attach or jcmd
Reviewed-by: dholmes
|
2014-06-18 09:04:20 +02:00 |
|
Chris Hegarty
|
710dd1ffea
|
8046902: Remove sun.misc.Timer
Reviewed-by: rriggs, mduigou, iris
|
2014-06-17 10:47:07 +01:00 |
|
Alexey Ivanov
|
ec7589bf7d
|
8046391: Hang displaying JFileChooser with Windows L&F
Reviewed-by: anthony, serb
|
2014-06-11 10:53:27 +04:00 |
|
Joe Darcy
|
f06c5555b0
|
8046271: Fix overrides lint warnings in Apple laf code
Reviewed-by: alanb, prr
|
2014-06-09 16:24:47 -07:00 |
|
Phil Race
|
dc20ecddcf
|
Merge
|
2014-06-09 11:58:27 -07:00 |
|
Joe Darcy
|
c606599482
|
8042870: Fix raw and unchecked warnings in sun.print
Reviewed-by: prr
|
2014-06-09 11:47:18 -07:00 |
|
Sergey Bylokhov
|
e89442e619
|
8039901: jdk/src/share/classes/com/sun/media/sound/services/<platform> appear not to be used
Reviewed-by: amenkov, azvegint
|
2014-06-09 20:23:26 +04:00 |
|
Vladimir Ivanov
|
a58e574ffc
|
8046903: VM anonymous class members can't be statically invocable
Reviewed-by: jrose
|
2014-06-17 13:06:05 +04:00 |
|
Stuart Marks
|
7e1185e152
|
8044730: small errors in ConcurrentHashMap and LongAdder docs
Reviewed-by: martin
|
2014-06-16 17:52:21 -07:00 |
|
Sean Mullan
|
9501b333f7
|
Merge
|
2014-06-16 13:48:58 -04:00 |
|
Sean Mullan
|
68747fa0c0
|
8046044: Fix raw and unchecked lint warnings in XML Signature Impl
Reviewed-by: darcy
|
2014-06-16 13:47:42 -04:00 |
|
Otavio Goncalves de Santana
|
ed271b0d5a
|
8041679: Replace uses of StringBuffer with StringBuilder within core library classes
Reviewed-by: psandoz, alanb, xuelei, dfuchs, jfranck, prr, serb, chegar
|
2014-06-16 17:45:26 +01:00 |
|
Henry Jen
|
6886e2b8ba
|
8046389: Add missing @since tag under javax.sql.**
Reviewed-by: lancea
|
2014-06-16 08:09:30 -07:00 |
|
Dmitry Samersoff
|
c201595a62
|
8041498: Remove npt library
Get rid of npt library and move utf-related code to share/backend
Reviewed-by: sla
|
2014-06-16 07:25:11 -07:00 |
|
Vinnie Ryan
|
d4988ce66f
|
8036613: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/provider/WinCAPISeedGenerator.c
Reviewed-by: mullan
|
2014-06-16 13:40:49 +01:00 |
|
Staffan Larsen
|
a20967bfac
|
8043939: Remove management-agent.jar
Reviewed-by: alanb
|
2014-06-16 13:52:25 +02:00 |
|
Michael McMahon
|
7ab2a6410b
|
8046588: test for SO_FLOW_SLA availability does not check for EACCESS
Reviewed-by: alanb, chegar
|
2014-06-13 14:30:41 +01:00 |
|
Shanliang Jiang
|
df614caef8
|
8044865: Fix raw and unchecked lint warnings in management-related code
Reviewed-by: darcy, sla, egahlin, dfuchs
|
2014-06-12 10:32:19 +02:00 |
|
Staffan Larsen
|
855f7c421e
|
8044135: Add API to start JMX agent from attach framework
Reviewed-by: alanb
|
2014-06-11 15:47:53 +02:00 |
|
Pavel Rappo
|
66135672e1
|
8027308: HttpURLConnection should better handle URLs with literal IPv6 addresses
Reviewed-by: chegar, alanb, michaelm
|
2014-06-10 11:15:23 +01:00 |
|
Weijun Wang
|
53c7b2ac2b
|
8023197: Pre-configured command line options for keytool and jarsigner
Reviewed-by: xuelei
|
2014-06-11 18:27:10 +08:00 |
|
Joel Borggrén-Franck
|
6445980a62
|
8029674: (reflect) getMethods returns default methods that are not members of the class
Filter out methods that have a more specific default method from result
Reviewed-by: darcy, dlsmith
|
2014-06-10 14:40:20 +02:00 |
|
Weijun Wang
|
1694fa432e
|
8046499: nativecache.c prints to stdout in debug build
Reviewed-by: xuelei
|
2014-06-11 16:33:23 +08:00 |
|
Henry Jen
|
ea9a7a88a1
|
8044740: Convert all JDK versions used in @since tag to 1.n[.n] in jdk repo
Reviewed-by: mduigou, lancea, alanb, mullan
|
2014-06-10 16:18:54 -07:00 |
|
Jamil Nimeh
|
eb521232f2
|
8046368: Code cleanup in SeedGenerator.java
Reviewed-by: mullan
|
2014-06-10 14:17:32 -07:00 |
|
Vinnie Ryan
|
15f88447cb
|
8040812: Uninitialised memory in jdk/src/share/native/sun/security/ec/impl/mpi.c
Reviewed-by: mullan
|
2014-06-10 15:49:53 +01:00 |
|
Alexey Ivanov
|
48b2a7c0c7
|
8046239: Build failure in 9-client on all non-Windows platforms
Reviewed-by: anthony, serb, alexp
|
2014-06-09 18:10:49 +04:00 |
|
Vladimir Ivanov
|
b2e8017412
|
8032400: JSR292: invokeSpecial: InternalError attempting to lookup a method
Reviewed-by: psandoz, jrose
|
2014-06-09 15:40:40 +04:00 |
|
Mike Duigou
|
a76e39b79f
|
8046085: inserting null key into HashMap treebin fails
Co-authored-by: Paul Sandoz <paul.sandoz@oracle.com>
Reviewed-by: dl, mduigou, alanb, chegar
|
2014-06-06 14:23:08 -07:00 |
|
Jonathan Lu
|
879b239e41
|
8043954: Add async connect() support to NET_Connect() for AIX platform
Reviewed-by: alanb
|
2014-06-07 00:17:02 +08:00 |
|
Alexey Ivanov
|
b3090f044e
|
8039383: NPE when changing Windows theme
Reviewed-by: pchelko, anthony
|
2014-06-06 17:51:32 +04:00 |
|
Petr Pchelko
|
bfa90f6f30
|
8041990: [macosx] Language specific keys does not work in applets when opened outside the browser
Reviewed-by: alexsch, serb
|
2014-06-06 14:52:07 +04:00 |
|
Petr Pchelko
|
6733dcbb1c
|
8044516: [macosx] ScreenPopupFactory uses native method that could be avoided
Reviewed-by: anthony, serb
|
2014-06-06 13:52:49 +04:00 |
|
Chris Hegarty
|
865fac8406
|
8043613: Update .properties files for serialver tool
Reviewed-by: mfang
|
2014-06-06 10:47:30 +01:00 |
|
Joe Darcy
|
61431e72a8
|
8044553: Fix raw and unchecked lint warnings in javax.sound.*
Reviewed-by: prr
|
2014-06-05 23:17:05 -07:00 |
|
Henry Jen
|
8538800448
|
8044551: Fix raw and unchecked lint warnings in platform-specific sun.awt files
8044396: Fix raw and unchecked lint warnings in platform-specific sun.java2d.*
Reviewed-by: darcy, prr
|
2014-06-05 13:59:01 -07:00 |
|
Sergey Bylokhov
|
d192765837
|
8042103: Deserialization of empty java.awt.geom.Path2D will cause an exception
Reviewed-by: bae, flar
|
2014-06-11 14:38:50 +04:00 |
|
Sergey Bylokhov
|
e26ff7211c
|
8041644: [OGL] clip is ignored during surface->sw blit
Reviewed-by: bae, prr
|
2014-06-11 14:21:12 +04:00 |
|
Henry Jen
|
fc858b5c96
|
8044855: Add missing @since tag under java.beans.*
Reviewed-by: prr, malenkov
|
2014-06-05 10:37:24 -07:00 |
|
Michael McMahon
|
4e1b129be0
|
8044766: New jdk.net classes have @since 1.9 tags in 8u20
Reviewed-by: chegar
|
2014-06-05 12:13:50 +01:00 |
|
Xueming Shen
|
6d8f7601c4
|
8044727: Problem reading the contents of some zip files
Zis.readLOC() should not interpret ZIP64 data in extra field, if not necessary
Reviewed-by: alanb
|
2014-06-04 14:00:19 -07:00 |
|
Xueming Shen
|
097a7021b3
|
8044725: Bug in zlib 1.2.5 prevents inflation of some gzipped files
To upgrade zlib version from 1.2.5 to 1.2.8
Reviewed-by: alanb, iris
|
2014-06-04 11:25:13 -07:00 |
|
Sergey Bylokhov
|
e31033ff1a
|
8043979: Javadoc cleanup of javax.sound.sampled package
Reviewed-by: pchelko, azvegint
|
2014-06-04 17:14:56 +04:00 |
|
Sergey Bylokhov
|
61a1a26d7a
|
8041129: [OGL] surface->sw blit is extremely slow
8017626: [OGL] Translucent VolatileImages don't paint correctly
Reviewed-by: bae, flar
|
2014-06-04 16:55:06 +04:00 |
|
Joel Borggrén-Franck
|
a1ae0af017
|
8039916: AnnotatedType.getType() of a Executable parameters may return wrong type
Reviewed-by: psandoz
|
2014-06-04 14:42:48 +02:00 |
|
Chris Hegarty
|
79188a9310
|
8044590: Broken links in jre.api.net.socketoptions
Reviewed-by: michaelm
|
2014-06-04 13:37:16 +01:00 |
|