Erik Helin
1c46d9bac2
8004172: Update jstat counter names to reflect metaspace changes
...
Reviewed-by: mchung
2013-03-22 15:01:24 +01:00
Weijun Wang
debc12e19e
8010531: Add BadKdc* tests to problem list for solaris-sparcv9
...
Reviewed-by: alanb
2013-03-22 19:59:14 +08:00
Erik Helin
5391834dcf
8009427: Re-enable tests that were disable to ease complicated push
...
Reviewed-by: sla, mchung, dcubed
2013-03-21 20:35:49 +01:00
Martin Buchholz
edcaf23233
8010316: Improve handling of char sequences containing surrogates
...
Fix and optimize codePointAt, codePointBefore and similar methods
Reviewed-by: sherman, okutsu, ulfzibis, kizune
2013-03-26 13:36:51 -07:00
Martin Buchholz
2a57075d85
8007905: To add a system property to create zip file without using ZIP64 end table when entry count > 64k
...
Provide a system property to inhibit ZIP64 mode for >64k entries
Reviewed-by: alanb, sherman
2013-03-26 13:34:54 -07:00
Alexander Scherbatiy
d089002460
8007146: [macosx] Setting a display mode crashes JDK under VNC
...
Reviewed-by: serb
2013-03-21 16:50:35 +04:00
Mandy Chung
c9e6a41b99
8006104: Improve tests to test ".useParentHandlers" property set in the logging configuration
...
Reviewed-by: alanb
2013-03-20 09:50:07 -07:00
Anton Litvinov
58a945da1c
6550588: java.awt.Desktop cannot open file with Windows UNC filename
...
Reviewed-by: art, uta
2013-03-20 20:41:03 +04:00
Konstantin Shefov
f61a46ce67
8009880: TEST_BUG: Test java/beans/Introspector/TestTypeResolver.java should be modified again
...
Reviewed-by: malenkov, alexsch
2013-03-20 14:02:25 +04:00
Brian Goetz
5b1cca1b96
8001642: Add Optional<T>, OptionalDouble, OptionalInt, OptionalLong
...
Reviewed-by: mduigou, darcy, alanb, jjb
2013-03-19 16:05:34 -07:00
Konstantin Shefov
57215b1938
8009881: TEST_BUG: javax/swing/JTree/8004298/bug8004298.java should be modified
...
Reviewed-by: serb, alexsch
2013-03-19 17:51:52 +04:00
Staffan Larsen
f716ccd343
8006637: Failure to filter out native frame events on Solaris
...
Test is confused by other threads calling String.intern(). Add a thread filter to avoid this.
Reviewed-by: sspitsyn, alanb
2013-03-19 09:53:36 +01:00
Chris Hegarty
bb303a20ef
8010142: ProblemList.txt updates (3/2013)
...
Reviewed-by: alanb
2013-03-17 09:55:03 +00:00
Lana Steuck
0506e249ad
Merge
2013-03-15 16:39:07 -07:00
Alexander Scherbatiy
ccff358962
8009221: [macosx] Two closed/javax/swing regression tests fail on MacOSX
...
Reviewed-by: serb, alexp
2013-03-15 17:02:24 +04:00
Sergey Malenkov
be64bfbaad
8000183: 7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
...
Reviewed-by: alexsch, serb
2013-03-14 12:15:17 +04:00
Lana Steuck
31330fc47a
Merge
2013-03-12 19:04:49 -07:00
Lana Steuck
babef4b53a
Merge
2013-03-12 18:12:44 -07:00
Lana Steuck
5adedccb9c
Merge
2013-03-12 16:40:22 -07:00
Bradford Wetmore
9e5da0ad31
8009925: Back out AEAD CipherSuites temporarily
...
Reviewed-by: valeriep
2013-03-12 15:31:49 -07:00
Weijun Wang
2ec1224ff0
8000653: SPNEGO tests fail at context.getDelegCred().getRemainingInitLifetime(mechOid)
...
Reviewed-by: valeriep
2013-03-09 17:27:58 +08:00
Henry Jen
9db6479318
8001667: Comparator combinators and extension methods
...
Reviewed-by: mduigou, briangoetz
2013-03-08 15:45:06 -08:00
Alan Bateman
9849742625
8006000: TEST_BUG: java/lang/invoke/lambda/LambdaAccessControlTest.java fails intermittently
...
Reviewed-by: chegar
2013-03-08 12:03:26 +00:00
Chris Hegarty
7d6b4b81de
6370908: Add support for HTTP_CONNECT proxy in Socket class
...
Co-authored-by: Damjan Jovanovic <damjan.jov@gmail.com>
Reviewed-by: chegar
2013-03-07 10:07:13 +00:00
Alexander Scherbatiy
a99c6a7fe5
6877495: JTextField and JTextArea does not support supplementary characters
...
Reviewed-by: serb, alexp
2013-03-06 19:42:26 +04:00
Vladimir Ivanov
9aba745d56
8009222: java.lang.IllegalArgumentException: not invocable, no method type when attempting to get getter method handle for a static field
...
Reviewed-by: jrose, twisti
2013-03-06 16:59:42 +04:00
Lana Steuck
4f62a2b334
Merge
2013-03-15 23:31:19 -07:00
Yiming Wang
a7f501c620
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
Stuart Douglas
bafe2383ad
8009650: HttpClient available() check throws SocketException when connection has been closed
...
Reviewed-by: chegar, khazra, dsamersoff
2013-03-14 00:21:34 +00:00
Jim Gish
709f67b8f9
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, alanb
2013-03-13 11:24:48 -04:00
Eric Wang
1ba4dd5979
8009259: TEST_BUG: sun/misc/Cleaner/exitOnThrow.sh failing intermittently
...
Reviewed-by: chegar, alanb
2013-03-05 10:10:55 +00:00
Naoto Sato
16bd2e1298
8004240: Return value from getAdapterPrefence() can be modified
...
Reviewed-by: okutsu
2013-03-04 20:46:42 -08:00
Joe Darcy
bc576240bc
8009267: Restore isAnnotationPresent methods in public AnnotatedElement implementations
...
Reviewed-by: jjg
2013-03-04 19:42:56 -08:00
Erik Helin
e3e8231629
8009384: Temporarily disable jstat tests to ease complicated push
...
Reviewed-by: mchung
2013-03-04 15:40:12 +01:00
Kumar Srinivasan
bffaa53287
8007297: [pack200] allow opcodes with InterfaceMethodRefs
...
Reviewed-by: jrose
2013-03-03 20:52:04 -08:00
Chris Hegarty
3a216a7fdc
8008378: FJP.commonPool support parallelism 0, add awaitQuiescence
...
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: chegar
2013-03-02 08:54:37 +00:00
Dan Xu
4994fe0840
8006645: TEST_BUG: java/nio/file/Files/CopyAndMove.java failing intermittently (sol)
...
Fix test failures and update java doc of Files.move
Reviewed-by: alanb, chegar
2013-03-01 14:12:59 -08:00
Sean Mullan
6190b5040a
Merge
2013-03-01 16:15:23 -05:00
Sean Mullan
6cd495e473
8008908: Access denied when invoking Subject.doAsPrivileged()
...
Wildcard principal names are not processed correctly
Reviewed-by: xuelei
2013-03-01 16:12:50 -05:00
Xue-Lei Andrew Fan
9abb185430
7030966: Support AEAD CipherSuites
...
Reviewed-by: weijun, wetmore, valeriep
2013-03-01 02:34:34 -08:00
Sergey Malenkov
19bc54290f
7163696: JCK Swing interactive test JScrollBarTest0013 fails with Nimbus and GTK L&Fs
...
Reviewed-by: alexsch
2013-03-01 14:30:52 +04:00
Mike Duigou
5262142601
8008785: IdentityHashMap.values().toArray(V[]) broken by JDK-8008167
...
Reviewed-by: alanb
2013-02-27 11:00:20 -08:00
Edvard Wendelin
f5518d2c81
Merge
2013-02-27 18:13:20 +01:00
Edvard Wendelin
7ecb0fd433
Merge
2013-02-26 20:36:52 +01:00
Robert Field
b0dc9de25e
8008770: SerializedLambda incorrect class loader for lambda deserializing class
...
Current thread's context ClassLoader was used to load class by name, pass class not name in serialization (Thank you Peter Levart for test and prototype. Thank you Sundar and Peter for unofficial reviews)
Reviewed-by: forax
2013-02-26 10:38:58 -08:00
Chris Hegarty
c52a86e9c7
Merge
2013-02-26 11:18:19 +00:00
Chris Hegarty
4e9403c378
Merge
2013-02-26 11:06:49 +00:00
Krystal Mo
f5666f9a69
7087570: java.lang.invoke.MemberName information wrong for method handles created with findConstructor
...
REF_invokeSpecial DMHs (which are unusual) get marked explicitly; tweak the MHI to use this bit
Reviewed-by: jrose, twisti
2013-02-26 11:05:26 +00:00
Edvard Wendelin
11923f546e
Merge
2013-02-26 06:47:57 +01:00
Erik Joelsson
b3a313fa2b
8008914: Add nashorn to the tl build
...
Co-authored-by: James Laskey <james.laskey@oracle.com>
Reviewed-by: mr, tbell, jjh
2013-02-25 15:08:11 -08:00
Brent Christian
944e1b9636
8006039: test/tools/launcher/I18NJarTest.java fails on Mac w/ LANG=C, LC_ALL=C
...
Avoid automated test failure by just exiting when in 'C' locale
Reviewed-by: naoto, ksrini
2013-02-25 14:19:48 -08:00
Lana Steuck
38697490b4
Merge
2013-02-23 19:49:17 -08:00
Athijegannathan Sundararajan
6715b64842
8009140: jtreg tests under sun/tools/jrunscript should use nashorn engine
...
Reviewed-by: alanb
2013-02-27 20:34:12 +05:30
Alan Bateman
f99a5d722e
8008793: SecurityManager.checkXXX behavior not specified for methods that check AWTPermission and AWT not present
...
Reviewed-by: hawtin, mullan, dsamersoff, mchung
2013-02-27 14:24:45 +00:00
Athijegannathan Sundararajan
b7511e7609
8009115: jtreg tests under jdk/test/javax/script should use nashorn as script engine
...
Reviewed-by: alanb
2013-02-27 17:22:44 +05:30
Edvard Wendelin
2f5be3ab0d
Merge
2013-02-25 08:44:00 +01:00
Mark Sheppard
ec9e303630
8006182: cleanup to use java.util.Base64 in java security component, providers, and regression tests
...
Refactored code to use java.util.Base64 Mime Encoder and Decoder as a replacement for sun.misc.BASE64Encoder and sun.misc.BASE64Decoder
Reviewed-by: vinnie, chegar, sherman
2013-02-21 20:01:22 +00:00
Lana Steuck
835c35dc91
Merge
2013-02-21 17:43:57 -08:00
Robert Field
56baa11720
8008356: Test LambdaSerialization.java failing
...
Run in /othervm mode
Reviewed-by: ksrini
2013-02-21 15:46:37 -08:00
Daniel D. Daugherty
5eb01d191d
8008352: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh fails on MKS
...
Use more portable pattern counting constructs in test driver.
Reviewed-by: sspitsyn, sla, coleenp
2013-02-20 13:23:56 -08:00
Lana Steuck
09dadebbf1
Merge
2013-02-19 22:23:34 -08:00
Edvard Wendelin
d73e2aa93f
Merge
2013-02-19 21:53:06 +01:00
Edvard Wendelin
cbfc80d987
Merge
2013-02-19 21:48:01 +01:00
Eric McCorkle
78fe727c6d
8008312: Re-enable MethodParameter tests in JDK
...
Reviewed-by: darcy
2013-02-19 17:09:25 +00:00
Konstantin Shefov
a97003cb22
8006070: TEST_BUG: Up and down the Y coordinate of the mouse position, the selected item doesn't change for the single list
...
Reviewed-by: serb, anthony
2013-02-19 20:00:02 +04:00
Sean Coffey
117010c6ec
8007315: HttpURLConnection.filterHeaderField method returns null where empty string is expected
...
Reviewed-by: chegar
2013-02-19 14:12:09 +00:00
Konstantin Shefov
88eea092fb
8008379: TEST_BUG: Fail automatically with java.lang.NullPointerException
...
Reviewed-by: serb, anthony
2013-02-19 17:26:40 +04:00
Joe Wang
dc574bf905
6657673: Issues with JAXP
...
Reviewed-by: alanb, lancea, ahgross, mullan
2013-02-18 13:02:09 -08:00
Sean Mullan
2e810672ba
8003445: Adjust JAX-WS to focus on API
...
Reviewed-by: vinnie, ahgross, mgrebac
2013-03-27 10:37:46 +00:00
Frank Ding
7886b3e26b
6429204: (se) Concurrent Selector.register and SelectionKey.interestOps can ignore interestOps
...
Reviewed-by: alanb
2013-02-18 08:14:18 +00:00
David Holmes
390cc1d7a1
Merge
2013-02-17 16:44:19 -05:00
Robert Field
381aecb7c2
8004970: Implement serialization in the lambda metafactory
...
Reviewed-by: forax
2013-02-16 12:36:54 -08:00
Vera Akulova
d273278133
8005920: After pressing combination Windows Key and M key, the frame, the instruction and the dialog can't be minimized
...
Reviewed-by: serb, denis
2013-02-15 17:46:39 +04:00
Chris Hegarty
5c9a25d2d2
8008223: java/net/BindException/Test.java fails rarely
...
Reviewed-by: khazra, alanb
2013-02-15 11:06:52 +00:00
Frank Ding
4615442550
8008289: DefaultButtonModel instance keeps stale listeners in html FormView
...
Reviewed-by: malenkov, alexsch
2013-02-15 15:05:58 +04:00
Xueming Shen
a433a8918d
8008254: j.u.Calendar.JavatimeTest failed at TL b78 pit testing
...
To use j.t.ZoneId zone name to keep round-trip
Reviewed-by: okutsu
2013-02-15 01:17:31 +00:00
Bharadwaj Yadavalli
07c7afeaac
8007736: VerifyError for use of static method in interface
...
Reviewed-by: mchung
2013-02-14 11:09:07 -08:00
Lana Steuck
9b523dc375
Merge
2013-02-13 17:57:31 -08:00
Chris Hegarty
24b144ccd9
8008201: Add java/lang/Class/asSubclass/BasicUnit.java to the ProblemList
...
Reviewed-by: mcimadamore
2013-02-14 13:01:03 +00:00
Daniel D. Daugherty
ba9cf66b48
8007935: java/lang/instrument/RedefineSubclassWithTwoInterfaces.sh should use $COMPILEJAVA for javac
...
Reviewed-by: sspitsyn, alanb
2013-02-13 13:22:31 -08:00
Lana Steuck
56014d30fc
Merge
2013-02-13 12:38:28 -08:00
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
264f4dbe27
Merge
2013-02-13 11:25: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
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
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
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
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
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
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
Stephen Colebourne
73c043f49e
8007392: JSR 310: DateTime API Updates
...
8007520: Update date/time classes in j.util and j.sql packages
8007572: Replace existing jdk timezone data at <java.home>/lib/zi with JSR310's tzdb
Integration of JSR310 Date/Time API for M7
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Masayoshi Okutsu <masayoshi.okutsu@oracle.com>
Co-authored-by: Patrick Zhang <patrick.zhang@oracle.com>
Reviewed-by: darcy, alanb, naoto
2013-02-12 09:25:43 -08:00
Dmitry Samersoff
232b814f68
8007786: JDK-8002048 testcase doesn't work on Solaris
...
Test built in into Solaris shell doesn't have -e operator
Reviewed-by: sla, sspitsyn
2013-02-12 16:02:14 +04:00
Mikhail Cherkasov
fc6a9c2d07
8005932: Java 7 on mac os x only provides text clipboard formats
...
Reviewed-by: alexp, denis
2013-02-08 22:08:10 +04:00
Mike Duigou
62b85e6a17
8006594: Add jdk_core target to jdk/test/Makefile
...
Reviewed-by: alanb
2013-02-06 11:28:25 -08:00
Daniel D. Daugherty
249b55b573
8007420: add test for 6805864 to com/sun/jdi, add test for 7182152 to java/lang/instrument
...
Reviewed-by: coleenp, sspitsyn
2013-02-11 10:07:01 -08:00
Kumar Srinivasan
83b9b38fc5
8007902: [unpack200] incorrect BootstrapMethods attribute
...
Reviewed-by: jjh
2013-02-10 08:49:39 -08:00
Kumar Srinivasan
8a4107ab64
8007519: [unpack200] produces bad class files when producing BootstrapMethods attribute
...
Reviewed-by: alanb
2013-02-10 08:07:59 -08:00
Weijun Wang
d8233ec657
8001104: Unbound SASL service: the GSSAPI/krb5 mech
...
Reviewed-by: valeriep
2013-02-09 16:43:49 +08:00
Doug Lea
724f325f44
8005697: Add StampedLock
...
Reviewed-by: chegar, alanb, dice, martin
2013-02-09 08:35:57 +00:00
Naoto Sato
ea5819f8d3
8007038: ArrayIndexOutOfBoundsException on calling localizedDateTime().print() with JapaneseChrono
...
Reviewed-by: okutsu
2013-02-08 09:35:14 -08:00
Katja Kantserova
19982b2e80
8007142: Add utility classes for writing better multiprocess tests in jtreg
...
Reviewed-by: alanb, rbackman
2013-02-07 11:22:04 +01:00
Dmitry Samersoff
c572f25040
8007277: JDK-8002048 testcase fails to compile
...
Sun.* classes is not included to ct.sym file and symbol file have to be ignored
Reviewed-by: alanb
2013-02-06 16:53:47 +04:00
Lana Steuck
bab241d2e7
Merge
2013-02-05 11:11:53 -08:00
Lana Steuck
750e587f23
Merge
2013-02-05 11:10:07 -08:00
Edvard Wendelin
11036fb4d5
Merge
2013-02-05 15:35:35 +01:00
Vinnie Ryan
85c0519ca6
8007483: attributes are ignored when loading keys from a PKCS12 keystore
...
Reviewed-by: mullan
2013-02-05 14:25:47 +00:00
Jaroslav Bachorik
d1a58e452a
7170447: Intermittent DeadListenerTest.java failure
...
Due to asynchronous nature of processing server notifications it may happen that an "unregister" notification ha$
Reviewed-by: sjiang
2013-02-05 12:28:47 +01:00
David Holmes
eb1726c151
Merge
2013-02-04 18:08:50 -05:00
Xueming Shen
db8ced219f
8006295: Base64.Decoder.wrap(java.io.InputStream) returns InputStream which throws unspecified IOException on attempt to decode invalid Base64 byte stream
...
8006315: Base64.Decoder decoding methods are not consistent in treating non-padded data
8006530: Base64.getMimeDecoder().decode() throws exception for non-base64 character after adding =
Updated the spec to describe the expected behave explicitly and the implementation to follow
Reviewed-by: alanb, chegar, lancea
2013-02-04 11:58:43 -08:00
Vinnie Ryan
ddbfa5fe53
8006994: Cleanup PKCS12 tests to ensure streams get closed
...
Reviewed-by: mullan
2013-02-04 17:20:26 +00:00
Konstantin Shefov
5712b216b4
7077259: [TEST_BUG] [macosx] Test work correctly only when default L&F is Metal
...
Reviewed-by: serb, alexsch
2013-02-04 16:01:06 +00:00
Sergey Bylokhov
7add1f152d
8004821: Graphics2D.drawPolygon() fails with IllegalPathStateException
...
Reviewed-by: prr, flar
2013-02-04 19:50:06 +04:00
Dmitry Samersoff
eea117f3e5
8002048: Protocol to discovery of manageable Java processes on a network
...
Introduce a protocol to discover manageble Java instances across a network subnet, JDP
Reviewed-by: sla, dfuchs
2013-02-03 21:39:58 +04:00
Ragini Prasad
e618b1556c
8007135: tools/launcher/VersionCheck.java failing with new tool jabswitch
...
Reviewed-by: ksrini, mduigou
2013-02-02 12:08:43 -08:00
Chris Hegarty
b61bb15030
8007322: untangle ftp protocol from general networking URL tests
...
Reviewed-by: alanb
2013-02-02 17:15:13 +00:00
Kumar Srinivasan
8da1d4a40c
8007428: [launcher] add tools/launcher/FXLauncherTest.java to ProblemList.txt
...
Reviewed-by: mchung
2013-02-01 22:18:18 -08:00
Kumar Srinivasan
81a6d7fb01
8003549: (pack200) assertion errors when processing lambda class files with IMethods
...
Add more check for opcode, sketch provided by jrose
Reviewed-by: jrose
2013-02-01 22:12:52 -08:00
Andrew Brygin
01ea5d17ec
8004801: The image of BufferedImage.TYPE_INT_ARGB is blank
...
Reviewed-by: prr
2013-02-01 20:06:27 +04:00
Jayashree Viswanathan
38f3a59c9a
8006536: [launcher] removes trailing slashes on arguments
...
Reviewed-by: ksrini, akhil
2013-02-01 07:25:51 -08:00
Chris Hegarty
d0830009e8
8006395: Race in async socket close on Linux
...
Reviewed-by: alanb, dsamersoff
2013-02-01 06:51:37 +00:00
Weijun Wang
0c6cb9cdc2
8006564: Test sun/security/util/Oid/S11N.sh fails with timeout on Linux 32-bit
...
Reviewed-by: alanb
2013-02-01 07:39:41 +08:00
Brian Burkhalter
f7f0768c22
6355704: (fmt) %f formatting of BigDecimals is incorrect
...
Reviewed-by: darcy
2013-01-31 14:29:19 -08:00
Lana Steuck
15cde403c4
Merge
2013-01-31 14:10:14 -08:00
Xueming Shen
320ce960ce
8007298: Base64.getMimeDecoder().decode() throws IAE for a single non-base64 character
...
8006526: Base64.Decoder.decode(String) spec contains a copy-paste mistake
To ignore single non-base64 char in mime decoding
Reviewed-by: alanb
2013-01-31 13:13:14 -08:00
Joe Darcy
757d9cdeb9
8007115: Refactor regression tests for java.lang.reflect.Parameter
...
Reviewed-by: emc
2013-01-31 12:23:04 -08:00
Xueming Shen
907f0724ce
8005394: Base64.Decoder/Encoder.wrap(XStream) don't throw NPE for null args passed
...
To check null for dec/enc.wrap methods
Reviewed-by: alanb
2013-01-31 11:09:36 -08:00
David Buck
b3fa7187ae
7042126: (alt-rt) HashMap.clone implementation should be re-examined
...
Test case for cr7042126. Issue only found in OracleJDK, but test case is valid for OpenJDK as well
Reviewed-by: mduigou
2013-01-31 10:55:15 -08:00
Lana Steuck
40c0ad3990
Merge
2013-01-31 10:22:25 -08:00
Joel Borggrén-Franck
34e1726860
8005712: Simplify support for repeating annotations in j.l.r.AnnotatedElement
...
8004919: AnnotationSupport uses possibly half-constructed AnnotationType instances
Implements the simplified semantics for repeating annotations and removes the incorrect obtaining of an AnnotationType
Reviewed-by: darcy, abuckley
2013-01-31 10:10:34 +01:00
Lana Steuck
58717e9087
Merge
2013-01-29 20:19:48 -08:00
Joel Borggrén-Franck
b29b479461
8004698: Implement Core Reflection for Type Annotations
...
Reviewed-by: darcy
2013-01-29 10:32:49 +01:00
Erik Joelsson
8be9f14166
Merge
2013-01-28 14:23:09 +01:00
Lana Steuck
f76350f541
Merge
2013-01-26 19:22:51 -08:00
Daniel Fuchs
7303280ef5
8006446: Restrict MBeanServer access
...
Reviewed-by: alanb, mchung, darcy, jrose, ahgross, skoivu
2013-01-30 11:33:51 +01:00
Sergey Malenkov
601fc96c27
8003400: JTree scrolling problem when using large model in WindowsLookAndFeel
...
Reviewed-by: alexsch
2013-01-24 18:06:24 +04:00
Sergey Malenkov
6d5f0df029
8005138: test/java/beans/Introspector/TestTypeResolver.java fails
...
Reviewed-by: alexsch
2013-01-24 17:57:02 +04:00
Sergey Bylokhov
2c1808e68d
8003173: [macosx] Fullscreen on Mac leaves an empty rectangle
...
Reviewed-by: anthony, alexsch
2013-01-24 17:50:03 +04:00
Sergey Malenkov
d22b9b7149
6817933: Setting the background of an HTML Widget changes the native Windows JFileChooser
...
Reviewed-by: alexsch
2013-01-24 17:26:32 +04:00
Akhil Arora
5dc4c11b2b
8004201: Add static utility methods to primitives to be used for redution operations
...
Reviewed-by: darcy, mduigou, briangoetz, dholmes
2013-01-25 16:13:39 -08:00
Henry Jen
293df92991
8005632: Extend java.util.Logger to use Supplier<String> for messages
...
Reviewed-by: briangoetz, mduigou
2013-01-25 16:13:32 -08:00
Frank Ding
e349682e3d
7183373: URLClassloader.close() does not close JAR files whose resources have been loaded via getResource()
...
Reviewed-by: chegar
2013-01-25 17:00:18 +08:00
Kumar Srinivasan
183657c9ab
8006850: [pack200] disable pack200 tests until JSR-308 is implemented
...
Reviewed-by: alanb
2013-01-24 09:34:07 -08:00
Vinnie Ryan
3727e751f6
8006855: PKCS12 test failures due to unsupported algorithm
...
Reviewed-by: mullan
2013-01-24 16:44:15 +00:00
Vinnie Ryan
b680bc8ca7
8005408: KeyStore API enhancements
...
Reviewed-by: mullan
2013-01-23 23:13:54 +00:00
Vinnie Ryan
7dcd0b38a8
8006591: Protect keystore entries using stronger PBE algorithms
...
Reviewed-by: mullan
2013-01-23 21:25:49 +00:00
Xueming Shen
60e625f275
Merge
2013-01-23 10:31:10 -08:00
Xueming Shen
c3343fdb49
8006773: test/java/util/zip/ZipFile/FinalizeZipFile.java failing intermittently
...
Fixed the test case
Reviewed-by: alanb
2013-01-23 10:29:50 -08:00
Rob McKenna
6c5679d418
8004729: Add java.lang.reflect.Parameter and related changes for parameter reflection
...
Reviewed-by: darcy, forax, psandoz, dholmes, tbell
2013-01-23 17:54:34 +00:00
Chris Hegarty
12e480040a
8006669: sun/security/ssl/sun/net/www/protocol/https/HttpsURLConnection/PostThruProxy.sh fails on mac
...
Reviewed-by: alanb
2013-01-23 14:45:44 +00:00
Stephen Colebourne
df4d235c1f
8003680: JSR 310 Date/Time API
...
Integration of JSR310 Date/Time API for M6
Co-authored-by: Roger Riggs <roger.riggs@oracle.com>
Co-authored-by: Richard Warburton <richard.warburton@gmail.com>
Co-authored-by: Michael Nascimento <misterm@gmail.com>
Reviewed-by: alanb, naoto, dholmes
2013-01-22 20:59:21 -08:00
Stuart Marks
54752a2afe
8005646: TEST_BUG: java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup leaves process running
...
Reviewed-by: mchung
2013-01-22 18:30:49 -08:00
Vinnie Ryan
995a0dc1b8
6263419: No way to clean the memory for a java.security.Key
...
Reviewed-by: mullan
2013-01-22 23:32:15 +00:00
Stefan Karlsson
15d98b74e9
7140852: Add test for 7022100
...
Reviewed-by: sspitsyn, coleenp
2013-01-22 15:25:37 +01:00
Stefan Karlsson
fe173efccd
8006506: Add test for redefining methods in backtraces to java/lang/instrument tests
...
Reviewed-by: sspitsyn, coleenp
2013-01-22 13:53:53 +01:00
Alan Bateman
a23a1a942b
8004502: Compact Profiles contents
...
Reviewed-by: dholmes, mchung
2013-01-21 23:35:36 -05:00
Alan Bateman
3ca765dfbd
8004931: add/removePropertyChangeListener should not exist in subset Profiles of Java SE
...
Reviewed-by: dholmes, mchung, ksrini
2013-01-21 23:23:12 -05:00
Alan Bateman
50ccbb6018
8003256: (profiles) Add support for profile identification
...
Reviewed-by: dholmes, mchung, ksrini
2013-01-21 23:21:15 -05:00
Alan Bateman
99f3285106
8003255: (profiles) Update JAR file specification to support profiles
...
Reviewed-by: dholmes, mchung, ksrini
2013-01-21 23:20:42 -05:00
Alexander Scherbatiy
14d1261536
8004298: NPE in WindowsTreeUI.ensureRowsAreVisible
...
Reviewed-by: serb
2013-01-21 17:55:31 +04:00
Doug Lea
3f14786363
8005311: Add Scalable Updatable Variables, DoubleAccumulator, DoubleAdder, LongAccumulator, LongAdder
...
Reviewed-by: chegar, darcy, goetz
2013-01-21 13:50:05 +00:00
Jason Uh
3d92cb12a6
8006092: SecurityPermission: printIdentity doesn't exist
...
Reviewed-by: weijun
2013-01-21 15:05:49 +08:00
Masayoshi Okutsu
6bc0d6d200
8004489: Add support for Minguo and Hijrah calendars to CalendarNameProvider SPI
...
8006509: Add more calendar symbol names from CLDR
Reviewed-by: peytoia
2013-01-21 15:41:30 +09:00
Masayoshi Okutsu
f9d0dd3d72
4745761: (cal) RFE: Support builder for constructing Calendar
...
Reviewed-by: peytoia
2013-01-21 12:04:55 +09:00
Chris Hegarty
6b32c387f1
8006560: java/net/ipv6tests/B6521014.java fails intermittently
...
Reviewed-by: khazra, wetmore
2013-01-20 09:37:51 +00:00
Mark Sheppard
4e11f499f4
8006568: HTTP protocol handler NLTM Authentication should use Base64 API
...
Reviewed-by: chegar, alanb
2013-01-19 08:39:20 +00:00
Alan Bateman
69b0c6aad4
6939260: (fs) BasicFileAttributes.lastModifiedTime() should return last modified time with higher precision
...
Reviewed-by: chegar
2013-01-18 18:48:44 +00:00
Anton Litvinov
ca94a86847
8006417: JComboBox.showPopup(), hidePopup() fails in JRE 1.7 on OS X
...
Reviewed-by: art, serb
2013-01-18 18:34:46 +04:00
Jim Gish
a7f43eaad5
8006534: CLONE - TestLibrary.getUnusedRandomPort() fails intermittently-doesn't retry enough times
...
Increase number of retries to twice the number of ports in the reserved range
Reviewed-by: mduigou
2013-01-17 15:09:46 -05:00
Kurchi Subhra Hazra
8f2bd71dc9
7171415: java.net.URI.equals/hashCode not consistent for some URIs
...
Rewrite URI.hashCode() to consider encoded characters, also reviewed by vitalyd@gmail.com , schlosna@gmail.com
Reviewed-by: chegar
2013-01-17 14:50:02 -08:00
Brian Burkhalter
fe16fc39d6
8006090: Formatter asserts with -esa
...
Removed the offending assert
Reviewed-by: alanb, darcy
2013-01-17 12:49:33 -08:00
Konstantin Shefov
b7bcfe73b1
7124209: [macosx] SpringLayout issue. BASELINE is not in the range: [NORTH, SOUTH]
...
Reviewed-by: serb, alexsch
2013-01-17 15:08:08 +00:00
Yong Jeffrey Huang
a4c3f06259
Merge
2013-01-16 23:08:12 -08:00
Lana Steuck
270d599981
Merge
2013-01-16 15:57:25 -08:00
Lana Steuck
7026f02404
Merge
2013-01-16 12:07:32 -08:00
Jason Uh
5d2a6972af
8005939: sun/security/x509/{X509CRLImplX509CertImpl}/Verify.java fail in confusing way when some providers not present
...
Reviewed-by: mullan, weijun
2013-01-16 13:35:17 -05:00
Jason Uh
68eb431db8
8005389: Backout fix for JDK-6500133
...
Reviewed-by: mullan
2013-01-16 09:51:21 -05:00
Rob McKenna
bdca3e8f8c
8005618: TEST_BUG: java/lang/ProcessBuilder/Basic.java failing intermittently
...
Reviewed-by: alanb, martin, dholmes
2013-01-15 19:58:22 +00:00
Alexander Scherbatiy
97013ba028
8003978: closed/javax/swing/JRootPane/bug4670486.java fails since jdk7u12b01 on macosx
...
Reviewed-by: serb, leonidr
2013-01-15 12:49:03 +04:00
Xue-Lei Andrew Fan
40039951b8
8006265: Add test SSLEngineDeadlock.java to ProblemList
...
Reviewed-by: weijun
2013-01-14 18:31:48 -08:00
Kumar Srinivasan
a788c5b6b8
8005252: pack200 should support MethodParameters
...
Reviewed-by: jrose
2013-01-14 15:46:54 -08:00
Naoto Sato
9fa2377054
7162007: Clean up i18n related caches
...
Reviewed-by: okutsu, ohair
2013-01-14 11:09:53 -08:00
Yong Jeffrey Huang
48aff5a267
7114053: [sq] Inproper tanslation for iso lanugage of Albanian
...
Reviewed-by: naoto
2013-01-13 18:45:43 -08:00
Olivier Lagneau
546e2eb164
7131459: [Fmt-De] DecimalFormat produces wrong format() results when close to a tie
...
Reviewed-by: darcy
2013-01-11 15:39:08 -08:00
Alan Bateman
c12b624078
8005978: shell tests need to use the $COMPILEJDK for javac, jar and other tools
...
Reviewed-by: chegar
2013-01-11 20:19:55 +00:00
Alan Bateman
36e2ef2ba8
8005566: (fs) test/java/nio/file/Files/Misc.java failing (sol)
...
Reviewed-by: chegar
2013-01-11 12:27:57 +00:00
Joe Darcy
3dfc6b7512
8006062: Add @Repeatable to repeating annotations regression tests in JDK repo
...
Reviewed-by: jjg
2013-01-10 21:12:27 -08:00
Mandy Chung
3243aaf47a
8005615: Java Logger fails to load tomcat logger implementation (JULI)
...
Reviewed-by: alanb, ahgross
2013-01-10 19:43:36 -08:00
Lana Steuck
2af47c361c
Merge
2013-01-10 15:52:12 -08:00
Jim Gish
5c5820e950
8005582: java/lang/Runtime/exec/WinCommand.java intermittent test failures
...
Remove file-deletion code at cleanup which conflicts with jtreg cleanup
Reviewed-by: chegar
2013-01-10 15:09:45 -05:00
Brent Christian
f7eb6cd556
8005962: TEST_BUG: java/util/Properties/MacJNUEncoding can fail in certain environments
...
Test script now sets LC_ALL, other small changes, relocate test
Reviewed-by: naoto, alanb
2013-01-10 10:21:44 -08:00
Sean Mullan
86b40c8697
Merge
2013-01-09 08:59:58 -05:00
Alexander Scherbatiy
19b3fdf5ee
8005019: JTable passes row index instead of length when inserts selection interval
...
Reviewed-by: serb, denis
2013-01-09 16:52:08 +04:00
Sean Mullan
d01edb0815
Merge
2013-01-08 19:02:55 -05:00
Sean Mullan
b492dc9bac
7019834: Eliminate dependency from PolicyFile to com.sun.security.auth.PrincipalComparator
...
Add new java.security.Principal.implies method
Reviewed-by: alanb
2013-01-08 19:00:12 -05:00
Valerie Peng
91510ba8ea
Merge
2013-01-08 13:06:22 -08:00
Dan Xu
6cc211f4e1
8002306: (se) Selector.open fails if invoked with thread interrupt status set [win]
...
Reviewed-by: alanb
2013-01-08 20:37:27 +00:00
Weijun Wang
d9c892c9fd
8005447: default principal should act as anyone
...
Reviewed-by: valeriep
2013-01-08 14:54:56 +08:00
Stuart Marks
f660de4e1e
7187882: TEST_BUG: java/rmi/activation/checkusage/CheckUsage.java fails intermittently
...
Tighten up JavaVM test library API, and adjust tests to match.
Reviewed-by: mchung, dmocek
2013-01-07 18:09:07 -08:00
Valerie Peng
2edaf46a3d
Merge
2013-01-07 14:40:07 -08:00
Brent Christian
b21bc8e16d
8003228: (props) sun.jnu.encoding should be set to UTF-8 [macosx]
...
Hard-code sun.jnu.encoding to UTF-8 on Mac
Reviewed-by: naoto
2013-01-07 13:19:03 -08:00
Valerie Peng
96c5499439
6996769: support AEAD cipher
...
Added implementation for GCM mode under AES cipher
Reviewed-by: weijun
2013-01-07 11:11:54 -08:00
David Dehaven
1381be8b23
8004547: Extend JavaFX launcher support to allow full JavaFX launch feature set
...
Reviewed-by: mchung, kcr, ksrini
2013-01-07 09:58:48 -08:00
Amy Lu
6ae79cff82
8005683: ProblemList.txt updates (01/2013)
...
Reviewed-by: mchung, alanb
2013-01-04 16:10:14 -08:00
Chris Hegarty
6061c09cab
8005659: Add tools/pack200/AttributeTests.java to exclude list (ProblemList.txt) until pack200 updated to support method parameters
...
Reviewed-by: mchung, ksrini
2013-01-04 11:18:00 +00:00
Chris Hegarty
83223ad4ac
8005634: tools/launcher/VersionCheck.java fails version check on jdeps
...
Add jdeps to the list of tools that do not support '-version'
Reviewed-by: mchung
2013-01-03 10:00:55 +00:00
Lana Steuck
b7af263526
Merge
2012-12-28 18:36:41 -08:00
Lana Steuck
177206a185
Merge
2012-12-28 18:30:56 -08:00
Lana Steuck
46b23b4009
Merge
2012-12-28 18:28:39 -08:00
Lana Steuck
33a20f586c
Merge
2013-01-01 17:49:22 -08:00
Chris Hegarty
c2f4000a6f
8005556: java/net/Socks/SocksV4Test.java is missing @run tag
...
Reviewed-by: alanb
2012-12-29 11:00:15 +00:00
Shanliang Jiang
36ae539974
7120365: DiffHBTest.java fails due to ConcurrentModificationException
...
The problem is from the server notification forwarder, it should use a copy of listener set to do iterate.
Reviewed-by: alanb
2012-12-28 16:44:27 +01:00
Xue-Lei Andrew Fan
6d41a58c82
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
2012-12-28 00:48:12 -08:00
Yuka Kamiya
ada3653e48
8005277: Regression in JDK 7 in Bidi implementation
...
Reviewed-by: okutsu
2012-12-28 15:07:08 +09:00
Masayoshi Okutsu
12ae00bd7d
8005471: DateFormat: Time zone info is not localized when adapter is CLDR
...
Reviewed-by: peytoia
2012-12-28 14:13:10 +09:00
Chris Hegarty
d2bce7f267
8003981: Support Parallel Array Sorting - JEP 103
...
Co-authored-by: David Holmes <david.holmes@oracle.com>
Co-authored-by: Doug Lea <dl@cs.oswego.edu>
Reviewed-by: chegar, forax, dholmes, dl
2012-12-27 21:55:24 +00:00
Andrew Brygin
78a555f9e0
7124245: [lcms] ColorConvertOp to color space CS_GRAY apparently converts orange to 244,244,0
...
Reviewed-by: prr
2012-12-24 14:03:04 +04:00
Yong Jeffrey Huang
2185318b56
Merge
2012-12-23 19:11:15 -08:00
Joe Wang
7dd77a4b62
8005280: (props) Improve test coverage for small XML parser
...
Added a few more invalid XML files, international characters to LoadAndStore test, and a behavior compatibility test.
Reviewed-by: alanb, lancea
2012-12-21 17:29:23 -08:00
Alexander Potochkin
84f4754563
8003982: new test javax/swing/AncestorNotifier/7193219/bug7193219.java failed on macosx
...
Reviewed-by: anthony, alexsch
2012-12-21 19:11:50 +04:00
Shanliang Jiang
446a481b15
8005325: The script should use TESTVMOPTS
...
Put back TESTVMOPTS which was removed by mistake.
Reviewed-by: smarks
2012-12-21 10:58:20 +01:00
Stuart Marks
1fd4da4d29
8005290: remove -showversion from RMI test library subprocess mechanism
...
Reviewed-by: jgish, chegar, dmocek
2012-12-20 20:11:45 -08:00
Yong Jeffrey Huang
06be28ce8d
7195759: ISO 4217 Amendment 154
...
Reviewed-by: naoto
2012-12-20 18:53:46 -08:00
David Katleman
306cab1006
8004982: JDK8 source with GPL header errors
...
Reviewed-by: ohair
2012-12-20 16:24:50 -08:00
Alan Bateman
50185a4371
8005281: (props) loadFromXML/storeToXML with small parser is not thread safe
...
Reviewed-by: mchung
2012-12-20 20:40:04 +00:00
Alan Bateman
27f7bfd9f0
8001048: JSR-160: Allow IIOP transport to be optional
...
Reviewed-by: dsamersoff, dfuchs, mchung
2012-12-20 20:29:59 +00:00
Jaroslav Bachorik
96c02bccd3
8005309: Missed tests for 6783290,6937053,7009998
...
Missed tests for 6783290,6937053,7009998
Reviewed-by: sjiang, emcmanus
2012-12-20 20:12:32 +04:00
Stuart Marks
d4eb039764
8001040: Rework RMI model
...
Reviewed-by: alanb, ahgross, coffeys, dmocek
2013-02-27 14:17:05 -08:00
Alan Bateman
4ce906db2b
8005248: (props) Integrate small footprint parser into Properties
...
Reviewed-by: joehw, mchung, psandoz, erikj
2012-12-19 14:53:33 +00:00
Shanliang Jiang
679f2eee3f
7158614: JMXStartStopTest.sh failing intermittently
...
Fixed 3 problems here: 1) checked the lock file too eary 2) never got the process id of a java test 3) some shell commands were not supported in some Solaris machines.
Reviewed-by: dsamersoff, alanb
2012-12-19 11:06:51 +01:00
Lana Steuck
a0e241952c
Merge
2012-12-18 18:14:50 -08:00
Lana Steuck
5c4f1d7778
Merge
2012-12-18 16:14:59 -08:00
Joe Darcy
407aefdc02
8005042: Add Method.isDefault to core reflection
...
Reviewed-by: alanb, forax, mduigou, jgish, mchung
2012-12-18 14:44:13 -08:00
Sean Mullan
be64e9b087
8004302: javax/xml/soap/Test7013971.java fails since jdk6u39b01
...
Reviewed-by: vinnie, skoivu, mgrebac, ohair, tbell
2012-12-18 13:48:48 -05:00
Konstantin Shefov
f569dcc7e9
7104594: [macosx] Test closed/javax/swing/JFrame/4962534/bug4962534 expects Metal L&F by default
...
Reviewed-by: yan, alexsch
2012-12-18 15:17:58 +00:00
Martin Buchholz
e046c9d3f5
8004863: Infinite Loop in KeepAliveStream
...
Reviewed-by: chegar
2012-12-17 18:39:59 -08:00
Chris Hegarty
00802749ea
8005081: java/util/prefs/PrefsSpi.sh fails on macos-x
...
Reviewed-by: alanb
2012-12-17 16:27:05 +00:00
Sergey Malenkov
aed660dc95
8005065: [findbugs] reference to mutable array in JavaBeans
...
Reviewed-by: alexsch
2012-12-17 16:58:56 +04:00
Alexey Utkin
c5c34df7bf
8004928: TEST_BUG: Reduce dependence of CoreLib tests from the AWT subsystem
...
The tests were refactored to drop AWT dependence where it was possible.
Reviewed-by: alanb, mchung
2012-12-17 14:34:37 +04:00
Lana Steuck
166cf4fbc1
Merge
2012-12-16 22:09:28 -08:00
Weijun Wang
5ded9d47a1
7197159: accept different kvno if there no match
...
Reviewed-by: xuelei
2012-12-17 12:18:46 +08:00
Lana Steuck
0118983407
Merge
2012-12-14 13:14:33 -08:00
Lana Steuck
39ddaf8a4b
Merge
2012-12-14 11:22:16 -08:00
Konstantin Shefov
65793d5644
6757986: javax/swing/JInternalFrame/5066752/bug5066752.java needs correction
...
Reviewed-by: serb, alexsch
2012-12-14 13:32:59 +00:00
Rob McKenna
7524cd99c1
8000525: Java.net.httpcookie api does not support 2-digit year format
...
Reviewed-by: chegar
2012-12-13 15:28:40 +00:00