Sergey Bylokhov
c93718e271
8056298: Separate java.awt.datatransfer from the desktop module
...
Reviewed-by: erikj, alanb, mchung, alexsch
2015-01-16 18:45:26 +03:00
Alexander Scherbatiy
49d1356783
8068040: [macosx] Combo box consuming ENTER key
...
Reviewed-by: serb, azvegint
2015-01-16 19:11:10 +04:00
Magnus Ihse Bursie
5e638e9c56
8069064: Various improvements and fixes in build system
...
Reviewed-by: erikj
2015-01-16 16:02:09 +01:00
Jan Lahoda
56c4de876e
8068517: Compiler may generate wrong InnerClasses attribute for static enum reference
...
Making sure enum's abstractness is resolved before writing InnerClasses entry about it.
Reviewed-by: mcimadamore
2015-01-16 14:47:25 +01:00
Erik Helin
759740976b
8068971: A heap region being cleared should not belong to the cset
...
Reviewed-by: brutisso, tschatzl
2015-01-16 14:43:45 +01:00
Axel Siebenborn
0520df8a92
8068909: SIGSEGV in c2 compiled code with OptimizeStringConcat
...
Reviewed-by: kvn
2015-01-16 13:58:22 +01:00
Pavel Chistyakov
580e7ed3ed
8068234: java/lang/instrument/NativeMethodPrefixAgent.java is still in exclude list
...
Reviewed-by: kvn, iignatyev
2015-01-16 15:09:01 +03:00
Pavel Chistyakov
0b17d19f48
8068231: Several tests are still excluded
...
Reviewed-by: kvn, iignatyev
2015-01-16 15:08:20 +03:00
Dmitrij Pochepko
427f25366e
8068385: [TESTBUG] hotspot/test/compiler/codecache/jmx/PoolsIndependenceTest.java sometimes fails(unstable behaviour)
...
Fixing unstable behaviour of 2 tests
Reviewed-by: iignatyev
2015-01-16 20:59:23 +04:00
Erik Joelsson
09d9213488
8069164: Fix langtools make build so that diagnostic framework can be used
...
Fix race condition between gensrc targets and output location of parseproperties task
Reviewed-by: erikj, jlahoda
2015-01-16 12:02:41 +00:00
Claes Redestad
31f50fcff9
8068736: Avoid synchronization on Executable/Field.declaredAnnotations
...
Reviewed-by: jfranck, psandoz
2015-01-16 12:41:36 +01:00
Alexander Zvegintsev
3622c75cbd
8061636: Fix for JDK-7079254 changes behavior of MouseListener, MouseMotionListener
...
Reviewed-by: alexsch, serb
2015-01-16 13:53:44 +03:00
Erik Helin
c671f2ff04
Merge
2015-01-16 10:32:40 +00:00
Dean Long
2bd7efd60e
Merge
2015-01-16 05:02:11 -05:00
Erik Helin
86f95c464f
8066875: VirtualSpace does not use large pages
...
Reviewed-by: stefank, tschatzl, anoll, thartmann
2015-01-16 10:29:12 +01:00
Erik Joelsson
da5d03e784
8069041: Bootcycle builds do not work with sjavac
...
Reviewed-by: ihse
2015-01-16 10:15:54 +01:00
Jungwoo Ha
788b0d89f8
8061259: ParNew promotion failed is serialized on a lock
...
Reviewed-by: kbarrett, brutisso
2015-01-16 09:40:13 +01:00
Andrew Haley
781a793ed9
6584008: jvmtiStringPrimitiveCallback should not be invoked when string value is null
...
Reviewed-by: sla, sspitsyn
2015-01-16 09:15:22 +01:00
Alejandro Murillo
fd925c52da
Merge
2015-01-15 19:23:49 -08:00
Alejandro Murillo
1062cfee7b
Merge
2015-01-15 19:23:48 -08:00
Tristan Yan
120cde915b
8051563: Update JAXP functional tests
...
Reviewed-by: lancea, joehw
2015-01-15 19:10:56 -08:00
Joe Darcy
c0500545f7
8069127: Suppress deprecation warnings in jdk.deploy.osx module
...
Reviewed-by: wetmore, juh
2015-01-15 16:45:02 -08:00
Joe Darcy
163f2e001e
8067099: Add deprecation lint warning to build of jdk repository
...
Reviewed-by: erikj
2015-01-15 14:51:05 -08:00
Christian Tornqvist
4f3c9fccb7
8062961: [TESTBUG] Spurious timeout for runtime/ErrorHandling/ProblematicFrameTest
...
Reviewed-by: coleenp, gtriantafill
2015-01-15 14:10:49 -08:00
Dean Long
e2bf1cd30d
Merge
2015-01-15 16:51:09 -05:00
David Katleman
3a01ee0832
Added tag jdk9-b46 for changeset 167aecd0161e
2015-01-15 13:09:53 -08:00
David Katleman
1e645dd9dd
Added tag jdk9-b46 for changeset 867b8b80696e
2015-01-15 13:09:52 -08:00
David Katleman
3e2e519ce8
Added tag jdk9-b46 for changeset 1548d75015bd
2015-01-15 13:09:48 -08:00
David Katleman
6472b680e1
Added tag jdk9-b46 for changeset 76ad1de0fd63
2015-01-15 13:09:43 -08:00
David Katleman
7c78550130
Added tag jdk9-b46 for changeset b037890ea772
2015-01-15 13:09:42 -08:00
David Katleman
17e982a08f
Added tag jdk9-b46 for changeset a41296327b3d
2015-01-15 13:09:39 -08:00
David Katleman
af90d9fe8a
Added tag jdk9-b46 for changeset 87aeabf7ffa2
2015-01-15 13:09:37 -08:00
David Katleman
9d14d4b1e7
Added tag jdk9-b46 for changeset 2602be4290e7
2015-01-15 13:09:36 -08:00
Dean Long
0b2476589a
8068927: AARCH64: better handling of aarch64- triples
...
Convert aarch64- to arm-, let upstream code do the work, then convert back to aarch64-
Reviewed-by: ihse
2015-01-15 15:12:38 -05:00
Andrew Haley
50c0c29004
8068055: AARCH64: os_cpu
...
Add src/os_cpu/linux_aarch64/vm/* files
Reviewed-by: kvn, roland, dholmes
2015-01-15 11:17:47 -08:00
Artem Smotrakov
f46b3d442f
8059009: LDAPCertStore fails to retrieve CRL after LDAP server closes idle connection
...
Reviewed-by: vinnie
2015-01-15 17:57:52 +00:00
Chris Hegarty
00b2f7005d
8042581: Intermittent failure in java/net/DatagramSocket/InheritHandle.java
...
Reviewed-by: alanb, chegar
2015-01-15 17:05:06 +00:00
Maurizio Cimadamore
484ca4753c
8069069: Build failure because of dependency on generated file
...
Make build spuriously fails to build property classes
Reviewed-by: jlahoda
2015-01-15 16:24:25 +00:00
Erik Joelsson
1310f9142f
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
...
Reviewed-by: tbell, ihse
2015-01-15 16:52:10 +01:00
Erik Joelsson
6f19ee9717
8042707: Source changes needed to build JDK 9 with Visual Studio 2013 (VS2013)
...
Reviewed-by: tbell, ihse
2015-01-15 16:36:24 +01:00
Michail Chernov
cd582fa380
8066122: CollectionUsageThreshold.java times out when run with -XX:+ExplicitGCInvokesConcurrent
...
CollectionUsageThreshold.java hangs due to VM performs concurrent GC with -XX:+ExplicitGCInvokesConcurrent flag, as result - notification is not received. Excluded test execution with -XX:+ExplicitGCInvokesConcurrent.
Reviewed-by: dfazunen, tschatzl
2015-01-15 19:16:17 +04:00
Goetz Lindenmaier
71d4cfb1ad
8068026: [TESTBUG] Check for -client in gc/g1/TestHumongousCodeCacheRoots.java
...
Skip test if -client is not supported.
Reviewed-by: jwilhelm, simonis
2015-01-15 16:05:20 +01:00
Magnus Ihse Bursie
721b7a43be
8069057: Make sure configure is run by bash
...
Reviewed-by: erikj
2015-01-15 15:43:28 +01:00
Magnus Ihse Bursie
963ea242c9
8069063: More merge errors following JDK-8049367
...
Reviewed-by: erikj
2015-01-15 15:40:56 +01:00
Magnus Ihse Bursie
a278a118ee
8066769: Fix merge errors following JDK-8049367
...
Reviewed-by: erikj
2015-01-15 15:09:37 +01:00
Maurizio Cimadamore
82db21e08d
8068995: Cleanup method reference lookup code
...
Simplify method reference code lookup and generate better/more uniform diagnostics
Reviewed-by: vromero
2015-01-15 13:58:11 +00:00
Jesper Wilhelmsson
9a011ee40a
Merge
2015-01-15 14:36:15 +01:00
Paul Sandoz
582c3c193b
Merge
2015-01-15 12:43:14 +00:00
Dmitry Samersoff
1e02ce5071
Merge
2015-01-15 12:02:55 +00:00
Erik Joelsson
9ca8fd34f2
8068902: Solaris build fails with new 10u10 devkit
...
Reviewed-by: tbell
2015-01-15 12:09:04 +01:00