10030 Commits

Author SHA1 Message Date
Petr Pchelko
39ba3c9ea6 8039567: Duplicated code in DataTransferer
Reviewed-by: serb, azvegint
2014-04-23 18:07:12 +04:00
Petr Pchelko
1b4d763c77 8027148: SystemFlavorMap.getNativesForFlavor returns list of native formats in incorrect order
Reviewed-by: anthony, serb
2014-04-23 17:56:05 +04:00
Steven Lawrance
245c97d147 8025710: Proxied HTTPS connections reused by HttpClient can send CONNECT to the server
Co-authored-by: Andreas Rieber <rieberandreas@gmail.com>
Reviewed-by: chegar
2014-04-23 13:19:21 +01:00
Michael Cui
2a22218a04 8041563: More ProblemList.txt updates (4/2014)
Reviewed-by: chegar
2014-04-23 12:26:13 +01:00
Joe Darcy
f341bacaf3 8039860: Fix fallthrough lint warnings in swing
Reviewed-by: malenkov
2014-04-22 17:55:25 -07:00
Mandy Chung
da3781e49b 8035807: Convert use of sun.misc.BASE64Encoder/Decoder with java.util.Base64
Reviewed-by: alanb, vinnie, sherman, msheppar
2014-04-22 15:16:37 -07:00
Claes Redestad
bdad6d51d4 8040747: Improve performance of IP address parsing
Co-authored-by: Bernd Eckenfels <bernd-2014@eckenfels.net>
Reviewed-by: mduigou, chegar
2014-04-22 16:21:43 +02:00
Bernd Eckenfels
17a8cfd9e7 8040837: Avoid provoking NFEs when initializing InetAddrCachePolicy
Co-authored-by: Claes Redestad <claes.redestad@oracle.com>
Reviewed-by: mduigou
2014-04-22 10:38:20 -07:00
Andreas Lundblad
ebe813fbb0 8037085: The sjavac exclude option should accept valid directory identifiers
Option handling code rewritten. Exclusion / inclusion patterns changed from package to directories.

Reviewed-by: jfranck, erikj, ihse
2014-04-22 16:45:10 +02:00
Lance Andersen
b893bb3e3b 8041485: Update TEST.groups for jdk/nio/zipfs
Reviewed-by: chegar
2014-04-22 09:09:55 -04:00
Lance Andersen
48160e4d08 8041331: Cleanup files for jtreg and windows
Reviewed-by: rriggs, smarks, chegar
2014-04-22 08:57:01 -04:00
Joe Darcy
7025bc84e6 8039862: Fix fallthrough lint warnings in 2d
Reviewed-by: flar
2014-04-21 23:39:30 -07:00
Alexandre Iline
e613bf3290 8039816: Some tests depend on internal API sun.security.action.GetPropertyAction
Replace sun.security.action.GetPropertyAction usages with lambda expressions creating java.security.PrivilegedAction.

Reviewed-by: alanb, mchung, chegar
2014-04-21 13:16:32 -07:00
Alexandre Iline
092e29980a 8039438: Some tests depend on internal API sun.misc.IOUtils
Remove dependency on sun.misc.IOUtils.readFully(InputStream, int, boolean)

Reviewed-by: alanb, mchung, chegar
2014-04-21 13:12:22 -07:00
Lois Foltan
c86ce11d6c 8033584: Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from exclude list
Remove java/lang/reflect/Method/invoke/TestPrivateInterfaceMethodReflect.java from ProblemList.txt, issue fixed in JDK 8.

