Sergey Bylokhov
|
af802cb541
|
7124381: DragSourceListener.dragDropEnd() never been called on completion of dnd operation
Reviewed-by: yan, ssadetsky
|
2016-04-25 19:14:30 +03:00 |
|
Robert Field
|
f49817d6cd
|
8154485: JShell: infrastructure for multi-Snippet class wrappers
Reviewed-by: jlahoda
|
2016-04-25 08:50:16 -07:00 |
|
Alexander Stepanov
|
1c8cb8707c
|
8154962: [TEST] @BeanProperty: add some tests for anonimous classes
Reviewed-by: serb
|
2016-04-25 18:07:45 +03:00 |
|
Severin Gehwolf
|
90ab13c3cc
|
8154529: some places in the invoke.c that use InvokeRequest* not protected with invokerLock
Reviewed-by: sspitsyn
|
2016-04-25 15:32:35 +02:00 |
|
Roland Westrelin
|
15893e995b
|
8155015: Aarch64: bad assert in spill generation code
Reviewed-by: thartmann
|
2016-04-25 15:14:02 +02:00 |
|
Roland Westrelin
|
23ce249250
|
8154939: 8153998 broke vectorization on aarch64
Reviewed-by: kvn, mcberg
|
2016-04-27 01:14:07 -07:00 |
|
Jan Civlin
|
f2e9b827d6
|
8154495: SHA256 AVX2 intrinsic (when no supports_sha() available)
Reviewed-by: kvn
|
2016-04-26 21:54:21 -07:00 |
|
Michael Berg
|
7c4302f618
|
8154896: xml.transform fails intermittently on SKX
Replace some short branches (jccb) to avoid problem when EVEX is used.
Reviewed-by: twisti, kvn
|
2016-04-26 20:43:59 -07:00 |
|
Rickard Bäckman
|
b853eb7f5c
|
8151956: Support non-continuous CodeBlobs in HotSpot
Reviewed-by: iveresov, thartmann, simonis
|
2016-04-26 10:28:51 +02:00 |
|
Vladimir Ivanov
|
67ff4391ec
|
8154172: C1: NPE is thrown instead of linkage error when invoking nonexistent method
Reviewed-by: kvn
|
2016-04-25 21:25:22 +03:00 |
|
Vladimir Ivanov
|
e17b342749
|
8134918: C2: Type speculation produces mismatched unsafe accesses
Reviewed-by: kvn
|
2016-04-25 18:36:27 +03:00 |
|
Jim Laskey
|
ce076f3ab9
|
8147634: Need a JImage API that given a JImageLocationRef returns class name
Reviewed-by: hseigel
|
2016-04-25 09:59:43 -03:00 |
|
Jim Laskey
|
c95df8b9fe
|
8147426: Missing definition for JIMAGE_NOT_FOUND
Reviewed-by: hseigel, alanb
|
2016-04-25 09:59:07 -03:00 |
|
Jim Laskey
|
7057b40f48
|
8154179: BasicImageReader activating ImageBufferCache when not used
Reviewed-by: redestad
|
2016-04-25 09:57:56 -03:00 |
|
Jim Laskey
|
d83717b035
|
8069079: jimage extract / list to organize classes by modules
Reviewed-by: alanb, mchung
|
2016-04-25 09:57:55 -03:00 |
|
Jim Laskey
|
c20a95b52d
|
8154090: Remove support for jimage recreate
Reviewed-by: alanb
|
2016-04-25 09:57:55 -03:00 |
|
Jim Laskey
|
58b1ba941e
|
8153930: Compiler crashed (intermittently)
Reviewed-by: redestad, alanb
|
2016-04-25 09:57:55 -03:00 |
|
Jim Laskey
|
80b4b623c7
|
8082537: jimage should print usage when started with no args
Reviewed-by: alanb
|
2016-04-25 09:57:55 -03:00 |
|
Jim Laskey
|
5013b64580
|
8147634: Need a JImage API that given a JImageLocationRef returns class name
Reviewed-by: hseigel
|
2016-04-25 09:57:55 -03:00 |
|
Jim Laskey
|
f4d962e735
|
8147426: Missing definition for JIMAGE_NOT_FOUND
Reviewed-by: hseigel, alanb
|
2016-04-25 09:57:55 -03:00 |
|
Semyon Sadetsky
|
080a341e80
|
8145547: [AWT/Swing] Conditional support for GTK 3 on Linux
Reviewed-by: prr, alexsch
|
2016-04-25 15:37:31 +03:00 |
|
Goetz Lindenmaier
|
187fe4afd1
|
8154996: [aix] Implement compare_file_modified_times for "8146879: Add option ..."
Reviewed-by: simonis
|
2016-04-25 12:42:29 +02:00 |
|
Erik Helin
|
bbe16a058e
|
Merge
|
2016-04-25 17:24:33 +02:00 |
|
Coleen Phillimore
|
ec68fa3411
|
Merge
|
2016-04-25 15:22:16 +00:00 |
|
Andrew Haley
|
874b51e362
|
Merge
|
2016-04-25 15:02:33 +00:00 |
|
Andrew Haley
|
f2ba1fde33
|
8154957: AArch64: Better byte behavior
The fix for 8132051 is needed for AArch64.
Reviewed-by: roland
|
2016-04-25 14:22:36 +00:00 |
|
Coleen Phillimore
|
de88e58a82
|
8154580: Save mirror in interpreter frame to enable cleanups of CLDClosure
GC walks the mirror using OopClosure rather than using CLDClosure in oops_interpreted_do()
Reviewed-by: dlong, twisti, stefank
|
2016-04-25 09:51:00 -04:00 |
|
Nadeesh TV
|
911f4b1664
|
8031085: DateTimeFormatter won't parse dates with custom format "yyyyMMddHHmmssSSS"
Changed the FractionPrinterParser to subclass of NumberPrinterParser to make it participate in adjacent value parsing
Reviewed-by: rriggs, scolebourne
|
2016-04-25 09:37:43 +00:00 |
|
Stefan Karlsson
|
9ca6318ece
|
8017629: G1: UseSHM in combination with a G1HeapRegionSize > os::large_page_size() falls back to use small pages
Reviewed-by: pliden, sjohanss, stuefe
|
2016-04-25 11:36:14 +02:00 |
|
Tobias Hartmann
|
3a358f4cff
|
8086057: Crash with "modified node is not on IGVN._worklist" when running with -XX:-SplitIfBlocks
Pre-loop Opaque1 node 'pre_opaq' should be put on the IGVN worklist after modification.
Reviewed-by: kvn
|
2016-04-25 10:53:42 +02:00 |
|
Tobias Hartmann
|
ebc384160f
|
8154763: Crash with "assert(RangeCheckElimination)" if RangeCheckElimination is disabled
Disable multiversioning if range check elimination is turned off.
Reviewed-by: mcberg, kvn
|
2016-04-25 10:51:44 +02:00 |
|
John R Rose
|
a4ff82596a
|
8154475: Clean up lookup visibility
Reviewed-by: vlivanov, mhaupt, ahgross
|
2016-04-23 05:04:27 -07:00 |
|
Jiangli Zhou
|
04ec692aca
|
Merge
|
2016-04-22 19:40:39 +02:00 |
|
Coleen Phillimore
|
bc5d385d04
|
Merge
|
2016-04-22 16:17:45 +00:00 |
|
Matthias Baesken
|
d88ba0b30d
|
8154566: os_linux.cpp parse_os_info gives non descriptive output on current SLES releases
For SuSE, read the first line of the /etc/xrelease file, also get PRETTY_NAME from /etc/os_release
Reviewed-by: gthornbr, coleenp
|
2016-04-23 15:21:48 -04:00 |
|
Michail Chernov
|
0fc708181a
|
8154341: [TESTBUG] G1 stress test for humongous objects allocation
Reviewed-by: jwilhelm, dfazunen
|
2016-04-22 18:19:29 +03:00 |
|
Michail Chernov
|
4397d91642
|
8154759: [TESTBUG] GC tests should be changed to be able to execute with -Xlog:all=trace
Reviewed-by: jmasa, dfazunen
|
2016-04-22 17:49:15 +03:00 |
|
Coleen Phillimore
|
77eae51159
|
Merge
|
2016-04-22 14:48:35 +00:00 |
|
Michail Chernov
|
14a8adfd9f
|
8154843: GC tests should be correctly marked with @module
Reviewed-by: jwilhelm, dfazunen
|
2016-04-22 17:46:06 +03:00 |
|
Nils Eliasson
|
24d3db305c
|
8153527: break_tty_lock_for_safepoint causes "assert(false) failed: bad tag in log" and broken compile log
Retake tty_lock before printing closing tag in print_optoassembly
Reviewed-by: kvn
|
2016-04-22 16:05:00 +02:00 |
|
Coleen Phillimore
|
5f5a877bf4
|
Merge
|
2016-04-22 13:16:57 +00:00 |
|
Goetz Lindenmaier
|
dafa24689b
|
8154921: Fix aix after "8146879: Add option for handling existing log files in UL"
Rename os::fileno to os::get_fileno because AIX defines macro 'fileno'.
Reviewed-by: coleenp
|
2016-04-22 14:57:18 +02:00 |
|
Andrew Haley
|
651e264d3c
|
8154210: Zero: Better byte behaviour
Complete support for 8132051 on Zero and fix failure on 64-bit big-endian systems
Reviewed-by: andrew, chrisphi, coleenp
|
2016-04-22 14:30:58 +02:00 |
|
Thomas Schatzl
|
2e4cd63893
|
Merge
|
2016-04-22 13:43:36 +02:00 |
|
Erik Joelsson
|
f2c59f97ce
|
8154326: bash >(...) construct causes race conditions
Reviewed-by: tbell, ihse
|
2016-04-22 10:48:12 +02:00 |
|
Martin Doerr
|
2ee49b78fe
|
8154867: PPC64: Better byte behavior
Reviewed-by: goetz
|
2016-04-22 10:46:08 +02:00 |
|
Thomas Schatzl
|
78d48b8bee
|
8154838: G1CardLiveData::free_large_bitmap() uses wrong calculation to determine the number of words
Use the exact same calculation as G1CardLiveData::allocate_large_bitmap() in free_large_bitmap().
Reviewed-by: stefank, jmasa
|
2016-04-22 10:19:22 +02:00 |
|
Alejandro Murillo
|
447298f950
|
Merge
|
2016-04-22 01:04:01 -07:00 |
|
Alejandro Murillo
|
b22e1fa6fa
|
Merge
|
2016-04-22 01:04:00 -07:00 |
|
Alejandro Murillo
|
f9426642c6
|
Merge
|
2016-04-22 01:04:00 -07:00 |
|