14514 Commits

Author SHA1 Message Date
Joe Darcy
ce05d52251 8155792: Add @jls citations to java.lang.String
Reviewed-by: alanb
2016-04-30 16:08:48 -07:00
Max Ockner
3dfed24a47 8154110: Update class* and safepoint* logging subsystems
Refactored logging tags in class and safepoint subsystems.

Reviewed-by: coleenp, rehn, hseigel
2016-04-29 22:39:44 -04:00
Tagir F. Valeev
53420d6516 8154387: Parallel unordered Stream.limit() tries to collect 128 elements even if limit is less
Reviewed-by: psandoz
2016-04-29 16:58:00 -07:00
Tagir F. Valeev
3ccd7f2289 8153293: Preserve SORTED and DISTINCT characteristics for boxed() and asLongStream() operations
Reviewed-by: psandoz
2016-04-29 16:57:57 -07:00
Phil Race
5dda2fc113 8155772: gtk3_interface.c compilation error on Ubuntu 12.10
Reviewed-by: serb, kcr
2016-04-29 16:37:02 -07:00
Michael McMahon
bab1d3912a 8087124: HTTP/2 implementation
Reviewed-by: chegar
2016-04-30 00:30:31 +01:00
Brian Burkhalter
fed3d6ceac 8149810: TIFFField#getAsLong throws ClassCastException when data is type TIFFTag.TIFF_DOUBLE or TIFFTag.FLOAT
Expand the getAsLong() specification and handle the TIFF_DOUBLE and TIFF_FLOAT cases.

Reviewed-by: prr
2016-04-29 14:50:50 -07:00
Paul Sandoz
e955660cf1 8154755: Add a VarHandle weakCompareAndSet with volatile semantics
Reviewed-by: shade, vlivanov
2016-04-29 13:46:19 -07:00
Aleksey Shipilev
4d3fe6b205 8155215: java.lang.String concatenation spec is unnecessarily strong
Reviewed-by: abuckley, sherman, chegar
2016-04-29 23:15:15 +03:00
Harold Seigel
528b2cc81a 8155727: java/util/concurrent/locks/Lock/TimedAcquireLeak.java timeouts
Fix regex pattern to handle possible (module@version) text

Reviewed-by: ctornqvi, martin
2016-04-29 15:17:46 -04:00
Phil Race
1986b44513 Merge 2016-04-29 11:54:18 -07:00
Brian Burkhalter
6a55291a23 8151323: GeoTIFFTagSet#"ModelTiePointTag" name case does not match GeoTIFF specification
Change occurrences of "ModelTiePoint" to "ModelTiepoint."

Reviewed-by: prr
2016-04-29 11:14:56 -07:00
Alexander Scherbatiy
bf6b990945 8017112: JTabbedPane components have inconsistent accessibility tree
Reviewed-by: ptbrunet, serb
2016-04-29 21:59:47 +04:00
Phil Race
5ab5ea2ba4 Merge 2016-04-29 09:47:43 -07:00
Semyon Sadetsky
6ec92b1389 8155613: [PIT] crash in AWT_Desktop/Automated/Exceptions/BasicTest
Reviewed-by: prr
2016-04-29 09:46:14 -07:00
Semyon Sadetsky
88fc3658cc 8155606: [PIT] Robot's createScreenCapture() broken on Linux
Reviewed-by: prr
2016-04-29 09:45:46 -07:00
Phil Race
4b793fa7ff 8039444: Swing applications not being displayed properly
Reviewed-by: serb, vadim
2016-04-29 09:16:06 -07:00
Tagir F. Valeev
6db653621d 8155600: Performance optimization of Arrays.asList().iterator()
Reviewed-by: redestad, shade, plevart, attila
2016-04-29 16:52:05 +03:00
Sergey Bylokhov
a94f4aafd2 8143346: Broken link in java.beans.XMLEncoder
Reviewed-by: prr
2016-04-29 15:44:04 +03:00
Aleksey Shipilev
a6f2cdbb0f 8155090: String concatenation fails with a custom SecurityManager that uses concatenation
Reviewed-by: redestad, chegar
2016-04-29 13:24:27 +03:00
Claes Redestad
46e74c829b 8155036: Remove sun.security.action.GetBooleanSecurityPropertyAction
Reviewed-by: mullan, mchung, chegar
2016-04-29 11:56:31 +02:00
Nils Eliasson
c7f8bb25dd 8142464: PlatformLoggerTest.java throws java.lang.RuntimeException: Logger test.logger.bar does not exist
Test doesn't keep strong references to loggers

