Xueming Shen
98e2f679cf
8158482: regex UNICODE_CHARACTER_CLASS flag cannot be disabled with an embedded flag expression
...
Reviewed-by: bpb
2016-06-02 14:03:50 -07:00
Rajan Halade
5223193974
8158560: Mark java/rmi/transport/dgcDeadLock/DGCDeadLock.java as intermittently faiing
...
Reviewed-by: smarks
2016-06-02 12:25:17 -07:00
Prasanta Sadhukhan
e110eecba2
6842011: StackOverflowError printing landscape with scale and transform
...
Reviewed-by: prr, flar
2016-06-02 15:20:31 +05:30
David Dehaven
1733b64041
Merge
2016-06-01 15:27:51 -07:00
Joe Darcy
e48c0f85b2
8158430: Push tests for JDK-5040830
...
Reviewed-by: psandoz
2016-06-01 11:22:06 -07:00
Ramanand Patil
78bb28e4af
8151876: (tz) Support tzdata2016d
...
Reviewed-by: okutsu, coffeys
2016-06-01 14:33:44 +01:00
Peter Levart
f160991436
6378384: (reflect) subclass can’t access superclass’s protected fields and methods by reflection
...
Reviewed-by: mchung
2016-10-18 20:28:58 +02:00
Sergei Kovalev
ee0aa124a8
8167437: Fix module dependencies for tests that use internal API (java/lang)
...
Reviewed-by: alanb
2016-10-17 18:40:36 +03:00
Stuart Marks
246a39a5b1
8157777: DeadCachedConnection doesn't wait for registry to die
...
Reviewed-by: darcy
2016-05-31 17:54:41 -07:00
Amanda Jiang
989d0b0b7c
8156059: Update/Develop new tests for JEP 287: SHA-3 Hash Algorithms
...
Update existing MessageDigest tests with SHA-3 Hash Algorithms and add one test case to check supported providers
Reviewed-by: valeriep, rhalade
2016-05-31 22:41:56 +00:00
Semyon Sadetsky
989fe674ba
8139218: Dialog that opens and closes quickly changes focus in original focusowner
...
Reviewed-by: alexsch
2016-05-31 15:57:01 +03:00
Nishit Jain
02f77987fa
8072099: Format "ha" is unable to parse hours 10-12
...
Reviewed-by: okutsu, peytoia
2016-05-31 16:19:32 +09:00
Rachna Goel
48873ebc3f
8145136: Upgrade CLDR locale data
...
Reviewed-by: naoto, okutsu, peytoia
2016-05-31 13:00:48 +09:00
Felix Yang
991c9b0593
8157816: Mark 4 httpclient tests as intermittently failing
...
Reviewed-by: chegar
2016-05-30 17:49:04 -07:00
Alan Bateman
a5e1465831
8066258: Re-examine com.sun.nio.file to see if it should be a supported API
...
Reviewed-by: chegar
2016-05-30 17:38:05 +01:00
Semyon Sadetsky
26a8aa6704
8157163: AWT FileDialog does not inherit icon image from parent Frame
...
Reviewed-by: alexsch, serb
2016-05-30 11:08:27 +03:00
Masayoshi Okutsu
212d6de09b
8039565: Remove test exclusion for java/util/ResourceBundle/RestrictedBundleTest.java
...
Reviewed-by: peytoia
2016-05-30 14:58:59 +09:00
Felix Yang
8fe1e0ad30
8078812: Test RMI with client and servers as modules
...
Reviewed-by: smarks
2016-05-29 18:22:21 -07:00
Sergey Bylokhov
a34bbc2ae4
8156043: Unstable behavior of PropertyDescriptor's getWriteMethod() in case of overloaded setters
...
Reviewed-by: alexsch, ssadetsky
2016-05-29 02:34:28 +03:00
Sergey Bylokhov
1bae87cde9
8028486: java/awt/Window/WindowsLeak/WindowsLeak.java fails
...
Reviewed-by: ant, prr
2016-05-29 02:10:14 +03:00
Alan Bateman
40abbd6d10
8140449: (fs) Paths.get("x").relativize("") return ..\ on Windows
...
Reviewed-by: chegar, rriggs
2016-06-17 17:17:21 +01:00
Goetz Lindenmaier
4f7d655557
8159690: [TESTBUG] Mark headful tests with @key headful
...
Reviewed-by: simonis, alexsch
2016-06-14 10:44:59 +02:00
Nishit Jain
868cd939e6
8159420: The LanguageRange.parse() method is throwing IllegalArgumentException in Turkish Locale
...
Reviewed-by: naoto, okutsu, peytoia
2016-06-17 21:42:38 +09:00
Alan Bateman
8547893efe
8158456: ModuleDescriptor.read does not verify dependence on java.base in module-info.class
...
8159248: ModuleFinder.of not clear that FindException thrown if module descriptor cannot be derived for automatic module
Reviewed-by: chegar, mchung
2016-06-17 08:41:39 +01:00
Joe Darcy
b2795ca463
8071859: AnnotationInvocationHandler.equals(Object) return true when apply to annotation
...
Reviewed-by: mchung, chegar
2016-06-16 13:00:34 -07:00
Doug Lea
559140e18e
8066070: PriorityQueue corrupted when adding non-Comparable
...
Reviewed-by: martin, chegar
2016-06-01 19:03:15 -07:00
David Dehaven
a513e6fe8a
Merge
2016-06-15 12:47:50 -07:00
Mandy Chung
99b0f7996c
8068764: java/lang/ClassLoader/ExtDirs.java failed with java.lang.IllegalThreadStateException with fastdebug
...
Reviewed-by: alanb
2016-06-15 11:56:09 -07:00
Alexandre Iline
431772cea7
8158855: Fix remaining module dependences in java/lang
...
Reviewed-by: alanb, mchung, amlu
2016-06-15 10:25:25 -07:00
Naoto Sato
a94f94cce1
8043387: java/time/test/java/util/TestFormatter.java failed
...
Reviewed-by: sherman
2016-06-15 09:24:16 -07:00
David Dehaven
2579e92c1f
Merge
2016-06-15 09:24:05 -07:00
Xueming Shen
5aad7937b7
8139414: java.util.Scanner hasNext() returns true, next() throws NoSuchElementException
...
8072582: Scanner delimits incorrectly when delimiter spans a buffer boundary
Reviewed-by: smarks
2016-06-14 16:56:27 -07:00
Nishit Jain
3db5ac3931
8135061: java.util.Locale#lookup throws java.lang.StringIndexOutOfBoundsException for range having '-' as second character
...
Reviewed-by: okutsu, peytoia
2016-06-14 12:29:49 +09:00
Valerie Peng
d9d53c3850
8157489: AppleProvider in java.base/macosx/classes/module-info.java.extra
...
Remove the line for ServiceLoader lookup
Reviewed-by: mchung
2016-06-13 21:49:37 +00:00
Bhanu Prakash Gopularam
b9e8313df2
8062758: Update java/security/Security/ClassLoaderDeadlock/Deadlock2.sh with the removal of -Djava.ext.dirs
...
Removing test as java.ext.dirs not supported
Reviewed-by: mchung, mullan
2016-06-12 23:19:34 -07:00
Pavel Rappo
763be5ec14
8159039: sun/net/httpclient/hpack/HeaderTableTest.java fails on some locales
...
Reviewed-by: chegar
2016-06-13 15:48:17 +01:00
Daniel Fuchs
4c69f47805
8153666: Optimize Formatter.formatMessage
...
This patch brings a small optimization that removes needless synchronization in Formatter.formatMessage. It also fixes the code that decides whether to call MessageFormat, and brings a small clarification to the API documentation on the conditions when that will happen.
Reviewed-by: rriggs, martin
2016-06-13 08:20:34 +01:00
John Jiang
c5b3a7c036
8151913: Fix module dependencies in java/net tests
...
Module dependency declaration for java/net/* tests
Reviewed-by: alanb
2016-06-12 21:55:20 -07:00
Joe Darcy
0530bceffc
5041778: (ann) AnnotationFormatError if "default" Class type not found
...
Reviewed-by: jfranck
2016-06-12 12:14:52 -07:00
Weijun Wang
ec53a43962
8158534: DrbgParameters strength parameter is underspecified if < -1
...
Reviewed-by: xuelei
2016-06-12 10:48:19 +08:00
Nishit Jain
acac4bb550
8040211: Update LSR datafile for BCP 47
...
Reviewed-by: okutsu, peytoia
2016-06-10 20:25:51 +09:00
Shilpi Rastogi
41fa7638dd
8147585: Annotations with lambda expressions has parameter result in wrong behavior
...
Reviewed-by: psandoz, darcy, jfranck, vlivanov, mhaupt
2016-06-09 09:33:37 +02:00
Pavel Rappo
7c857909cf
8156693: Improve usability of CompletableFuture use in WebSocket API
...
Reviewed-by: rriggs
2016-06-08 15:19:58 +01:00
Aleksey Shipilev
41b6361f34
8158851: MH.publicLookup() init circularity, triggered by custom SecurityManager with String concat and -limitmods java.base
...
Reviewed-by: alanb, redestad, jlaskey
2016-06-08 11:14:45 +03:00
Masayoshi Okutsu
8cb25f3af9
8031145: Re-examine closed i18n tests to see it they can be moved to the jdk repository
...
Reviewed-by: alanb, peytoia, naoto
2016-05-27 14:33:48 +09:00
Daniel Fuchs
c3435ed005
8146389: java/util/logging/XMLFormatterDate.java fails during year switch
...
Updates the test to match the changes in the XML content that were brought by JDK-8072645.
Reviewed-by: joehw
2016-05-26 19:55:00 +02:00
Alan Bateman
39e8310a9a
8156143: Module.getResourceAsStream throws unspecified SecurityException with module in custom Layer
...
Reviewed-by: chegar, mchung
2016-05-26 10:56:58 +01:00
Alan Bateman
bfb7fba79b
8156142: ModuleReader instances don't always throw NPE for passed null args
...
Reviewed-by: chegar, mchung
2016-05-25 20:12:32 +01:00
Alan Bateman
53e204dc49
8150668: Layer.defineModulesXXX with a Configuration containing java.base throws undocumented exception
...
Reviewed-by: chegar, mchung
2016-05-25 19:58:03 +01:00
Bhanu Prakash Gopularam
a94e9c4d1b
8156718: Need tests for IsoFields getFrom for unsupported non-Iso Temporal fields
...
Reviewed-by: rriggs, scolebourne
2016-05-25 09:14:55 +00:00