Lana Steuck
0691bb6c06
Merge
2013-02-13 11:57:59 -08:00
Xueming Shen
48a592be5a
8008161: Regression: j.u.TimeZone.getAvailableIDs(rawOffset) returns non-sorted list
...
To return a sorted list
Reviewed-by: lancea, naoto
2013-02-13 11:49:34 -08:00
Vinnie Ryan
8f58ebc261
8007755: Support the logical grouping of keystores
...
Reviewed-by: mullan
2013-02-13 19:40:51 +00:00
Lana Steuck
3bfd774a99
Merge
2013-02-13 11:25:58 -08:00
Lana Steuck
264f4dbe27
Merge
2013-02-13 11:25:14 -08:00
Lana Steuck
21e48ed16d
Merge
2013-02-13 11:21:14 -08:00
Dmitry Samersoff
403e23ec70
8008095: TEST_BUG: JDK-8002048 one more testcase failure on Solaris
...
Fixed couple of more Solaris shell incompatibilities
Reviewed-by: chegar
2013-02-13 21:06:30 +04:00
Eric Mccorkle
8ccde1a96e
8006345: Report Synthesized Parameters in java.lang.reflect.Parameter API
...
8006896: ClassReader doesn't see MethodParameters attr for method of anon inner class
8007098: Output Synthesized Parameters to MethodParameters Attributes
Correctly report synthesized and mandated parameters
Reviewed-by: mcimadamore, jjg
2013-02-13 17:04:21 +00:00
Serguei Spitsyn
a89fa83b32
Merge
2013-02-13 08:42:03 -08:00
Igor Ignatyev
034705ee13
8006683: Add WhiteBox API to testing of compiler
...
Reviewed-by: kvn, vlivanov
2013-02-13 08:29:04 -08:00
Vinnie Ryan
fdcad628a4
Merge
2013-02-13 16:03:24 +00:00
Vinnie Ryan
3d55cc1e02
8007934: algorithm parameters for PBE Scheme 2 not decoded correctly in PKCS12 keystore
...
Reviewed-by: mullan
2013-02-13 16:01:26 +00:00
Petr Pchelko
959ddfce4a
8005629: javac warnings compiling java.awt.EventDispatchThread and sun.awt.X11.XIconWindow
...
Removed macosx specific workaround from shared code and made macosx use public API
Reviewed-by: art, serb
2013-02-13 15:32:50 +00:00
Petr Pchelko
42b8720bef
7079260: InputContext leaks memory
...
Replaced strong refs with weak refs
Reviewed-by: art, serb
2013-02-13 15:27:29 +00:00
Vladislav Karnaukhov
f44592861c
4199622: RFE: JComboBox shouldn't sending ActionEvents for keyboard navigation
...
Reviewed-by: alexp, alexsch
2013-02-13 19:23:09 +04:00
Vera Akulova
dfdd79f3ee
7132383: [macosx] bug6596966.java should be adapted for Mac
...
Reviewed-by: serb, alexsch
2013-02-13 19:06:31 +04:00
Athijegannathan Sundararajan
ecc2be22e3
8008103: Source object should maintain URL of the script source as a private field
...
Reviewed-by: lagergren, jlaskey
2013-02-13 19:59:30 +05:30
Vera Akulova
30a25e41d2
7161759: TEST_BUG: java/awt/Frame/WindowDragTest/WindowDragTest.java fails to compile, should be modified
...
Added @build Util jtreg tag
Reviewed-by: serb, alexsch
2013-02-13 18:01:18 +04:00
Hannes Wallnöfer
b8d10c0a0e
8008096: TokenStream buffer should grow exponentially
...
Reviewed-by: attila, lagergren, sundar
2013-02-13 13:30:21 +01:00
Joel Borggrén-Franck
e0eba88c1b
8007278: Rename j.l.r.AnnotatedElement.getAnnotations(Class) to getAnnotationsByType(Class)
...
Reviewed-by: darcy, abuckley
2013-02-13 10:36:36 +01:00
Joel Borggrén-Franck
14c0c8eed8
8007279: Rename javax.l.model.element.Element.getAnnotations(Class) to getAnnotationsByType(Class)
...
Reviewed-by: darcy, abuckley
2013-02-13 10:33:13 +01:00
Nils Eliasson
bcbdbf9996
8005772: Stubs report compile id -1 in phase events
...
Use 0 to indicate id is NA, -1 for error or uninitalized
Reviewed-by: kvn, twisti
2013-02-13 10:25:09 +01:00
Nils Eliasson
d1b60c9f04
Merge
2013-03-13 13:44:45 +01:00
Niclas Adlertz
b26473a6cf
8009721: Make PhaseLive independent from regalloc
...
Moved class definition of LRG_List from chaitin.hpp to live.hpp
Reviewed-by: kvn, rbackman, roland
2013-03-13 10:56:54 +01:00
Roland Westrelin
05b1c69fc0
8009761: Deoptimization on sparc doesn't set Llast_SP correctly in the interpreter frames it creates
...
Deoptimization doesn't set up callee frames so that they restore caller frames correctly.
Reviewed-by: kvn
2013-03-13 09:44:45 +01:00
Katja Kantserova
0a5d02aaa6
8008089: Delete OS dependent check in JdkFinder.getExecutable()
...
Reviewed-by: egahlin, alanb
2013-02-13 10:24:24 +01:00
Lana Steuck
5a2e0c4105
Merge
2013-02-19 20:52:39 -08:00
Kumar Srinivasan
2373a63188
8008262: pack200 should support MethodParameters - part 2
...
Reviewed-by: jrose
2013-02-19 16:49:28 -08:00
John Zavgren
ab4a830be8
8008107: [parfait] Use after free of pointer in jdk/src/share/native/sun/security/pkcs11/wrapper/p11_convert.c
...
Reviewed-by: mullan, chegar
2013-02-19 15:31:19 -05:00
Mike Duigou
71666c4c5a
8004561: Additional functional interfaces, extension methods and name changes
...
Adds additional functional interfaces for primitives and "Bi" (two operand). Adds utility extension methods. Includes some name changes for existing functional interfaces per EG decisions.
Reviewed-by: briangoetz, darcy, chegar, dholmes
2013-02-19 11:56:49 -08:00
Rickard Bäckman
05d4ff0383
8008088: SA can hang the VM
...
Reviewed-by: mgronlun, sla, dholmes
2013-02-13 09:46:19 +01:00
Markus Grönlund
7d28698730
8007312: null check signal semaphore in os::signal_notify windows
...
Reviewed-by: dholmes, sla
2013-02-13 11:23:46 +01:00
Werner Dietl
464abcb4fa
8008077: update reference impl for type-annotations
...
Reviewed-by: jjg
2013-02-12 17:15:29 -08:00
Mike Duigou
9bb27cedcb
8007398: Peformance improvements to Integer and Long string formatting
...
Co-authored-by: Steven Schlansker <stevenschlansker@gmail.com>
Reviewed-by: mduigou, martin, darcy, briangoetz
2013-02-12 17:04:09 -08:00
Mike Duigou
cb8b49f153
Merge
2013-05-31 17:31:40 -07:00
John Zavgren
ae11ef7f7f
7188517: Check on '$' character is missing in the HttpCookie class constructor
...
Modified the constructor code so that the cookie names are examined for leading dollar signs and if they do, an illegal argument exception is thrown.
Reviewed-by: chegar, khazra, michaelm
2013-05-31 15:18:15 -04:00
John Zavgren
b593542883
8008972: Memory leak: Java_java_net_TwoStacksPlainDatagramSocketImpl_receive0 [parfait]
...
Modified the code so that "jumbo frames" are truncated before buffer allocation is considered. This makes the buffer length a reliable indication that a buffer has been allocated, and it can then be used during clean up.
Reviewed-by: chegar, khazra, alanb
2013-05-31 15:23:26 -04:00
Dan Xu
99e8d73193
8015628: Test Failure in closed/java/io/pathNames/GeneralSolaris.java
...
Reviewed-by: alanb
2013-05-31 13:34:27 -07:00
Naoto Sato
7037ed261e
7006052: awt_InputMethod.c cleanup is needed
...
Reviewed-by: anthony
2013-05-31 11:20:51 -07:00
Mike Duigou
1f2b4683fd
8015686: {Int|Long}SummaryStatistics toString() throws IllegalFormatConversionException
...
Reviewed-by: dholmes, alanb, psandoz
2013-05-31 11:06:04 -07:00
Alan Bateman
f3d7029319
8014854: (bf) CharBuffer.chars too slow with default implementation
...
Reviewed-by: erikj, briangoetz, henryjen, psandoz, mduigou
2013-05-31 12:17:30 +01:00
Chris Hegarty
608c513883
7107883: getNetworkPrefixLength() does not return correct prefix length
...
Reviewed-by: alanb, michaelm
2013-05-31 09:30:44 +01:00
Paul Sandoz
5fe4973a2c
8014732: Minor spec issue: java.util.Spliterator.getExactSizeIfKnown
...
A minor documentation issue (not a spec issue).
Reviewed-by: chegar, dl
2013-05-31 09:58:00 +02:00
Anthony Scarpino
bb1932055b
6750584: Cipher.wrap/unwrap methods should define UnsupportedOperationException
...
Reviewed-by: mullan
2013-05-30 14:11:32 -07:00
Valerie Peng
3ecc12a044
8013069: javax.crypto tests fail with new PBE algorithm names
...
Shouldn't auto-generate default parameters for MAC objects.
Reviewed-by: vinnie
2013-05-29 20:54:43 -07:00
Anthony Scarpino
ddc0a1e51f
7160837: DigestOutputStream does not turn off digest calculation when "close()" is called
...
Reviewed-by: mullan, xuelei
2013-05-30 22:19:28 -07:00
Pasi Eronen
b888136f12
8014618: Need to strip leading zeros in TlsPremasterSecret of DHKeyAgreement
...
Reviewed-by: xuelei
2013-05-30 22:02:43 -07:00
Xueming Shen
64751d0f41
8015271: Conversion table for EUC-KR is incorrect
...
To add the requested postal code mark character u+327e
Reviewed-by: alanb
2013-05-30 14:47:57 -07:00
Paul Sandoz
3857db466b
8014393: Minor typo in the spec for j.u.stream.Stream.findFirst()
...
Reviewed-by: alanb, chegar
2013-05-28 15:22:30 +02:00
Paul Sandoz
84d248176f
8014409: Spec typo: extra } in the spec for j.u.s.StreamBuilder
...
Also fixes documentation on StreamBuilder.OfDouble
Reviewed-by: alanb, chegar, mduigou
2013-05-30 16:08:43 +02:00