Jesper Wilhelmsson
6c69df3001
Merge
2017-08-16 21:47:17 +02:00
Harold Seigel
d69af7b386
8186089: Move Arena to its own header file
...
Move classes Chunk and Arena to new arena.hpp and arena.cpp files
Reviewed-by: coleenp, gtriantafill
2017-08-16 11:17:54 -04:00
Goetz Lindenmaier
c5488874c2
8186293: [aix] Fix thread creation with huge stack sizes
...
Reviewed-by: stuefe, dholmes
2017-08-16 16:00:15 +02:00
Gunter Haug
6804875880
8186286: [BSD] Primary thread's stack size is reported incorrectly
...
Reviewed-by: shade, stuefe
2017-08-16 14:14:23 +02:00
Zhongwei Yao
4ac33c1c1f
8185786: AArch64: disable some address reshapings
...
LoadS/LoadUS's address reshapings are disabled on Arm Cortex-A family for performance.
Reviewed-by: adinn, aph
2017-08-16 14:48:41 +08:00
Jiangli Zhou
a6dcc4531f
Merge
2017-08-15 18:19:18 -04:00
Jiangli Zhou
a8fd54e413
8186238: The constant pool entry to empty string ("") should not be pre-resolved during CDS dump time
...
Skip constant pool entry to empty string during pre-resolving at CDS dump time.
Reviewed-by: iklam, dcubed
2017-08-15 18:13:20 -04:00
Tom Rodriguez
b97f668af3
8185736: missing default exception handler in calls to rethrow_Stub
...
Reviewed-by: kvn
2017-08-15 17:18:00 +00:00
Poonam Bajaj
d0e8cdbc40
8185572: Enable AssumeMP by default on SPARC machines
...
Reviewed-by: kvn, dholmes, bobv
2017-08-15 14:03:52 +00:00
Dmitrij Pochepko
3807233b98
8184943: AARCH64: Intrinsify hasNegatives
...
Co-authored-by: Stuart Monteith <stuart.monteith@linaro.org>
Reviewed-by: aph
2017-08-15 15:02:40 +03:00
Thomas Stuefe
14d898a1e6
8186199: [windows] JNI_DestroyJavaVM not covered by SEH
...
Reviewed-by: dholmes, mdoerr
2017-08-15 08:46:32 +02:00
Igor Ignatyev
7f0554d508
Merge
2017-08-15 02:49:48 +00:00
John Paul Adrian Glaubitz
78950924d0
8186221: Define CPU search_string for M68K
...
Reviewed-by: dholmes
2017-08-14 21:04:57 -04:00
Doug Simon
750f00f851
8186163: [JVMCI] bad signatures should be detected by MetaAccessProvider.parseMethodDescriptor
...
Reviewed-by: kvn, iveresov
2017-08-14 14:15:56 -07:00
Igor Ignatyev
abf7e33aa1
8184689: Test applications/ctw/Modules.java fails with AssertionError in sun.hotspot.tools.ctw.Utils.fileNameToClassName
...
Reviewed-by: kvn
2017-08-14 12:35:38 -07:00
Jiangli Zhou
4a77945c89
8179302: Pre-resolve constant pool string entries and cache resolved_reference arrays in CDS archive
...
8185924: G1NoteEndOfConcMarkClosure::doHeapRegion() does not do remembered set cleanup work for archive region
Shared class' constant pool resolved_references array is cached.
Co-authored-by: Thomas Schatzl <thomas.schatzl@oracle.com>
Reviewed-by: coleenp, iklam, tschatzl
2017-08-14 14:32:17 -04:00
Gustavo Serra Scalet
85fedbbb12
8185969: PPC64: Improve VSR support to use up to 64 registers
...
Reviewed-by: mdoerr, goetz
2017-08-14 16:48:44 +02:00
Igor Veresov
f79aa532aa
Merge
2017-08-12 01:21:21 +00:00
Igor Veresov
ba281b1582
8186158: Update Graal
...
Reviewed-by: kvn
2017-08-11 17:36:26 -07:00
Igor Ignatyev
54c92de5d5
Merge
2017-08-12 02:13:29 +02:00
Igor Ignatyev
f6250ebef2
Merge
2017-08-12 01:13:57 +02:00
Stefan Karlsson
e887040909
Merge
2017-08-11 23:12:11 +00:00
Igor Ignatyev
970fe42560
8174202: jtreg AOT tests should not assume library extension of .so
...
Reviewed-by: kvn
2017-08-11 16:06:38 -07:00
Stefan Karlsson
c2654dbbb7
Merge
2017-08-11 22:58:49 +00:00
Daniel D. Daugherty
c622a0b70d
Merge
2017-08-11 21:50:20 +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
Ioi Lam
0c216b6c23
8186151: try simple @build fix in compiler/jsr292/PollutedTrapCounts.java
...
Reviewed-by: dcubed, kvn, jjg
2017-08-11 13:42:02 -07:00
Daniel D. Daugherty
19ead83208
8186149: quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
...
Reviewed-by: jwilhelm, sspitsyn
2017-08-11 13:41:40 -07: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
Lana Steuck
12a47b70b6
Merge
2017-08-08 22:57:34 +00:00
Abhijit Saha
dcc426f9d6
Added tag jdk-10+19 for changeset 195433227a40
2017-08-08 22:11:16 +00: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