Tobias Hartmann
dd051e31bb
8155608: String intrinsic range checks are not strict enough
...
Range checks in inflate, compress and getChars are not strict enough.
Reviewed-by: kvn, twisti, jrose
2016-05-13 08:31:23 +02:00
Paul Sandoz
bcec429910
8144826: [JVMCI] Remove jdk.vm.ci.hotspot.Stable and use jdk.internal.vm.annotation.Stable
...
Reviewed-by: twisti
2016-05-11 09:13:45 +02:00
Vladimir Ivanov
9f65bd0bf9
Merge
2016-05-11 00:38:26 +03:00
Vladimir Ivanov
8b0b5c0fc4
Merge
2016-05-09 13:12:48 +03:00
Vladimir Ivanov
8761e88b55
Merge
2016-05-09 12:39:41 +03:00
Serguei Spitsyn
bc867f9705
Merge
2016-05-08 08:25:10 +00:00
Mikael Vidstedt
2b1fdef17a
8150921: Update Unsafe getters/setters to use double-register variants
...
Reviewed-by: dholmes, shade, psandoz, jrose
2016-05-06 15:59:27 -07:00
Vladimir Ivanov
c8104ec617
Merge
2016-05-06 19:35:34 +03:00
Vladimir Ivanov
905fb139d7
Merge
2016-05-06 18:21:41 +03:00
Aleksey Shipilev
85f537701c
8155965: Unsafe.weakCompareAndSetVolatile entry points and intrinsics
...
Reviewed-by: psandoz, vlivanov
2016-05-06 17:59:49 +03:00
Alejandro Murillo
775606f20c
Merge
2016-05-06 06:23:30 -07:00
Sharath Ballal
096e59e6c9
8154144: Tests in com/sun/jdi fails intermittently with "jdb input stream closed prematurely"
...
Don't print stream closed message during shutdown
Reviewed-by: dcubed, sla, dsamersoff
2016-05-06 11:47:45 +03:00
Paul Sandoz
3d8d9fe7fa
8155794: Move Objects.checkIndex BiFunction accepting methods to an internal package
...
Reviewed-by: chegar, shade, forax, vlivanov
2016-05-05 18:14:47 -07:00
Alejandro Murillo
ec7cfcc7c6
Merge
2016-05-05 12:35:54 -07:00
Brent Christian
b52c5bbd67
8147039: Incorrect locals and operands in compiled frames
...
Implement stack walking using javaVFrame instead of vframeStream
Reviewed-by: mchung, vlivanov
2016-05-05 11:44:01 -07:00
Michael McMahon
0cf5c57454
8155928: Remove hardcoded port numbers from httpclient/Security.java test
...
Reviewed-by: chegar, rriggs
2016-05-05 11:37:18 +01:00
Harsha Wardhana B
182152c385
8154166: java/lang/management/MemoryMXBean/ResetPeakMemoryUsage.java fails with RuntimeException
...
Fix the RuntimeException issue
Reviewed-by: jbachorik
2016-05-05 01:52:03 -07:00
Naoto Sato
bd9c092ecc
8155649: IncludeLocalesPlugin throws NPE when jdk.localedata not resolved
...
Reviewed-by: alanb, mchung
2016-05-04 08:53:09 -07:00
Brian Burkhalter
5106d55d55
8153192: (se) Selector.select(long) uses wrong timeout after EINTR (lnx)
...
Pass what remains of the initial timeout to epoll_wait(2) (Linux) and ioctl(7d) (Solaris) instead of the original un-decremented timeout value.
Reviewed-by: alanb, rriggs
2016-05-04 08:04:22 -07:00
Claes Redestad
ab72d795f4
8155939: sun.launcher.LauncherHelper INSTANCE is unused
...
Reviewed-by: rriggs, ksrini
2016-05-04 16:55:03 +02:00
Aleksey Shipilev
4f53885343
8155739: [TESTBUG] VarHandles/Unsafe tests for weakCAS should allow spurious failures
...
Reviewed-by: psandoz, vlivanov, simonis
2016-05-04 17:17:28 +03:00
Anton Tarasov
6191c997a3
8145984: [macosx] sun.lwawt.macosx.CAccessible leaks
...
Reviewed-by: serb, ptbrunet
2016-05-04 16:41:07 +03:00
Amy Lu
191e61e184
8154911: Move GCDuringIteration.java back to tier1
...
Reviewed-by: darcy, martin
2016-05-04 10:56:01 +08:00
Steve Drach
35e6b00ee0
8151542: URL resources for multi-release jar files have a #runtime fragment appended to them
...
Reviewed-by: alanb, chegar, psandoz, sherman
2016-05-02 09:03:38 -07:00
Joe Darcy
766b494979
4943627: Deprecate rounding mode integer constants in BigDecimal and their uses
...
Reviewed-by: bpb
2016-05-03 16:17:12 -07:00
Joe Darcy
bd838767a7
8155963: Fix deprecation warning in windows java.net implementation
...
Reviewed-by: prr
2016-05-03 12:18:50 -07:00
Joe Darcy
01ee88c8ae
6850612: Deprecate Class.newInstance since it violates the checked exception language contract
...
Reviewed-by: lancea, mullan, dfuchs
2016-05-03 10:40:54 -07:00
Claes Redestad
e8cd76568d
8155775: Re-examine naming of privileged methods to access System properties
...
Reviewed-by: mullan
2016-05-03 15:50:54 +02:00
Alan Bateman
44790114ee
Merge
2016-05-03 11:45:56 +01:00
Alan Bateman
36e0820801
8154956: Module system implementation refresh (4/2016)
...
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Chris Hegarty <chris.hegarty@oracle.com>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, chegar, redestad
2016-05-03 09:09:57 +01:00
Alex Kashchenko
39846dcf8d
8153925: (fs) WatchService hangs on GetOverlappedResult and locks directory (win)
...
Co-authored-by: Thomas Mader <tmader@redhat.com>
Reviewed-by: alanb
2016-05-03 07:44:52 +01:00
Anthony Scarpino
b3854d5830
8140422: Add mechanism to allow non default root CAs to be not subject to algorithm restrictions
...
Reviewed-by: mullan, xuelei
2016-05-02 16:45:38 -07:00
Artem Smotrakov
4b69b86a7f
8155859: Problem list tools/pack200/Pack200Props.java
...
Reviewed-by: rriggs
2016-05-02 13:05:43 -07:00
Phil Race
46109cd204
8155784: Build failure on Linux arm64
...
Reviewed-by: flar, serb
2016-05-02 12:44:31 -07:00
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
Michael McMahon
bab1d3912a
8087124: HTTP/2 implementation
...
Reviewed-by: chegar
2016-04-30 00:30:31 +01: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
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
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
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