Commit Graph

13620 Commits

Author SHA1 Message Date
Ivan Gerasimov
6c46017af1 8046339: sun.rmi.transport.DGCAckHandler leaks memory
Reviewed-by: smarks
2016-02-10 16:16:48 +03:00
Shilpi Rastogi
ff97659a79 8071368: Use more concrete types for NamedFunction constants in the code
Reviewed-by: psandoz, vlivanov, mhaupt
2016-02-10 11:04:13 +01:00
Shilpi Rastogi
3e45966cd3 8138884: MethodHandles.Lookup.findVirtual() Javadoc fails to consider private interface methods
Reviewed-by: psandoz, mhaupt
2016-02-10 10:44:58 +01:00
Joe Darcy
2d065eb25b 8149492: Problem list CheckEncodings.sh
Reviewed-by: rriggs
2016-02-09 11:58:36 -08:00
Ramanand Patil
2d836a5595 8148446: (tz) Support tzdata2016a
Reviewed-by: okutsu, aefimov
2016-02-09 11:57:57 +05:30
Ramanand Patil
1377939c5d 8148570: TzdbZoneRulesCompiler.java throws Null Pointer Exception While Compiling and building TZDB data file
While getting value from DayOfWeek, -1 is returned if the DayOfWeek is null. The reason to return “-1” being, the same value is checked later while getting day-of-week byte (dowbyte) at line no. 251, ZoneRules.java.

Reviewed-by: rriggs, aefimov
2016-02-09 11:17:28 +05:30
Alexandre Iline
451a576a42 8149391: Fix module dependences in java/util tests
Reviewed-by: mchung
2016-02-08 18:14:48 -08:00
Anthony Scarpino
719c597241 8098581: SecureRandom.nextBytes() hurts performance with small size requests
Reviewed-by: valeriep
2016-02-08 13:09:16 -08:00
Brian Burkhalter
0d7421752a 8064466: (fs spec) Files.readAttributes(Path, String, LinkOption...) not clear when called with zero attributes
Change specification to indicate "one or more" instead of "zero or more" attributes.

Reviewed-by: alanb
2016-02-08 10:46:42 -08:00
Shilpi Rastogi
e49c2412cb 8138578: MethodHandles.Lookup.findSpecial() Javadoc fails to consider static methods
Reviewed-by: psandoz, vlivanov, mhaupt
2016-02-08 17:37:46 +01:00
Nadeesh TV
3795972295 8146747: java.time.Duration.toNanos() and toMillis() exception on negative durations
Reviewed-by: rriggs, scolebourne
2016-02-08 09:56:26 -05:00
Tagir F. Valeev
0e250ec504 8148838: Stream.flatMap(...).spliterator() cannot properly split after tryAdvance()
Reviewed-by: psandoz
2016-02-08 15:33:53 +01:00
Tagir F. Valeev
e41fea88e7 8148115: Stream.findFirst for unordered source optimization
Reviewed-by: psandoz
2016-02-08 10:40:00 +01:00
Tagir F. Valeev
9e65963f4f 8148250: Stream.limit() parallel tasks with ordered non-SUBSIZED source should short-circuit
Reviewed-by: psandoz
2016-02-08 10:37:37 +01:00
Erik Joelsson
fead4851e1 8148629: Disable remaining warnings in awt/fontmanager
Reviewed-by: ihse
2016-02-05 15:23:15 +01:00
Huaming Li
1ae6dc3825 8148928: java/util/stream/test/**/SequentialOpTest.java timed out intermittently
Reviewed-by: psandoz
2016-02-05 09:54:56 +08:00
Lana Steuck
4cf3ea74c6 Merge 2016-02-04 16:49:26 -08:00
Lana Steuck
dfaee4ed61 Added tag jdk-9+104 for changeset f57a51dbcc50 2016-02-04 11:28:26 -08:00
Aleksey Shipilev
feb15f88b2 8149044: jdk/internal/misc/JavaLangAccess/FormatUnsigned.java fails all platforms
Remove the obsolete FormatUnsigned test.

Reviewed-by: darcy
2016-02-04 21:44:23 +03:00
Aleksey Shipilev
24816037ab 8148936: Adapt UUID.toString() to Compact Strings
Reviewed-by: igerasim, redestad
2016-02-04 16:00:48 +03:00
Erik Joelsson
f8fa6e063d 8148955: libjimage.so compiled with wrong flags
Reviewed-by: alanb
2016-02-04 09:51:24 +01:00
Amy Lu
c1893c5ccf 8149003: Mark more jdk_core tests as intermittently failing
Reviewed-by: chegar, darcy
2016-02-04 14:38:17 +08:00
Joe Darcy
ec868b477b 8148983: Fix extra comma in changes for JDK-8148916
Reviewed-by: jjg
2016-02-03 13:56:19 -08:00
Brian Burkhalter
0ee02dbd71 8148821: (fs) Path.getParent() javadoc error
Change "If this path has one or more elements" to "If this path has more than one element."

