Alejandro Murillo
5aea4e6239
Merge
2015-01-20 10:22:43 -08:00
Anton Nashatyrev
84db836cfc
8068283: Mac OS Incompatibility between JDK 6 and 8 regarding input method handling
...
Reviewed-by: ant, kizune
2015-01-20 19:26:14 +03:00
Sergey Bylokhov
6d309ec560
6515713: example in JFormattedTextField API docs instantiates abstract class
...
Reviewed-by: azvegint, alexsch
2015-01-20 17:01:18 +03:00
Lev Priima
a84794e3d6
8068795: HttpServer missing tailing space for some response codes
...
Reviewed-by: chegar
2015-01-20 13:56:01 +00:00
Felix Yang
c06b7a8915
8061448: Cleanup sun/misc/JarIndex tests to remove the check for the jre directory
...
Reviewed-by: chegar
2015-01-20 13:49:28 +00:00
Erik Joelsson
e1bfe8762e
8067479: verify-modules fails in bootcycle build
...
Reviewed-by: dholmes, sla
2015-01-20 13:56:57 +01:00
Erik Joelsson
a9158e0f40
8067479: verify-modules fails in bootcycle build
...
Reviewed-by: ihse, dholmes
2015-01-20 13:56:35 +01:00
Attila Szegedi
bf990aa813
8068603: ScriptObjectMirror should reject null/empty string/non-string parameters in Bindings methods
...
Reviewed-by: hannesw, sundar
2015-01-20 12:34:21 +01:00
Jan Lahoda
8944d18416
8069094: SuppressWarnings(\"deprecation\") not respected on default clause on annotation declarations
...
Properly deferring warnings that are reported during entering of annotation's default value.
Reviewed-by: mcimadamore
2015-01-20 12:00:25 +01:00
Srikanth Adayapalam
671f90ddc7
8052070: javac crashes when there are duplicated type parameters
...
Avoid eager completion of ClassSymbol while type parameters are being processed.
Reviewed-by: jlahoda, mcimadamore
2015-01-20 09:51:17 +01:00
Zoltan Majo
3d814126c2
8069162: quarantine serviceability/dcmd/compiler/CompilerQueueTest.java
...
Added '@ignore 8069160' to the test.
Reviewed-by: anoll, kvn
2015-01-20 09:45:11 +01:00
Filipp Zhinkin
1249ca93f9
8069126: compiler/rtm/locking/TestRTMTotalCountIncrRate.java nightly failure
...
Reviewed-by: kvn
2015-01-20 11:26:20 +03:00
Igor Veresov
aca3a19f56
8068881: SIGBUS in C2 compiled method weblogic.wsee.jaxws.framework.jaxrpc.EnvironmentFactory$SimulatedWsdlDefinitions.<init>
...
Use MachMerge to hook together defs of the same multidef value in a block
Reviewed-by: kvn, vlivanov
2015-01-19 12:29:50 -08:00
Maurizio Cimadamore
ca4dba303f
8069229: new .java file with no copyright notice
...
Add missing copyright header
Reviewed-by: jlahoda
2015-01-19 18:29:45 +00:00
Ivan Gerasimov
a7cd12f10a
8067951: System.loadLibrary cannot find library when path contains quoted entry
...
Reviewed-by: sherman, rriggs, alanb
2015-01-19 19:12:11 +03:00
Attila Szegedi
a8f4ccaa9d
8067880: Dead typed push methods in ArrayData
...
Reviewed-by: hannesw, jlaskey
2015-01-19 16:07:16 +01:00
Jesper Wilhelmsson
8c8b13bf52
Merge
2015-01-19 15:52:56 +01:00
Vladimir Ivanov
30035ee76f
Merge
2015-01-19 14:14:05 +00:00
Tobias Hartmann
e40b9593ca
Merge
2015-01-19 11:35:45 +00:00
Stefan Karlsson
1a534420a8
8087322: Implement a Semaphore utility class
...
Reviewed-by: kbarrett, dholmes
2015-01-19 11:06:08 +01:00
Jean-Francois Denise
88ff99b454
Merge
2015-06-25 20:47:46 +00:00
Poonam Bajaj
b34dec66c6
Merge
2015-06-25 18:14:54 +00:00
Jean-Francois Denise
aaac2cbb54
8080511: Refresh of jimage support
...
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi
2015-06-25 18:25:19 +02:00
Thomas Schatzl
e5a5f9beab
Merge
2015-06-25 15:43:16 +00:00
Poonam Bajaj
c7612a1138
8129108: nmethod related crash in CMS
...
Add SO_AllCodeCache to root scanning options when not unloading classes with a CMS collection cycle
Reviewed-by: mgerdin, jwilhelm
2015-06-25 06:52:05 -07:00
Bertrand Delsart
6684a41c5d
Merge
2015-06-25 13:23:36 +00:00
Bengt Rutisson
e7a2bfa767
Merge
2015-06-25 10:52:37 +00:00
David Holmes
1b1b03c99c
Merge
2015-06-25 08:30:23 +00:00
Thomas Schatzl
9a06f23e99
Merge
2015-06-25 07:13:27 +00:00
Thomas Schatzl
2431e87477
8129573: CollectedHeap::fill_with_objects() needs to use multiple arrays in 32 bit mode too
...
In JDK-8042668 we introduced a custom fill threshold for G1. This leads to CollectedHeap::fill_with_objects create too large objects in G1 when using it in 32 bit mode, as the code to create multiple filler objects is IFDEF'ed out on 32 bit. Enable this code on 32 bit too.
Reviewed-by: tonyp, mgerdin, tbenson
2015-06-25 09:06:35 +02:00
Thomas Schatzl
def61423c2
8129604: Incorrect GPL header in README causes RE script to create wrong output
...
Fix up GPL headers by removing leading "#" so that the RE script works.
Reviewed-by: brutisso, coleenp
2015-06-25 09:04:28 +02:00
Bertrand Delsart
2a01bb6dda
8081406: cleanup and minor extensions of the debugging facilities in CodeStrings
...
Avoid issues around _defunct CodeStrings
Reviewed-by: dholmes, coleenp
2015-06-25 08:17:52 +02:00
Bengt Rutisson
5f4a67087f
8129626: G1: set_in_progress() and clear_started() needs a barrier on non-TSO platforms
...
Also reviewed by vitalyd@gmail.com
Reviewed-by: pliden, bpittore, bdelsart
2015-06-25 08:15:07 +02:00
Coleen Phillimore
ee01e4e88b
Merge
2015-06-24 21:58:05 -04:00
Dmitry Dmitriev
fff2d77827
8129394: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option
...
Reviewed-by: dholmes
2015-06-24 18:21:14 -04:00
Dmitry Dmitriev
ef8ad5ea95
8078399: Deprecate -Xoss, -Xsqnopause, -Xoptimize and -Xboundthreads options in JDK 9
...
Reviewed-by: dholmes, coleenp
2015-06-24 18:19:09 -04:00
Bill Pittore
304b59b0c8
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
...
Need to add a space between macro identifier and string literal
Reviewed-by: stefank, dholmes, kbarrett
2015-06-24 12:12:25 -04:00
Thomas Schatzl
f3b9da429d
8129602: Incorrect GPL header causes RE script to create wrong output
...
Fix up GPL headers so that the RE script works.
Reviewed-by: stefank, dholmes, coleenp
2015-06-24 17:46:26 +02:00
Stefan Johansson
3a11c1d75c
8069011: gc/TestSmallHeap.java failing in nightly
...
Using @requires to avoid running with AggressiveOpts turned on.
Reviewed-by: jwilhelm, brutisso
2015-01-19 10:08:07 +01:00
Stefan Johansson
d508c520f0
8040935: -XX:+AggressiveOpts broken: GC triggered before VM initialization completed on several tests
...
Reviewed-by: brutisso, kbarrett
2015-01-19 10:06:14 +01:00
Ivan Gerasimov
878f630fe0
8069048: (process) Suspend finishing threads when process exits [win]
...
Reviewed-by: dholmes, dcubed
2015-01-19 11:35:15 +03:00
Zoltan Majo
eb5be4c2fe
8066312: Add new Node* Node::find_out(int opc) method
...
Added methods find_user_with() and has_user_with() for searching for a particular out type.
Reviewed-by: kvn, jrose
2015-01-19 09:32:40 +01:00
Erik Joelsson
bba288a91a
8068748: missing US_export_policy.jar in jdk9-b44 is causing compilation errors building jdk9 source code
...
Reviewed-by: ihse, wetmore
2015-01-19 09:05:50 +01:00
Yumin Qi
6e46cdd7a6
Merge
2015-01-18 23:14:47 -08:00
Yumin Qi
09a7d945d4
Merge
2015-01-18 11:50:10 -08:00
Yumin Qi
08c8e0bd31
Merge
2015-01-18 11:49:22 -08:00
Sergey Bylokhov
d4887f8b66
8066132: BufferedImage::getPropertyNames() always returns null
...
Reviewed-by: prr, flar
2015-01-17 20:53:35 +03:00
Robert Field
6c9d4861a9
8068488: Facilitate extension of the javac parser -- missing modifier
...
Reviewed-by: jjg
2015-01-16 20:03:30 -08:00
Joe Darcy
9800aaa84a
8060077: Class.toGenericString specification doesn't mention array types
...
Reviewed-by: psandoz, jfranck
2015-01-16 14:04:27 -08:00
Xueming Shen
f97da65885
8042262: Javadoc typo in java.util.Formatter
...
To fix the simple typo in java doc
Reviewed-by: rriggs, lancea
2015-01-16 13:46:39 -08:00