Dmitrij Pochepko
|
703073a564
|
8204289: AARCH64: enable math intrinsics usage in interpreter and C1
Reviewed-by: aph, dsamersoff
|
2018-06-25 16:31:18 +03:00 |
|
Dmitrij Pochepko
|
854207f875
|
8189105: AARCH64: create intrinsic for sin and cos
Reviewed-by: aph, adinn
|
2018-06-25 16:30:49 +03:00 |
|
Dmitrij Pochepko
|
fe0bbc424b
|
8196402: AARCH64: create intrinsic for Math.log
Reviewed-by: aph, dsamersoff
|
2018-06-25 16:30:16 +03:00 |
|
Shashidhara Veerabhadraiah
|
67b1418aa8
|
8153732: Windows remote printer changes do not reflect in lookupPrintServices()
Reviewed-by: prr, psadhukhan
|
2018-06-25 14:32:46 +05:30 |
|
Pankaj Bansal
|
91f281c8d7
|
8194873: right ALT key hotkeys no longer work in Swing components
Reviewed-by: serb, psadhukhan
|
2018-06-25 12:50:25 +05:30 |
|
Sergey Bylokhov
|
47c7fc7a8a
|
8205324: Part of java.awt.Desktop.browse(URI) spec is outdated after support of applets was removed
Reviewed-by: prr
|
2018-06-24 19:45:15 -07:00 |
|
Sergey Bylokhov
|
1c1a099b3c
|
8205144: JSpinner may change the font after became visible
Reviewed-by: psadhukhan
|
2018-06-23 11:48:42 -07:00 |
|
Sergey Bylokhov
|
9eeb3ed886
|
8205456: Unification of iterations over arrays
Reviewed-by: prr
|
2018-06-22 19:19:43 -07:00 |
|
Stuart Marks
|
b228ede451
|
8205491: adjust reflective access checks
Reviewed-by: alanb, mchung, igerasim, rhalade, ahgross
|
2018-06-22 17:08:00 -07:00 |
|
Phil Race
|
075d860ee6
|
8205494: Convert or remove all AWT applet demos
Reviewed-by: serb, erikj
|
2018-06-22 13:21:23 -07:00 |
|
Phil Race
|
52d487c316
|
8205136: Move StylePad demo to the open repository
Reviewed-by: serb, erikj
|
2018-06-22 12:16:14 -07:00 |
|
Roman Kennke
|
cbcc690048
|
8205523: Explicit barriers for interpreter
Reviewed-by: eosterlund, coleenp
|
2018-06-22 16:07:15 +02:00 |
|
Roman Kennke
|
f62fa67625
|
8204969: Asserts in objArrayKlass.cpp need to use _raw variants of obj_addr_at()
Reviewed-by: tschatzl, eosterlund
|
2018-08-09 17:11:11 +02:00 |
|
Per Lidén
|
f8590345b7
|
8209127: ZGC: Improve error message when failing to map memory for mark stacks
Reviewed-by: eosterlund, tschatzl
|
2018-08-09 11:24:30 +02:00 |
|
Per Lidén
|
abb1e458eb
|
8209126: ZGC: ZMarkStackAllocator::is_initialized() never called
Reviewed-by: eosterlund, tschatzl
|
2018-08-09 11:24:30 +02:00 |
|
Per Lidén
|
6c7f0f0218
|
8209125: ZGC: Clean up ZServiceabilityCounters
Reviewed-by: eosterlund, tschatzl
|
2018-08-09 11:24:30 +02:00 |
|
Per Lidén
|
e05a66c789
|
8207756: ZGC: jstat should show CGC STW phases
Co-authored-by: Yasumasa Suenaga <yasuenag@gmail.com>
Reviewed-by: pliden, ysuenaga, eosterlund
|
2018-08-09 11:24:30 +02:00 |
|
Xin Liu
|
e5f3e1b60c
|
8207965: C2-only debug build fails
Reviewed-by: kvn, iignatyev
|
2018-08-08 18:38:34 -07:00 |
|
Mandy Chung
|
90a76fe7d2
|
8202941: GenModuleInfoSource build tool does not detect missing semicolons
Reviewed-by: erikj
|
2018-08-08 14:40:02 -07:00 |
|
Coleen Phillimore
|
a7b66f6f5e
|
8208677: Move inner metaspace cleaning out of class unloading
Move to safepoint cleanup actions to do if needed.
Reviewed-by: eosterlund, hseigel
|
2018-08-08 15:24:21 -04:00 |
|
Brian Burkhalter
|
52f2eca5d9
|
8193822: Remove unused newDirectByteBuffer and truncate methods from buffer classes
Reviewed-by: alanb, psandoz
|
2018-08-08 09:25:10 -07:00 |
|
Thomas Schatzl
|
9c0720b156
|
8208671: Runtime, JFR, Serviceability changes to allow enabling -Wreorder
Reviewed-by: dholmes, hseigel
|
2018-08-08 15:31:07 +02:00 |
|
Thomas Schatzl
|
e98c176026
|
8208670: Compiler changes to allow enabling -Wreorder
Reviewed-by: kvn
|
2018-08-08 15:31:06 +02:00 |
|
Thomas Schatzl
|
d702d5f8d2
|
8208669: GC changes to allow enabling -Wreorder
Reviewed-by: kbarrett
|
2018-08-08 15:31:06 +02:00 |
|
Coleen Phillimore
|
a6a078ee4f
|
8208575: Remove Atomic::add/sub for short
Removed code to atomic::add for short because it's no longer used for Symbol.
Reviewed-by: iklam
|
2018-08-07 19:35:50 -04:00 |
|
Ioi Lam
|
1b2e7cbaef
|
8208999: Some use of Klass* should be replaced by InstanceKlass*
Klass::java_super() => InstanceKlass*; InstanceKlass::{local,transitive}_interfaces() => Array<InstanceKlass*>*
Reviewed-by: coleenp, hseigel
|
2018-08-07 15:45:07 -07:00 |
|
Claes Redestad
|
db4913ba5a
|
8209003: Consolidate use of empty collections in java.lang.module
Reviewed-by: alanb, mchung
|
2018-08-07 23:08:52 +02:00 |
|
Paul Sandoz
|
70b706c224
|
8206955: MethodHandleProxies.asInterfaceInstance does not support default methods
Reviewed-by: mchung, plevart
|
2018-08-06 15:18:57 -07:00 |
|
Florian Weimer
|
cc248634a1
|
8208362: (bf) Long chains created by direct Buffer::slice
Reviewed-by: mr, psandoz, alanb
|
2018-08-06 14:55:04 -07:00 |
|
Joe Darcy
|
4bac00436d
|
8209024: Use SuppressWarnings on serialVersionUID fields in interfaces
Reviewed-by: bpb, rriggs, mullan
|
2018-08-06 14:29:22 -07:00 |
|
Harold Seigel
|
82186ce311
|
8208604: Metadata::print_value_string() compares 'this' to NULL
Remove the comparison and add asserts to check for NULL
Reviewed-by: coleenp, gziemski
|
2018-08-06 14:20:58 -04:00 |
|
Christoph Dreis
|
c1c4085139
|
8208998: Typo in ModueInfo.java, field for ModuleHashes should be moduleHashes
Reviewed-by: alanb
|
2018-08-05 19:16:31 +01:00 |
|
Joe Darcy
|
fb0b608284
|
8208782: Remove extra type in throws clause of SerialClob.writeObject
Reviewed-by: lancea
|
2018-08-03 21:06:15 -07:00 |
|
Phil Race
|
60c6812f2d
|
8205119: SwingApplet demo should be removed
Reviewed-by: serb
|
2018-06-21 14:32:41 -07:00 |
|
Phil Race
|
1fc2c6f4a8
|
8205441: Upgrade to harfbuzz 1.8.1
Reviewed-by: serb
|
2018-06-21 12:54:30 -07:00 |
|
Phil Race
|
a51fe99bfd
|
Merge
|
2018-06-21 09:53:50 -07:00 |
|
Stuart Marks
|
277b35da28
|
8203184: List.copyOf() fails to copy sublists
Reviewed-by: psandoz
|
2018-06-21 08:45:57 -07:00 |
|
Stuart Marks
|
693a6dd27a
|
8060192: Add default method <A> A[] Collection.toArray(IntFunction<A[]> generator)
Reviewed-by: martin, forax, psandoz, briangoetz
|
2018-06-21 08:25:03 -07:00 |
|
Coleen Phillimore
|
5be0048099
|
8205175: Deprecate UnlinkSymbolsALot debugging option
Reviewed-by: zgu, stuefe
|
2018-06-21 11:10:44 -04:00 |
|
Jim Laskey
|
267fe08ad9
|
8203637: Fix Sources
Reviewed-by: hannesw, sundar
|
2018-06-21 08:58:59 -03:00 |
|
Ivan Gerasimov
|
d686431d78
|
8204667: Resources not freed on exception
Reviewed-by: skoivu, chegar
|
2018-06-20 18:02:22 -07:00 |
|
Sergey Bylokhov
|
dc6225338c
|
8203003: Several FileDialog Modality Tests fail on Linux due to X errors
Reviewed-by: prr, psadhukhan
|
2018-06-20 11:12:48 -07:00 |
|
Phil Race
|
93c8d9bffd
|
Merge
|
2018-06-19 10:12:35 -07:00 |
|
Roman Kennke
|
3ac6f8d3b9
|
8205336: Modularize allocations in assembler
Reviewed-by: aph, eosterlund
|
2018-06-19 13:03:12 -04:00 |
|
Igor Veresov
|
ac42932122
|
8205105: VM crashes with "assert(Universe::heap()->is_in_reserved(start + words - 1)) failed: not in heap"
Disable fast TLAB refill in Graal.
Reviewed-by: dnsimon, kvn
|
2018-06-20 17:30:43 -07:00 |
|
Bernard Blaser
|
07012c9753
|
8203338: Unboxing in return from lambda miscompiled to throw ClassCastException
Reviewed-by: mcimadamore, vromero
|
2018-06-20 10:01:49 -07:00 |
|
Chris Hegarty
|
99f9c91a02
|
Merge
|
2018-06-20 17:54:40 +01:00 |
|
Erik Joelsson
|
640bf6cbd8
|
8200115: System property java.vm.vendor value includes quotation marks
Reviewed-by: tbell, asaha
|
2018-06-20 09:38:17 -07:00 |
|
Chris Hegarty
|
659fdd8dc4
|
8204679: HTTP Client refresh
Co-authored-by: Daniel Fuchs <daniel.fuchs@oracle.com>
Co-authored-by: Michael McMahon <michael.x.mcmahon@oracle.com>
Co-authored-by: Pavel Rappo <pavel.rappo@oracle.com>
Reviewed-by: chegar, dfuchs, michaelm
|
2018-06-20 09:05:57 -07:00 |
|
Claes Redestad
|
edd5002b4e
|
8199435: Unsafe publication of java.util.Properties.map
Reviewed-by: dholmes, psandoz, plevart, bchristi
|
2018-06-20 17:06:24 +02:00 |
|