Erik Joelsson
4c7b25d5bf
8145106: Still intermittent build error building jdk/src/demo/solaris/jni/Poller/Poller.c
...
Reviewed-by: tbell, dholmes
2015-12-11 11:46:45 +01:00
Brian Burkhalter
e5a6f24f64
8032027: Add BigInteger square root methods
...
Add sqrt() and sqrtAndReminder() using Newton iteration
Reviewed-by: darcy, lowasser
2015-12-10 17:47:26 -08:00
Brian Burkhalter
30abf404b3
8139133: Changing the modification time on a unix domain socket file fails
...
If a file descriptor cannot be obtained, use utimes() instead of futimes().
Reviewed-by: alanb
2015-12-10 15:57:27 -08:00
Jaroslav Bachorik
5bb9726117
8043138: Attach API should not require jvmstat rmi protocol
...
Reviewed-by: alanb, mchung, erikj, ihse
2015-11-13 14:44:05 +01:00
Alan Bateman
11e31407a5
8144210: Runtime.currentRuntime should be final
...
Reviewed-by: dl, dholmes
2015-11-29 20:27:38 +00:00
Alexander Scherbatiy
a00e011325
8073320: Windows HiDPI Graphics support
...
Reviewed-by: flar, serb
2015-11-13 05:02:26 -08:00
Sean Mullan
8934131c54
Merge
2015-11-13 07:22:48 -05:00
Lana Steuck
a02888a4fb
Merge
2015-11-12 18:31:10 -08:00
Kumar Srinivasan
6583a4c652
8035473: [javadoc] Revamp the existing Doclet APIs
...
8146529: Update the new Doclet API
8146427: "-nohelp" option issue
8146475: "-helpfile" option issue
Reviewed-by: alanb, bpatel, ihse, jjg, jlahoda, mchung, ogb, vromero
2015-11-12 17:56:29 -08:00
Aleksey Shipilev
c7a7ba0e1e
8148483: JEP 280: Indify String Concatenation
...
Co-authored-by: Remi Forax <forax@univ-mlv.fr>
Co-authored-by: Peter Levart <peter.levart@gmail.com>
Reviewed-by: psandoz, mcimadamore, igerasim, forax, plevart, vlivanov, ihse
2016-01-28 19:43:05 +03:00
Doug Lea
6646fcbf18
8144990: java/util/concurrent/forkjoin/FJExceptionTableLeak.java: OOM with Xcomp,G1GC
...
Reviewed-by: martin, psandoz, chegar
2016-01-28 08:23:23 -08:00
Antonios Printezis
816a40ae00
8147468: Allow users to bound the size of buffers cached in the per-thread buffer caches
...
Introduces the jdk.nio.maxCachedBufferSize property.
Reviewed-by: alanb, bpb
2016-01-28 10:58:10 -05:00
Alan Bateman
c464136491
8148192: (fs) Path.register can fail with Bad file descriptor and other errors
...
Reviewed-by: chegar
2016-01-28 12:55:19 +00:00
Chris Hegarty
4389a9aad4
8148220: Update TEST.groups to include jdk/internal/math and jdk/internal/misc
...
Reviewed-by: coffeys
2016-01-28 11:09:42 +00:00
Martin Buchholz
b9d758e600
8148174: NegativeArraySizeException in Vector.grow(int)
...
Improve management of internal array
Reviewed-by: smarks, forax
2016-01-25 16:07:00 -08:00
Weijun Wang
c1d20c94d3
8147400: Deprecate policytool
...
Reviewed-by: xuelei, mullan
2016-01-27 21:59:00 +08:00
Claes Redestad
e9df200123
8147962: URL should handle lower-casing of protocol locale-independently
...
Reviewed-by: chegar, alanb, naoto
2016-01-27 13:51:35 +01:00
Brian Burkhalter
7b678f7571
8148121: Typo in API , FileOwnerAttributeView.getOwner() and FileOwnerAttributeView.setOwner()
...
"It it" -> "It is"
Reviewed-by: sherman
2016-01-26 15:30:42 -08:00
Artem Smotrakov
ff74b29304
8144539: Update PKCS11 tests to run with security manager
...
Reviewed-by: valeriep, ascarpino
2016-01-26 13:32:07 -08:00
Chris Hegarty
b9687e112e
8065076: java/net/SocketPermission/SocketPermissionTest.java fails intermittently
...
Reviewed-by: coffeys, xiaofeya
2016-01-26 09:25:53 +00:00
Chris Hegarty
595f5a808e
8148154: Integrate JOpt Simple for internal usage by JDK tools
...
Reviewed-by: alanb, redestad, rriggs
2016-01-26 09:18:51 +00:00
Joe Darcy
def42e0b5f
8142363: Remove LFMultiThreadCachingTest.java from windows problem list
...
Reviewed-by: lancea
2015-11-12 16:04:07 -08:00
Sean Mullan
a534e4c6c4
Merge
2015-11-12 17:45:33 -05:00
Lana Steuck
d900f2f444
Merge
2015-11-12 14:15:05 -08:00
Sean Mullan
4591a2d447
Merge
2015-11-12 16:09:09 -05:00
Sean Mullan
02b5487b04
8072463: Remove requirement that AKID and SKID have to match when building certificate chain
...
Reviewed-by: xuelei
2015-11-12 16:07:14 -05:00
Lana Steuck
13a36bc849
Added tag jdk9-b92 for changeset ff95a3cea444
2015-11-12 10:39:06 -08:00
Peter Brunet
7b6f3bbed8
8134116: Add more comprehensive fix and regression test for JDK-8133897
...
Use getTitleAt instead of Page.title field; add regression test
Reviewed-by: alexsch, serb
2015-11-12 12:27:36 -06:00
Rob McKenna
bcebf98d38
8132455: com/sun/jndi/ldap/LdapTimeoutTest.java fails at handleNamingException
...
Reviewed-by: vinnie
2015-11-12 13:37:35 +00:00
Roger Riggs
e15eefc7d7
8141652: Rename methods Objects.nonNullElse* to requireNonNullElse*
...
And some usages of replacing expr != null ? expr : otherexpr
Reviewed-by: jrose, chegar
2015-11-11 22:38:15 -05:00
Joseph Provino
f2134af77c
Merge
2015-11-11 23:45:51 +00:00
Chris Hegarty
bdbc4d15df
8140606: Update library code to use internal Unsafe
...
Reviewed-by: alanb, mchung, psandoz, weijun
2015-11-11 09:19:12 +00:00
Tiantian Du
6c93228c43
8076359: Test Task: Develop new tests for Leverage CPU Instructions for GHASH and RSA
...
Reviewed-by: mullan, ascarpino
2015-11-11 10:42:20 +03:00
Sebastian Sickelmann
47ec9819c2
8141662: Javadoc fix. Do not suggest to use new Boolean(true)
...
Javadoc only fix of 5108778 Too many instances of java.lang.Boolean created in Java application for the java/net library
Reviewed-by: wetmore
2015-11-10 21:13:40 +01:00
Nadeesh TV
5541c558b8
8138664: ZonedDateTime parse error for any date using 'GMT0' ZoneID - Java Bug System
...
Reviewed-by: rriggs, scolebourne, sherman
2015-11-10 14:12:53 -05:00
Nadeesh TV
dd0226189c
8066571: UnsupportedTemporalTypeException is thrown not only in the case of unsupported temporal - Java Bug System
...
Reviewed-by: rriggs, scolebourne
2015-11-10 14:11:50 -05:00
Magnus Ihse Bursie
cda93faedc
8142383: Use named arguments for SetupCompileProperties in jdk
...
Reviewed-by: erikj
2015-11-10 15:00:25 +01:00
Rocky Sloan
f8cea75f1c
8137113: [TEST_BUG] Two java.beans tests need to be updated to work with JDK 9 modularized filesystem
...
Reviewed-by: serb, alexsch
2015-11-10 13:46:45 +03:00
Amy Lu
765cd7602c
8142370: Move java/util/concurrent/Phaser/Basic.java to tier 2
...
Reviewed-by: darcy, martin
2015-11-10 13:15:01 +08:00
Alejandro Murillo
b96356c53b
Merge
2015-11-09 20:37:05 -08:00
Joe Darcy
3cc6f8e724
8142369: Move TestLocalTime.java to tier 2
...
Reviewed-by: lancea, sherman
2015-11-09 18:27:43 -08:00
Rajan Halade
7ff9b4ac29
8048356: SecureRandom default provider tests
...
Reviewed-by: wetmore
2015-11-10 01:38:35 +03:00
Iris Clark
2f8616e7b4
Merge
2015-11-09 10:57:01 -08:00
Phil Race
581b95fee3
Merge
2015-11-09 09:05:20 -08:00
Claes Redestad
ff90534bb5
8141678: sun.invoke.util.Wrapper eagerly initializes all integral type caches
...
Reviewed-by: vlivanov, psandoz, shade, plevart
2015-11-09 17:15:07 +01:00
Claes Redestad
8e73a2915d
8141677: Improve java.lang.invoke.MemberName hashCode implementation
...
Reviewed-by: vlivanov, psandoz, shade
2015-11-09 17:14:05 +01:00
Roger Riggs
fe2786af5f
8138566: (Process) java.lang.Process.allChildren specification clarification
...
8140213: Process/ProcessHandle.onExit() spec need to be improved
8140250: (process) Process.info description is inaccurate
Rename to descendants() and clarify
Reviewed-by: psandoz
2015-11-09 11:02:07 -05:00
Matthias Klose
7afea22f63
8139932: Typo in makefile changes for 8043805 [Allow using a system-installed libjpeg]
...
Reviewed-by: erikj, omajid, prr
2015-11-06 17:27:27 -05:00
Peter Levart
10eb29b33e
8131129: Attempt to define a duplicate BMH$Species class
...
Reviewed-by: mhaupt, redestad, vlivanov
2015-11-09 13:44:58 +01:00
Artem Smotrakov
523fdf9bfb
8140649: imageFile should use delete[] with new[]
...
Reviewed-by: jlaskey
2015-11-09 13:58:10 +03:00