Reviewed-by: rriggs, alanb
2016-02-03 13:34:19 -08:00
Joe Darcy
63f14a633b 8148916: Mark bug6400879.java as intermittently failing
Reviewed-by: serb
2016-02-03 12:52:27 -08:00
Iris Clark
08123c2911 8072379: Implement jdk.Version
Reviewed-by: alanb, darcy, dfuchs, ihse, ksrini, mchung, rriggs
2016-02-02 17:59:53 -08:00
Aleksey Shipilev
68d21c3b1e 8148869: StringConcatFactory MH_INLINE_SIZED_EXACT strategy does not work with -XX:-CompactStrings
Reviewed-by: vlivanov, psandoz
2016-02-03 00:49:41 +03:00
Brian Burkhalter
4df544f513 8148891: Multiple failing javax/imageio/plugins after client integration
Add failing tests to problem list for all platforms until the underlying issue is fixed.

Reviewed-by: prr
2016-02-02 13:42:48 -08:00
Artem Smotrakov
297ba59bc9 8146249: libjimage should use delete[] with new[]
Reviewed-by: jlaskey
2016-02-02 12:50:03 -08:00
David Dehaven
5feab91d1b Merge 2016-02-02 11:50:55 -08:00
Anthony Scarpino
62e1a7c628 8145344: Add SHA1 and SHA-224 to preferred provider list for solaris-sparc
Reviewed-by: vinnie, jnimeh
2016-02-02 11:27:18 -08:00
David Dehaven
4ba2917e46 Merge 2016-02-02 10:03:14 -08:00
Chris Hegarty
64b292668e Merge 2016-02-02 17:20:53 +00:00
Nadeesh TV
6d4368a7cb 8141452: Convert between TimeUnit and ChronoUnit
Reviewed-by: martin, psandoz, chegar, rriggs, scolebourne
2016-02-02 08:53:49 -08:00
Aleksey Shipilev
454df89b32 8148787: StringConcatFactory exactness check produces bad bytecode when a non-arg concat is requested
Reviewed-by: vlivanov, psandoz
2016-02-02 18:15:15 +03:00
Chris Hegarty
5765b5b4f0 8148117: Move sun.misc.Cleaner to jdk.internal.ref
Reviewed-by: alanb, rriggs
2016-02-02 08:59:52 +00:00
Ramanand Patil
f8b7ff3d7a 8147912: test "parseWithZoneWithoutOffset" of java/time/tck/java/time/format/TCKDTFParsedInstant.java fail on de_DE locale
Even though hardcoded data is not preferred in compatibility test cases, this case was exception. English is provided as the default locale data for DateTimeFormatter in this testcase.

Reviewed-by: okutsu, scolebourne
2016-02-02 13:55:44 +05:30
Sharath Ballal
ae90afc360 6659240: Exceptions thrown by MXBeans wrongly documented in j.l.m.ManagementFactory
Reviewed-by: dfuchs, jbachorik
2016-02-02 10:44:55 +01:00
Huaming Li
e5bf0846fa 8148710: Remove FlatMapOpTest.java from ProblemList.txt
Reviewed-by: psandoz
2016-02-02 09:39:20 +08:00
Alejandro Murillo
245a628a6e Merge 2016-02-01 16:07:20 -08:00
Roger Riggs
53a6c2adab 8143016: java/time/test/java/time/TestClock_System.java failed intermittently
Reviewed-by: lancea, scolebourne
2016-02-01 14:50:06 -05:00
Alejandro Murillo
117b2fe8c0 Merge 2016-02-01 10:07:37 -08:00
Roger Riggs
98d7dc436c 8146773: java/lang/ref/CleanerTest.java CleanerTest.testRefSubtypes() fails
8148352: CleanerTest fails: Cleanable should have been freed

Relax gc timing constraints

Reviewed-by: dfuchs
2016-02-01 10:13:48 -05:00
Tagir F. Valeev
c2f738c53d 8146218: Add LocalDate.datesUntil method producing Stream<LocalDate
Reviewed-by: scolebourne, rriggs, sherman
2016-02-01 10:02:40 -05:00
Aleksey Shipilev
ad776ff126 8148730: Add @since tags in new String concat APIs
Reviewed-by: alanb
2016-02-01 15:11:50 +03:00
Huaming Li
e3570fa3eb 8076458: java/util/stream/test/org/openjdk/tests/java/util/stream/FlatMapOpTest.java timeout
Reviewed-by: psandoz
2016-02-01 09:38:08 +08:00
Claes Redestad
9102b6eb21 8148626: URI.toURL needs to use protocol Handler to parse file URIs
Back out the parts of 8147462 that attempted to optimize file URI to URL conversions

Reviewed-by: darcy, chegar
2016-01-31 22:30:35 +01:00
Joe Darcy
1685766e91 8148627: RestrictTestMaxCachedBufferSize.java to 64-bit platforms
Reviewed-by: alanb
2016-01-29 17:03:17 -08:00
Martin Buchholz
6721e37306 8148638: test failure in test/java/util/concurrent/tck
Temporarily comment out assertions for not-yet-merged changes

Reviewed-by: rriggs
2016-01-29 13:57:38 -08:00
Doug Lea
7f6a9e3180 8145164: Default implementation of ConcurrentMap::compute can throw NPE
Reviewed-by: martin, psandoz, chegar
2016-01-29 11:49:37 -08:00