46598 Commits

Author SHA1 Message Date
Kim Barrett
d6e905a18a 8185757: QuickSort array size should be size_t
Changed array size type, propogate effects.

Reviewed-by: tschatzl, coleenp
2017-08-07 20:58:49 -04:00
Kim Barrett
a41ebc645a 8185746: Remove Mutex destructor assertion
Remove unneeded ~Mutex(), improve assertion msg in ~Monitor.

Reviewed-by: dholmes, coleenp, tschatzl
2017-08-07 18:50:14 -04:00
Severin Gehwolf
e012a77fba 8185900: hotspot build failed with gcc version Red Hat 4.4.7-3
Cast to void* within DTRACE_CLASS* macros.

Reviewed-by: coleenp, shade
2017-08-07 12:19:17 +02:00
Yasumasa Suenaga
8b26f53df7 8185164: GetOwnedMonitorInfo() returns incorrect owned monitor
The GetOwnedMonitorInfo() should not return a pending monitor

Reviewed-by: dholmes, dcubed, sspitsyn
2017-08-07 12:34:21 -07:00
Zhengyu Gu
7d3e2cd5a3 8185884: NMT: taskqueues are miscategorized to mtClass
Corrected memory type for taskqueue, which should be mtGC instead of mtClass

Reviewed-by: coleenp, shade
2017-08-07 13:52:05 -04:00
Muthusamy Chinnathambi
070cb28baa 8185843: fix broken HotSpotInternals wiki links
Reviewed-by: dholmes, vlivanov
2017-08-04 21:41:41 -07:00
Dean Long
4c46a93864 8185829: Update Graal
Reviewed-by: iveresov
2017-08-04 19:59:33 -07:00
Vladimir Kozlov
d67d35e00a Merge 2017-08-05 03:05:06 +02:00
Daniel D. Daugherty
92f7c2e680 8185879: quarantine gc/stress/gclocker/TestGCLockerWithSerial.java
Reviewed-by: iklam
2017-08-04 16:39:29 -07:00
Daniel D. Daugherty
f059f51eea 8185876: quarantine compiler/ciReplay/TestSAServer.java
Reviewed-by: kvn
2017-08-04 16:01:26 -07:00
Daniel D. Daugherty
611af2f806 8185874: quarantine gc/stress/gclocker/TestGCLockerWithG1.java
Reviewed-by: mseledtsov, kvn
2017-08-04 15:54:50 -07:00
Daniel D. Daugherty
673b293b76 8185872: quarantine tests named in JDK-8184042 on MacOS X
Reviewed-by: iklam
2017-08-04 15:50:26 -07:00
Vladimir Kozlov
212229b9f7 8185802: Enable AVX3 by default
Reviewed-by: thartmann
2017-08-04 14:00:15 -07:00
Vladimir Kozlov
25bf08238c Merge 2017-08-04 12:24:33 -07:00
Andrew Haley
9aeb6a85b5 8185723: Zero: segfaults on Power PC 32-bit
Reviewed-by: roland
2017-08-02 17:22:40 +01:00
Thomas Schatzl
05b7ad669e 8184348: Merge G1ConcurrentMark::par_mark() and G1ConcurrentMark::grayRoot()
Merge and simplify the use of G1ConcurrentMark::par_mark() and grayRoot()

Reviewed-by: mgerdin, shade
2017-08-04 14:28:57 +02:00
Thomas Schatzl
c805575157 8184347: Move G1CMBitMap and support classes into their own files
Reviewed-by: rkennke, shade, mgerdin
2017-08-04 14:24:11 +02:00
Thomas Schatzl
6fbc2e9b4b 8184346: Clean up G1CMBitmap
Trim down and improve the G1CMBitMap class structure.

Reviewed-by: mgerdin, shade, rkennke
2017-08-04 14:15:42 +02:00
Ioi Lam
4964bb2c24 8185826: HotSpot build failure with GCC 7.1.1
Removed unused function

Reviewed-by: dholmes, ysuenaga
2017-08-03 22:40:26 -07:00
David Buck
b0cc678733 8185567: fix hsdis cpu to architecture mapping on various Linux platforms
Add "arm" target to hsdis.c and fix several cpu to architecture mappings in Makefile

