Alexander Scherbatiy
d48c3fcafb
8137571: Linux HiDPI Graphics support
...
Reviewed-by: flar, serb
2015-11-13 18:36:14 +04:00
Jaroslav Bachorik
e67e132b02
8142398: ManagementAgent.status diagnostic command only outputs the specifically set properties
...
Reviewed-by: sla
2015-11-13 14:44:05 +01:00
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
Srikanth Adayapalam
b79126e437
8073616: Duplicate error message: cannot inherit from final (class) F
...
Ensure that the compiler does not emit duplicate errors at slightly different source positions.
Reviewed-by: mcimadamore
2015-11-13 18:09:36 +05:30
Maurizio Cimadamore
90a76d40e5
8046685: Uncompilable large expressions involving generics
...
Improve inference propagation logic so that unnecessary inference variables are not propagated.
Reviewed-by: vromero
2015-11-13 12:29:23 +00:00
Sean Mullan
8934131c54
Merge
2015-11-13 07:22:48 -05:00
Marcus Larsson
396cd88e2f
8142482: Improve the support for prefix functions in unified logging
...
Reviewed-by: brutisso, pliden
2015-11-13 09:49:28 +01:00
Thomas Schatzl
7f53346519
Merge
2015-11-13 12:36:17 +00:00
Stefan Johansson
6983acfb5f
8139424: SIGSEGV, Problematic frame: # V [libjvm.so+0xd0c0cc] void InstanceKlass::oop_oop_iterate_oop_maps_specialized<true,oopDesc*,MarkAndPushClosure>
...
The crash was caused by a faulty eager humongous reclaim. The reason for reclaiming a live object was that the call to cleanupHRRS was done after dirtying cards and clearing the remembered sets for the humongous object. This could lead to one or many cards being missed.
Reviewed-by: tbenson, kbarrett, tschatzl
2015-11-13 09:28:53 +01:00
Thomas Schatzl
4d9dfbeb1d
8138684: G1 decision about taking regions into the collection set is too aggressive
...
Factor in expected waste and uncertainty of our guess in the decision whether to take another region into the collection set.
Reviewed-by: mgerdin, jmasa
2015-11-13 09:12:06 +01:00
Lana Steuck
e5f8d94eb5
Merge
2015-11-12 18:32:09 -08:00
Lana Steuck
a02888a4fb
Merge
2015-11-12 18:31:10 -08:00
Lana Steuck
6b43d0b8a6
Merge
2015-11-12 18:29:22 -08:00
Lana Steuck
93df9c72df
Merge
2015-11-12 18:27:55 -08:00
Lana Steuck
c9fb1dbcf5
Merge
2015-11-12 18:27:43 -08:00
Lana Steuck
36278287c8
Merge
2015-11-12 18:27:26 -08:00
Lana Steuck
9d5adbccc9
Merge
2015-11-12 18:27:17 -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
2631dbf693
Merge
2015-11-12 14:15:42 -08:00
Lana Steuck
d900f2f444
Merge
2015-11-12 14:15:05 -08:00
Lana Steuck
196fe549ba
Merge
2015-11-12 14:14:37 -08:00
Lana Steuck
64682e8faa
Merge
2015-11-12 14:14:24 -08:00
Lana Steuck
c4dd346ef4
Merge
2015-11-12 14:13:49 -08:00
Lana Steuck
d67f9dacf5
Merge
2015-11-12 14:13:17 -08:00
Lana Steuck
c513b95641
Merge
2015-11-12 14:12:53 -08:00
Kumar Srinivasan
f458381f25
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 13:26:07 -08:00
Aleksey Shipilev
fb33a09179
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:42:10 +03:00
Magnus Ihse Bursie
733d1383ed
8148416: Fix merge error in hotspot.m4 introduced in Merge changeset c0fe64e3d52e
...
Reviewed-by: dholmes
2016-01-28 07:59:44 +01:00
Chris Hegarty
91d8a45e73
8148154: Integrate JOpt Simple for internal usage by JDK tools
...
Reviewed-by: alanb, redestad, rriggs
2016-01-26 09:18:12 +00: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