Reviewed-by: kvn
2016-04-29 09:40:08 +02:00
Alejandro Murillo
042d2821ff Merge 2016-04-28 23:08:17 -07:00
Alejandro Murillo
c9024c293e Merge 2016-04-28 22:51:55 -07:00
Alejandro Murillo
790f20d08d Merge 2016-04-28 14:44:55 -07:00
Stuart Marks
93a8bd3843 8154801: deprecate Observer and Observable
Reviewed-by: darcy
2016-04-28 14:29:09 -07:00
Alexander Scherbatiy
8499a7a0b3 8152677: [macosx] All files filter can't be selected in JFileChooser
Reviewed-by: serb
2016-04-28 23:48:37 +04:00
Lana Steuck
d9d916addb Merge 2016-04-28 09:38:19 -07:00
Alexander Stepanov
0a29c91962 8155021: [TEST] create one more inheritance test for @BeanProperty
Reviewed-by: serb
2016-04-28 19:35:09 +03:00
Chris Bensen
552f7b32c1 8150990: Add helper class in jdk.jlink for packager use to avoid coordination with FX and JDK builds
Reviewed-by: alanb, mchung, kcr, sundar
2016-04-28 08:28:48 -07:00
Lana Steuck
21311d2cb7 Added tag jdk-9+116 for changeset d91c47cb2992 2016-04-28 08:26:38 -07:00
Chris Hegarty
1f74d8cba8 8155578: OpenJDK build failed after JDK-8044773
Reviewed-by: alanb
2016-04-28 09:33:18 +01:00
Serguei Spitsyn
8f5fb772b4 8153749: New capability can_generate_early_class_hook_events
Add new capability

Reviewed-by: alanb, dsamersoff
2016-04-28 00:38:21 -07:00
Felix Yang
560adadb05 8154733: Fix module dependencies missed in java.rmi tests
Reviewed-by: alanb, amlu
2016-04-28 12:38:22 +08:00
Alexander Kouznetsov
2ef07f57fa 8154381: SwingSet tests are not auto closed in jtreg
Reviewed-by: alexsch
2016-04-27 17:47:17 -07:00
Chris Hegarty
07cef26155 8044773: Refactor jdk.net API so that it can be moved out of the base module
Reviewed-by: alanb, erikj, mchung
2016-04-27 20:36:02 +01:00
Mandy Chung
f340281533 8154905: Rename jdk.jvmstat.rmi to jdk.jstatd
Reviewed-by: alanb, sundar
2016-04-27 12:06:51 -07:00
Michael Haupt
0b7775586f 8155106: MHs.Lookup.findConstructor returns handles for array classes
Reviewed-by: shade, sundar
2016-04-27 20:18:49 +02:00
Volker Simonis
607d8e443b 8155236: AIX: fix dectection of Xrender extension
Reviewed-by: prr
2016-04-27 18:52:32 +02:00
Daniel Fuchs
1e0d1458a2 8148568: LoggerFinder.getLogger and LoggerFinder.getLocalizedLogger should take a Module argument instead of a Class
Changes System.LoggerFinder methods to take a Module argument instead of a Class.

Reviewed-by: mchung
2016-04-27 18:04:16 +02:00
Michael Haupt
fe4860fe5e 8155214: java/lang/invoke/PermuteArgsTest.java fails due to exhausted code cache
Reviewed-by: sundar
2016-04-27 15:01:21 +02:00
Manajit Halder
eb3750d326 8151136: [macosx] According to the description, the case is failed
Reviewed-by: ssadetsky, aniyogi
2016-04-27 13:09:58 +03:00
Avik Niyogi
5874c48796 8152492: [macosx swing] double key event actions when using Mac menubar
Reviewed-by: serb, mhalder, alexsch
2016-04-27 12:08:37 +04:00
Volker Simonis
75b0c4fb9c 8155156: Remove remaining sun.misc.* imports from the jdk repo
Reviewed-by: chegar
2016-04-27 09:13:51 +02:00
Paul Sandoz
27f82bea87 8154447: Exempt classes under java.util.concurrent from MH.Lookup restrictions
Reviewed-by: mchung, martin
2016-04-26 18:42:51 -07:00
Paul Sandoz
1af2806677 8154556: Use java.nio.ByteOrder instead of boolean value
Reviewed-by: alanb
2016-04-26 18:30:00 -07:00
Roger Riggs
727e63cad7 8155182: fix to JDK-8066750 broke jdk9 builds
Restore RMI Http Proxy support for now

Reviewed-by: darcy, lancea, smarks
2016-04-26 21:25:18 -04:00
Roger Riggs
c08b6a7c8f 8066750: Remove HTTP proxy implementation and tests from RMI
Reviewed-by: smarks
2016-04-26 17:35:10 -04:00
Jim Laskey
fb8f4acea8 8132994: /modules and /packages should not be parsed by the jimage parser
Reviewed-by: sundar
2016-04-26 11:55:52 -03:00
Alexander Kouznetsov
5125f71376 8154706: Sanity tests prepareBundle task doesn't produce working bundle
Reviewed-by: alexsch, prr
2016-04-25 16:34:03 -07:00