Reviewed-by: dholmes, vlivanov, tbell
2017-08-03 17:13:57 -04:00
Coleen Phillimore
7c8c0a97fc 8130072: Add a flag to print out statistics for both system dictionary and shared dictionary
Include Shared Dictionary printing when printing system dictionaries

Reviewed-by: shade, gtriantafill
2017-08-03 08:16:00 -04:00
Ioi Lam
f7f193ae71 8072061: Automatically determine optimal sizes for the CDS regions
See new C++ class MetaspaceClosure.

Reviewed-by: coleenp, jiangli, mseledtsov
2017-08-02 18:06:38 -07:00
Milan Mimica
4b983a51fd 8176571: Fine bitmaps should be allocated as belonging to mtGC, not mtInternal
Specify map allocation mflags when constructing CHeapBitMap.

Reviewed-by: tschatzl, kbarrett
2017-07-22 15:54:27 -04:00
Igor Ignatyev
addb31f30b Merge 2017-08-02 15:59:33 +00:00
Igor Ignatyev
205cb469e3 8185536: @key aot should be replaced w/ @requires vm.aot
Reviewed-by: kvn, goetz
2017-08-02 08:53:18 -07:00
Coleen Phillimore
17f23d1881 8184994: Add Dictionary size logging and jcmd
Added dcmd for printing system dictionary like the stringtable and symboltable and making print functions go to outputstream rather than tty

Reviewed-by: shade, hseigel
2017-08-02 10:52:50 -04:00
Harold Seigel
366e6ac796 8180627: gc/gctests/Steal/steal001: guarantee(cp->cache() == NULL) failed
Clean up constant pool cache if class linking fails

Reviewed-by: coleenp, gtriantafill
2017-08-02 08:19:09 -04:00
Coleen Phillimore
12240d1be6 Merge 2017-08-02 00:15:52 +00:00
George Triantafillou
dbac501603 Merge 2017-08-01 22:40:38 +00:00
Coleen Phillimore
8b8f59294c 8185590: ShouldNotReachHere from ClassLoaderData::try_get_next_class()
Counting number of instanceKlass code didn't work.

Reviewed-by: shade, zgu, jiangli
2017-08-01 17:36:38 -04:00
George Triantafillou
80ba6df9d7 Merge 2017-08-01 21:29:55 +00:00
Vladimir Kozlov
adb8f74592 Merge 2017-08-01 14:09:34 -07:00
J. Duke
792b65cd44 Merge 2017-08-24 16:34:07 +02:00
J. Duke
c42864724a Merge 2017-08-24 16:33:54 +02:00
J. Duke
991786b1dc Merge 2017-08-24 16:33:50 +02:00
J. Duke
e7b3e0c3c9 Merge 2017-08-24 16:33:43 +02:00
J. Duke
0fa851e415 Merge 2017-08-24 16:33:37 +02:00
J. Duke
e2cac0041f Merge 2017-08-24 16:33:31 +02:00
J. Duke
3a9ba268e9 Merge 2017-08-24 16:33:25 +02:00
J. Duke
8c031fb56e Merge 2017-08-24 16:33:19 +02:00
J. Duke
317bdbcd40 Merge 2017-08-24 16:33:11 +02:00
J. Duke
2d5d2b58af Added tag jdk-9+180 for changeset 5b16a1c3ccff 2017-08-24 16:33:01 +02:00
J. Duke
ff269607d1 Merge 2017-08-24 16:33:00 +02:00
J. Duke
8188182e83 Merge 2017-08-24 16:32:53 +02:00
J. Duke
a194612438 Merge 2017-08-24 16:32:43 +02:00
J. Duke
a4b432cf0e Merge 2017-08-24 16:32:35 +02:00
J. Duke
942fd4a305 Merge 2017-08-24 16:32:25 +02:00
J. Duke
8aa88da768 Merge 2017-08-24 16:32:16 +02:00
J. Duke
4cdf2ea47f Merge 2017-08-24 16:32:08 +02:00
J. Duke
60969bbc8f Merge 2017-08-24 16:32:00 +02:00