Reviewed-by: gtriantafill, hseigel, mchung
2014-04-21 13:51:08 -04:00
Sergey Malenkov
1d1194721b 8040656: Classes with overriden methods with covariant returns return random read methods
Reviewed-by: alexsch, serb
2014-04-21 20:59:59 +04:00
Alexey Ivanov
c6886100be 8024061: Exception thrown when drag and drop between two components is executed quickly
Reviewed-by: pchelko, serb
2014-04-21 16:32:41 +04:00
Dmitriy Ermashov
704f4dc113 8039279: Move awt tests to openjdk repository
Reviewed-by: pchelko, alexsch
2014-04-21 14:35:14 +04:00
Petr Pchelko
a2651f668e 8037477: Reproducible hang of JAWS and webstart application with JAB 2.0.4
Reviewed-by: anthony, serb
2014-04-21 11:00:46 +04:00
Weijun Wang
b49a1407bc 8038837: Add support to jarsigner for specifying timestamp hash algorithm
Reviewed-by: vinnie
2014-04-21 10:26:03 +08:00
Weijun Wang
59b6040f1b 8039358: com.sun.jarsigner.ContentSignerParameters.getTSAPolicyID() should be a default method
Reviewed-by: vinnie
2014-04-21 10:25:40 +08:00
Henry Jen
81ae76b8dd 8038644: Fix raw and unchecked warnings in sun.java2d.*
Reviewed-by: darcy, prr
2014-04-18 09:56:34 -07:00
Sergey Bylokhov
0a31e5f246 8026252: [macosx] Change AWT_DEBUG_BUG_REPORT_MESSAGE for macosx platform
Reviewed-by: azvegint, pchelko
2014-04-18 20:10:39 +04:00
Petr Pchelko
d9bd02ffc2 8035169: Move ThreadGroupUtils from the sun.misc package
Reviewed-by: anthony, serb, azvegint
2014-04-18 10:47:23 +04:00
Lana Steuck
73a6906b17 Merge 2014-04-17 15:20:35 -07:00
David Katleman
5393861767 Added tag jdk9-b09 for changeset 56fc7867c5c9 2014-04-17 10:13:55 -07:00
Joe Darcy
745db9c388 8039861: Fix fallthrough lint warnings in awt
Reviewed-by: pchelko
2014-04-17 09:45:16 -07:00
Jaroslav Bachorik
cb5eb6cd31 8039080: "jinfo server_id@host" fails with "Invalid process identifier"
Reviewed-by: sla, sjiang, dsamersoff
2014-04-17 18:20:31 +02:00
Michael McMahon
d3af21b931 8040809: '}' left in the spec for j.u.Random.doubles(..)
Reviewed-by: rriggs
2014-04-17 15:44:32 +01:00
Petr Pchelko
aab9bcc042 8039926: -spash:<image> can't be combined with -xStartOnFirstThread since JDK 7
Reviewed-by: anthony, azvegint
2014-04-17 16:26:45 +04:00
Yuka Kamiya
2579c4f429 8035726: A sentence is truncated in the API doc for j.u.Locale.LanguageRange.parse(String, Map)
Reviewed-by: okutsu
2014-04-17 13:00:45 +09:00
Weijun Wang
fa14289859 8040769: add a comment to the NewInstance test
Reviewed-by: wetmore
2014-04-17 09:48:21 +08:00
Brian Burkhalter
e747db29cd Merge 2014-04-16 13:13:23 -07:00
Brian Burkhalter
e1b7ec397d 6375303: Review use of caching in BigDecimal
Clean up of various items discovered during review of caching.

Reviewed-by: mduigou, psandoz
2014-04-16 12:59:41 -07:00
Thomas Ng
c4745c1830 Merge 2014-04-16 12:42:40 -07:00
Mattias Tobiasson
1121030e24 8030628: Update java/lang/management/MemoryMXBean tests to ignore GC setting by jtreg
Reviewed-by: mchung, jbachorik
2014-04-16 12:40:19 -07:00
Abhijit Saha
8ce25291e3 Merge 2014-04-16 10:53:10 -07:00
Oleg Pekhovskiy
1c659f6945 8035745: [parfait] JNI exception pending in src/windows/native/sun/windows/awt_InputMethod.cpp
Reviewed-by: serb, pchelko
2014-04-16 17:01:47 +04:00
Oleg Pekhovskiy
db41ea8bba 8035625: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_MenuItem.cpp
Reviewed-by: serb, pchelko
2014-04-16 16:55:45 +04:00
Pavel Rappo
8c09bf2308 8038178: Fix corrupt license header
Reviewed-by: chegar, dholmes
2014-04-16 11:56:58 +01:00
Sean Mullan
127af4062a Merge 2014-04-16 09:49:45 -04:00
Sean Mullan
e67420cefc 8038184: XMLSignature throws StringIndexOutOfBoundsException if ID attribute value is empty String
Reviewed-by: xuelei
2014-04-16 09:46:49 -04:00
Jonathan Lu
3aab919815 8034220: Improve time zone mapping for AIX platform
Reviewed-by: okutsu
2014-04-16 17:32:39 +08:00
Dmitry Markov
26041134a8 8032874: ArrayIndexOutOfBoundsException in JTable while clearing data in JTable
Reviewed-by: alexp, alexsch
2014-04-16 12:51:25 +04:00
Ivan Gerasimov
c738b124d3 8039396: NPE when writing a class descriptor object to a custom ObjectOutputStream
Reviewed-by: alanb
2014-04-16 12:37:49 +04:00
Chris Hegarty
6b404cfdfe 8038821: Fix typos in java.net
Co-authored-by: Ivan Gerasimov <ivan.gerasimov@oracle.com>
Reviewed-by: wetmore
2014-04-16 08:16:51 +01:00
Thomas Ng
404c4add66 Merge 2014-04-15 22:57:02 -07:00
Weijun Wang
ce428ecfec 8039853: Provider.Service.newInstance() does not work with current JDK JGSS Mechanisms
Reviewed-by: mullan
2014-04-16 10:39:36 +08:00
Vivi An
22bde5f770 8036983: JAB:Multiselection Ctrl+CursorUp/Down and ActivateDescenderPropertyChanged event
Reviewed-by: pchelko, alexsch
2014-04-15 15:28:01 -07:00
Xueming Shen
0298d8c0fa 8038500: (zipfs) Upgrade ZIP provider to be a supported provider
To move zipfs into jdk.nio.zipfs

Reviewed-by: alanb, mchung, erikj
2014-04-15 13:17:05 -07:00