Commit Graph

13375 Commits

Author SHA1 Message Date
Stefan Karlsson
c2654dbbb7 Merge 2017-08-11 22:58:49 +00:00
Stefan Karlsson
4b8d7ee16c Merge 2017-08-11 21:33:56 +00:00
Stefan Karlsson
81a453ec82 8186035: Klass::decode_klass_not_null() asserted on bad oop
Reviewed-by: tschatzl, sjohanss
2017-08-11 23:29:14 +02:00
Andrew Haley
37bbfcb2fa 8172791: Issues with JEP 270 (ReservedStackArea)
Reviewed-by: dcubed, thartmann
2017-08-11 16:29:00 -04:00
Sangheon Kim
ebcca449a0 8173335: Improve logging for j.l.ref.reference processing
Add logs for each phases of references and stats for each worker threads

Reviewed-by: tschatzl, shade
2017-08-10 18:09:19 -07:00
Lukas Stadler
ebb8c32e7f 8185790: [JVMCI] getNextStackFrame and materializeVirtualObjects need to forward exceptions
Reviewed-by: kvn, iveresov
2017-08-10 12:16:35 -07:00
Doug Simon
78aab12406 8185950: [JVMCI] fix NPE possibility in HotSpotSpeculationLog.speculate
Reviewed-by: thartmann, kvn
2017-08-10 10:38:17 -07:00
Thomas Schatzl
1453d9cb23 8183121: Add information about scanned and skipped cards during UpdateRS
Log the number of scanned and skipped cards for the UpdateRS phase too.

Reviewed-by: mgerdin, sangheki
2017-08-09 17:27:42 +02:00
Jesper Wilhelmsson
b37c8b6587 Merge 2017-08-08 22:58:44 +02:00
Igor Ignatyev
ca17c7a998 8184738: CTW fails with assert(!method->method_holder()->is_not_initialized()) failed: method holder must be initialized
Reviewed-by: kvn
2017-08-08 12:39:18 -07:00
Jesper Wilhelmsson
7ed3e87fdc Merge 2017-08-08 21:16:00 +02:00
Bob Vandette
0fb3cfd067 8183149: [AOT] SEGV in AMD64MathStub.pow: alignment for ArrayDataPointerConstant is not honored
Reviewed-by: kvn
2017-08-08 11:44:23 -04:00
Harold Seigel
1a92a2ad53 8185717: Make ModuleEntry->module() return an oop not a jobject
Change ModuleEntry::module() to return an oop and add a ModuleEntry::module_handle() that returns a jobject

Reviewed-by: shade, coleenp, lfoltan
2017-08-08 09:53:52 -04:00
Harold Seigel
2787fd2cd7 8185103: TestThreadDumpMonitorContention.java crashed due to SIGSEGV in G1SATBCardTableModRefBS::write_ref_field_pre_work
Ensure that a Klass's mirror is set before putting the Klass on the fixup_module_field_list

Reviewed-by: coleenp, dholmes, gtriantafill
2017-08-08 08:41:36 -04:00
Serguei Spitsyn
1005679aac Merge 2017-08-08 02:10:30 +00:00
Serguei Spitsyn
21e615836f Merge 2017-08-08 01:44:43 +00:00
Serguei Spitsyn
0b321ce1b4 8185930: TEST_BUG: jvmti tests should not depend on the jdk.jdi module
Remove unneeded dependencies on the jdk.jdi module

Reviewed-by: dholmes
2017-08-07 18:14:39 -07:00
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
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
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
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
Lana Steuck
f0cfaafe8b Added tag jdk-10+18 for changeset 086cb2c6e9e2 2017-08-04 23:29:05 +00: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
Thomas Stuefe
15fbb62d49 8185706: [windows] Native callstacks printing terminates prematurely
Reviewed-by: iklam, zgu
2017-08-02 10:17:14 +02:00
Harold Seigel
ac17311f4a Merge 2017-08-10 16:14:52 +00:00
Gustavo Serra Scalet
fd3d8a1997 8185975: PPC64: Fix vsldoi interface according to the ISA
Reviewed-by: mdoerr
2017-08-10 17:25:46 +02:00
Harold Seigel
e2b0679319 8177741: Fix hotspot tests to use --patch-module instead of -Xmodule
Change InMemoryJavaCompiler.compile() to accept --patch-module instead of -Xmodule, and then change appropriate tests.

Reviewed-by: coleenp, gtriantafill
2017-08-10 11:12:13 -04:00
Thomas Schatzl
7009b948bb 8180311: [TESTBUG] gc/stress/gclocker/TestGCLockerWithSerial fails with ClassNotFoundException: java.lang.management.ManagementFactory
Do not run the test on minimal VM

Reviewed-by: shade, sjohanss
2017-08-10 13:57:57 +02:00
David Holmes
92ddd523cc Merge 2017-08-10 01:48:41 +00:00
Yasumasa Suenaga
ba635a7b52 8186018: SA: Monitor Cache Dump in HSDB does not work
Reviewed-by: dholmes, dcubed
2017-08-09 21:08:35 -04:00
Coleen Phillimore
1e48327d61 Merge 2017-08-10 00:27:34 +00:00
Coleen Phillimore
c413a4387f Merge 2017-08-09 23:26:38 +00:00
Coleen Phillimore
2d67cafe0c Merge 2017-08-09 23:19:43 +00:00