Sandhya Viswanathan
|
092fe55fb1
|
8210764: Update avx512 implementation
Reviewed-by: kvn
|
2018-09-24 16:37:28 -07:00 |
|
Magnus Ihse Bursie
|
6d9cf91bf0
|
8210705: Stop exporting all symbols on macosx
Reviewed-by: erikj
|
2018-09-24 20:45:06 +02:00 |
|
Roger Riggs
|
71b9664abb
|
8098798: Thread.join(ms) on Linux still affected by changes to the time-of-day clock
8210004: Thread.sleep(millis, nanos) timeout returns early
Reviewed-by: martin, igerasim
|
2018-09-14 12:53:07 -04:00 |
|
Coleen Phillimore
|
bad4a92e55
|
8210559: ClassLoaderData Symbols can leak
Unrefcount the symbol names when the CLD is destroyed
Reviewed-by: lfoltan, jiangli, iklam
|
2018-09-14 12:10:28 -04:00 |
|
Brian Burkhalter
|
b16e5584ab
|
8210741: Typo in Java API documentation of java.nio.file.Paths
Reviewed-by: alanb, rriggs
|
2018-09-14 09:00:22 -07:00 |
|
Per Lidén
|
0f8cbbc54c
|
8210714: ZGC: ZWeakRootsIterator should no longer call reset/finish_dead_counter()
Reviewed-by: eosterlund
|
2018-09-14 14:44:11 +02:00 |
|
Per Lidén
|
26af771191
|
8210711: Remove unused offset getters in ThreadLocalAllocBuffer
Reviewed-by: rkennke, tschatzl, mdoerr
|
2018-09-14 14:44:11 +02:00 |
|
Per Lidén
|
97f10c27d8
|
8210710: Rename ThreadLocalAllocBuffer::myThread() to thread()
Reviewed-by: rkennke, tschatzl
|
2018-09-14 14:44:11 +02:00 |
|
Per Lidén
|
fd2acd9284
|
8209163: SA: Show Object Histogram asserts with ZGC
Reviewed-by: ysuenaga, jcbeyler
|
2018-09-14 14:44:11 +02:00 |
|
Hannes Wallnöfer
|
9a9df3cd76
|
8209914: javadoc search sometimes generates bad URIs
Reviewed-by: jjg
|
2018-09-14 14:45:31 +02:00 |
|
Dmitrij Pochepko
|
8eb4ba001c
|
8210461: AArch64: Math.cos intrinsic gives incorrect results
Reviewed-by: aph
|
2018-09-14 14:24:00 +03:00 |
|
Igor Veresov
|
acb7acc64f
|
8210478: Update Graal
Reviewed-by: kvn
|
2018-09-13 22:45:12 -07:00 |
|
Liam Miller-Cushon
|
8b3c1810d2
|
8193037: package-info annotations are not reported when annotation processing is enabled
Reviewed-by: jjg
|
2018-09-13 15:29:44 -07:00 |
|
Xue-Lei Andrew Fan
|
5de8b5c59a
|
8209916: NPE in SupportedGroupsExtension
Reviewed-by: jnimeh, wetmore
|
2018-09-13 17:11:04 -07:00 |
|
Vladimir Kozlov
|
7f806d6abd
|
8210220: [AOT] jdwp test cases are failing with error # ERROR: TEST FAILED: Cought IOException while receiving event packet
Don't register AOT method if corresponding java method has breakpoints.
Reviewed-by: dlong
|
2018-09-13 15:27:21 -07:00 |
|
Naoto Sato
|
009cd15a1b
|
8209167: Use CLDR's time zone mappings for Windows
Reviewed-by: erikj, rriggs, ihse
|
2018-09-13 13:41:17 -07:00 |
|
Magnus Ihse Bursie
|
c611ad6fb9
|
8210702: Remove dtrace mapfiles
Reviewed-by: erikj
|
2018-09-13 21:12:22 +02:00 |
|
Mandy Chung
|
89efb9a78f
|
8210841: test/jdk/vm/runtime/ReflectStackOverflow.java fails with NoClassDefFoundError
Reviewed-by: dholmes, mikael
|
2018-09-17 22:56:31 -07:00 |
|
Michihiro Horie
|
d70db363eb
|
8210660: PPC64: Mapping floating point registers to vsx registers in ppc.ad
Reviewed-by: mdoerr, gromero
|
2018-09-17 23:35:00 -04:00 |
|
Jamil Nimeh
|
962e755c3a
|
8140466: ChaCha20 and Poly1305 TLS Cipher Suites
Reviewed-by: xuelei, mullan
|
2018-09-17 15:25:42 -07:00 |
|
Mandy Chung
|
b72ab42e49
|
8210721: Replace legacy serial exception field with Throwable::cause
Reviewed-by: dfuchs, lancea
|
2018-09-17 15:22:46 -07:00 |
|
Anthony Scarpino
|
b27f471bdd
|
8209031: SSLSocket should throw an exception when configuring DTLS
Reviewed-by: xuelei
|
2018-09-17 14:04:46 -07:00 |
|
Vladimir Kozlov
|
7069bb6a72
|
8209574: [AOT] breakpoint events are generated in different threads does not meet expected count
Disable AOT when debugger is attached.
Reviewed-by: dlong
|
2018-09-17 13:43:22 -07:00 |
|
Iris Clark
|
ba8f6e211c
|
8210775: JVM TI Spec missing copyright
Reviewed-by: dholmes, mchung, sspitsyn
|
2018-09-17 10:14:31 -07:00 |
|
Liam Miller-Cushon
|
7afa8e42b6
|
8210483: AssertionError in DeferredAttr at setOverloadKind caused by JDK-8203679
Reviewed-by: mcimadamore, vromero
|
2018-09-10 16:59:41 -07:00 |
|
Ioi Lam
|
4e74846da8
|
8210523: runtime/appcds/cacheObject/DifferentHeapSizes.java crash
Reviewed-by: jiangli, ccheung
|
2018-09-12 17:45:22 -07:00 |
|
Vicente Romero
|
cf26c4cc5c
|
8207160: ClassReader::adjustMethodParams can potentially return null if the args list is empty
Reviewed-by: mcimadamore, cushon
|
2018-09-12 16:28:06 -07:00 |
|
Jim Laskey
|
12dad310bb
|
8200434: String::align, String::indent
Reviewed-by: abuckley, smarks, sherman, rriggs, jrose, sundar, igerasim, briangoetz, darcy, jjg
|
2018-09-12 14:19:36 -03:00 |
|
Jim Laskey
|
2065ebd890
|
8206981: Compiler support for Raw String Literals
Reviewed-by: mcimadamore, briangoetz, abuckley, jjg, vromero, jlahoda
|
2018-09-12 14:19:36 -03:00 |
|
Michihiro Horie
|
f263f6113e
|
8208171: PPC64: Enrich SLP support
Reviewed-by: mdoerr, gromero
|
2018-09-12 14:24:17 +02:00 |
|
Martin Doerr
|
63abf144aa
|
8210497: [PPC64] Vector registers not saved across safepoint
Reviewed-by: goetz, lucy
|
2018-09-12 12:54:16 +02:00 |
|
Thomas Schatzl
|
7c7a5976d3
|
8209843: Optimize oop scan closure closures wrt to reference processing in G1
Set more appropriate reference iteration mode for G1 closures.
Reviewed-by: kbarrett, pliden
|
2018-09-12 11:08:42 +02:00 |
|
Andrew Dinn
|
ef320b7a99
|
8210578: AArch64: Invalid encoding for fmlsvs instruction
Sub_op code for fmslvs should be 1 not 0
Reviewed-by: roland
|
2018-09-12 09:12:42 +01:00 |
|
Tobias Hartmann
|
8e0e188abd
|
8210387: C2 compilation fails with "assert(node->_last_del == _last) failed: must have deleted the edge just produced"
Refresh iterator and start from the beginning while there is progress when removing dead regions.
Reviewed-by: kvn
|
2018-09-12 09:23:36 +02:00 |
|
Sergey Bylokhov
|
cd38b8562f
|
8205537: Drop of sun.applet package
Reviewed-by: prr
|
2018-09-09 19:07:34 -07:00 |
|
Phil Race
|
222c1eb393
|
8210384: SunLayoutEngine.isAAT() font is expensive on MacOS
Reviewed-by: dmarkov, kaddepalli
|
2018-09-09 11:19:57 -07:00 |
|
Sergey Bylokhov
|
5178c24a45
|
8207150: Clip.isRunning() may return true after Clip.stop() was called
Reviewed-by: prr
|
2018-09-08 12:32:51 -07:00 |
|
Phil Race
|
2cabb5a6c9
|
Merge
|
2018-09-05 10:17:02 -07:00 |
|
Ralf Schmelter
|
22de84454c
|
8209942: [epsilon] range function for EpsilonTLABElasticity causes compiler warning
Reviewed-by: shade, simonis
|
2018-09-05 12:48:51 +02:00 |
|
Prasanta Sadhukhan
|
75ec02926c
|
8202013: JEditorPane shows large HTML unordered list bullets
8201925: JEditorPane unordered list bullets look pixelated
Reviewed-by: prr, pbansal
|
2018-09-05 15:56:49 +05:30 |
|
Erik Österlund
|
1c727102ab
|
8210158: Accessorize JFR getEventWriter() intrinsics
Reviewed-by: kvn, neliasso, roland, rbackman
|
2018-09-05 10:11:42 +02:00 |
|
Alan Bateman
|
f1202dc4dc
|
8209152: (so) ServerSocketChannel::supportedOptions includes IP_TOS
Reviewed-by: chegar
|
2018-09-05 11:52:08 +01:00 |
|
John Paul Adrian Glaubitz
|
e7a2c9d679
|
8165440: Add Zero support for x86_64-linux-gnux32 target
Reviewed-by: erikj, ihse
|
2018-09-05 11:15:28 +02:00 |
|
Priya Lakshmi Muthuswamy
|
e2eab3c1b7
|
8209052: Low contrast in docs/api/constant-values.html
Reviewed-by: jjg
|
2018-09-05 11:52:15 +05:30 |
|
Xueming Shen
|
de35357cf5
|
8197398: (zipfs) Files.walkFileTree walk indefinitelly while processing JAR file with "/" as a directory inside
Reviewed-by: alanb
|
2018-09-04 17:04:10 -07:00 |
|
Man Cao
|
b116f2cf13
|
8210192: Hsperf counter ParNew::CMS should be ParNew:CMS
Rename the counter back to ParNew:CMS and added a test
Reviewed-by: sjohanss, tschatzl
|
2018-09-04 14:17:45 -07:00 |
|
Vladimir Kozlov
|
6f8114227c
|
8209594: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
Replace short jumps and fix other issues when generated code exceed expected range.
Reviewed-by: dlong, rasbold
|
2018-09-04 12:44:02 -07:00 |
|
Daniel Fuchs
|
595a45041b
|
8210366: Typo in MethodHandles.Lookup: must be either be
Reviewed-by: rriggs
|
2018-09-04 18:32:28 +01:00 |
|
Brian Burkhalter
|
ba1d068078
|
8210279: (bf) Remove unused package private method java.nio.Buffer.truncate()
Reviewed-by: alanb
|
2018-09-04 09:07:06 -07:00 |
|
Gustavo Romero
|
e8b551eac9
|
8210320: PPC64: Fix uninitialized variable in C1 LIR assembler code
Reviewed-by: mbaesken, shade, mdoerr
|
2018-09-04 11:46:23 -04:00 |
|