Martin Doerr
|
255a2fb119
|
8196401: PPC64+s390: get_frame_at_stack_banging_point uses wrong PC
Reviewed-by: stuefe, goetz
|
2018-01-31 15:10:04 +01:00 |
|
Yasumasa Suenaga
|
9ab8cd5bc2
|
8194249: SA: G1HeapRegionTable#getByAddress() returns incorrect HeapRegion
Fix conversion of addresses to HeapRegions.
Reviewed-by: jgeorge, tschatzl
|
2018-01-31 11:35:42 +01:00 |
|
Jesper Wilhelmsson
|
d679703c0b
|
Merge
|
2018-01-30 16:41:40 +01:00 |
|
Jesper Wilhelmsson
|
39c3127dc1
|
8196372: [BACKOUT] NMT: add_committed_regions doesn't merge succeeding regions
Reviewed-by: stefank
|
2018-01-30 16:26:40 +01:00 |
|
Kim Barrett
|
72b9968396
|
8194898: Move OopStorage inline definitions to an .inline.hpp
Reviewed-by: coleenp, hseigel
|
2018-01-29 16:51:21 -05:00 |
|
Stefan Karlsson
|
4f190cacf6
|
8196217: NMT: add_committed_regions doesn't merge succeeding regions
Reviewed-by: zgu, pliden, coleenp
|
2018-01-29 15:11:33 +01:00 |
|
Coleen Phillimore
|
5672dfedd4
|
8194246: JVM crashes when calling getStackTrace if stack contains a method that is a member of a very large class
Use unsigned short to save method_id in stack trace.
Reviewed-by: mchung, hseigel
|
2018-01-29 11:55:40 -05:00 |
|
Matthias Baesken
|
b2609808df
|
8195857: Remove os::is_headless_jre
Reviewed-by: goetz, dholmes
|
2018-01-28 19:49:06 -05:00 |
|
Kim Barrett
|
48e6e1e6c4
|
8195979: [Graal] crash in src/hotspot/share/runtime/mutex.cpp:1341 when Graal JIT is used
Reduce JNI oopstorage lock ranks to be more special than "special".
Reviewed-by: coleenp, acorn, eosterlund
|
2018-01-24 18:00:36 -05:00 |
|
Coleen Phillimore
|
e9b04293e3
|
8175249: VMThread::run fails in VerifyBeforeExit : Universe::verify
Protection domain package access cache needs to be walked in unloading
Reviewed-by: dholmes, jiangli, zgu, kbarrett
|
2018-01-24 11:33:18 -05:00 |
|
Michihiro Horie
|
463f07b41a
|
8194861: PPC64 : Need support for VSR spills in ppc.ad
Reviewed-by: mdoerr, goetz
|
2018-01-24 11:22:50 +01:00 |
|
Rickard Bäckman
|
6f1c27a2c9
|
8191915: JCK tests produce incorrect results with C2
Reviewed-by: thartmann, vlivanov, goetz
|
2018-01-18 19:21:11 +01:00 |
|
Kim Barrett
|
2d847b1eb6
|
8195690: JNI GetObjectRefType doesn't handle NULL
Properly handle NULL, add some non-NULL preconditions.
Reviewed-by: dholmes, mdoerr
|
2018-01-23 14:27:10 -05:00 |
|
Goetz Lindenmaier
|
490d2ce747
|
8195776: [x86,sparc] A row of minor fixes and enhancements
Reviewed-by: kvn
|
2018-01-19 17:01:34 +01:00 |
|
Martin Doerr
|
0ddc8c6900
|
8195691: AIX build broken after 8194312
Reviewed-by: kbarrett, goetz
|
2018-01-22 12:04:12 +01:00 |
|
Igor Veresov
|
c139d774ba
|
8194669: jaotc truncates the invalid filename provided to --output
Do not skip the first character of the linker output
Reviewed-by: kvn
|
2018-01-23 08:18:36 -08:00 |
|
Egor Ushakov
|
25515e11c8
|
8194143: remove unneeded casts in LocationImpl and MirrorImpl classes
Remove unneeded casts in LocationImpl and MirrorImpl classes
Reviewed-by: sspitsyn, dholmes
|
2018-01-22 14:14:26 -08:00 |
|
Bob Vandette
|
23d7131895
|
Merge
|
2018-01-22 15:29:59 -05:00 |
|
Bob Vandette
|
0b97a1bcbe
|
8193710: jcmd -l and jps commands do not list Java processes running in Docker containers
Reviewed-by: mchung, dholmes, cjplummer
|
2018-01-22 15:05:03 -05:00 |
|
Harold Seigel
|
97d777c85f
|
Merge
|
2018-01-22 14:08:20 -05:00 |
|
Harold Seigel
|
e52d643ff5
|
8194086: Remove deprecated experimental flag UseCGroupMemoryLimitForHeap
Remove the option and the code that checks for it.
Reviewed-by: dholmes, lfoltan
|
2018-01-22 14:04:07 -05:00 |
|
Andrew Haley
|
a738a4c053
|
8195685: AArch64: AArch64 cannot build with JDK-8174962
Reviewed-by: adinn, njian
|
2018-01-19 16:57:56 +00:00 |
|
Ningsheng Jian
|
1a25bbdf0f
|
8195588: AArch64: Codegen fix after JDK-8194256
Update shift constant usage to align with the assembler change.
Reviewed-by: aph
|
2018-01-17 13:21:38 +08:00 |
|
Ioi Lam
|
a3cb6e9204
|
8178351: Simplify MetaspaceShared::is_in_shared_space and MetaspaceObj::is_shared
Use a single range check with MetaspaceObj::_shared_metaspace_{base,top}
Reviewed-by: jiangli, redestad, shade
|
2018-01-16 16:57:53 -08:00 |
|
Eric Caspole
|
dcb4e73a38
|
8195064: LogCompilation: Chicken and egg startup problem with types
Removed extra null check that was causing the problem
Reviewed-by: thartmann, kvn
|
2018-01-18 16:37:43 -05:00 |
|
Tom Rodriguez
|
99725d3ea6
|
8192004: InspectedFrame.materializeVirtualObjects only updates locals with new objects
Reviewed-by: kvn, sspitsyn, phh
|
2018-01-18 09:01:00 -08:00 |
|
Alex Menkov
|
7c6a67a268
|
8187447: 2081 doc issues in jvmti.html
Reviewed-by: sspitsyn, dtitov
|
2018-01-17 09:43:14 -08:00 |
|
Kim Barrett
|
e1356ec6cf
|
8194312: Support parallel and concurrent JNI global handle processing
Add OopStorage, change JNI gloabl/weak to use OopStorage.
Reviewed-by: coleenp, sspitsyn, eosterlund
|
2017-11-21 09:47:55 -05:00 |
|
Jesper Wilhelmsson
|
3c2e5acfce
|
Merge
|
2018-01-13 02:56:22 +01:00 |
|
Erik Österlund
|
027d478e6d
|
8195107: CDS broken due to 8194741
Reviewed-by: coleenp
|
2018-01-15 15:18:27 +01:00 |
|
Erik Österlund
|
3a7a71981a
|
8194741: Refactor oops in constant pool from CDS to use the Access API
Reviewed-by: coleenp, jiangli
|
2018-01-10 22:43:42 +01:00 |
|
Per Lidén
|
27cf4b91d1
|
8195000: Remove unused left-overs in arguments.hpp
Reviewed-by: stefank
|
2018-01-12 16:19:56 +01:00 |
|
Erik Österlund
|
af5670373e
|
8194736: Refactor weak oops in ProtectionDomain table to use the Access API
Reviewed-by: coleenp, pliden
|
2018-01-10 22:40:47 +01:00 |
|
Vinnie Ryan
|
143cb6a2d2
|
8181670: Improve implementation of keystores
Reviewed-by: mullan
|
2017-09-05 15:53:33 +01:00 |
|
Vinnie Ryan
|
de7e845521
|
8178449: Improve LDAP logins
Reviewed-by: mullan, asmotrak
|
2017-09-04 19:33:44 +01:00 |
|
Volker Simonis
|
a5d5806cb4
|
8166317: InterpreterCodeSize should be computed
Reviewed-by: kvn, coleenp
|
2017-09-04 19:50:01 +02:00 |
|
Roman Kennke
|
7030019135
|
8171853: Remove Shark compiler
Reviewed-by: dholmes, kvn, erikj, ihse
|
2017-10-15 22:54:03 +02:00 |
|
Roland Westrelin
|
50c759f20e
|
8188223: IfNode::range_check_trap_proj() should handler dying subgraph with single if proj
Reviewed-by: kvn
|
2017-10-18 16:06:39 +02:00 |
|
Harold Seigel
|
bbd0fa6b1a
|
Merge
|
2017-10-23 14:57:05 +00:00 |
|
Harold Seigel
|
99bf982432
|
8174954: Parameter target type is allowed access after a module read edge or a package export has occurred after failed resolution
Store resolution exception in resolution_error table and set flag in cpCache indicating resolution failed.
Reviewed-by: acorn, jrose, dholmes, lfoltan
|
2017-10-23 10:42:26 -04:00 |
|
Roman Kennke
|
c496c05376
|
8184914: Use MacroAssembler::cmpoop() consistently when comparing heap objects
Reviewed-by: coleenp
|
2017-10-23 09:33:14 -04:00 |
|
Thomas Schatzl
|
6787fc889f
|
Merge
|
2017-10-23 10:45:07 +00:00 |
|
Stefan Karlsson
|
cdb1658123
|
Merge
|
2017-10-23 10:44:02 +00:00 |
|
Lutz Schmidt
|
0d6c0adef0
|
8189616: [s390] Remove definition and all uses of STCK instruction
Reviewed-by: mdoerr
|
2017-10-23 11:56:30 +02:00 |
|
Thomas Schatzl
|
be94d0ee28
|
8189729: Change _perc suffixes in identifiers to _percent
Reviewed-by: sjohanss, ehelin
|
2017-10-23 11:46:54 +02:00 |
|
Thomas Schatzl
|
824e776c37
|
8189665: Change id parameter of G1ConcurrentMark::task() to uint
Reviewed-by: sangheki, sjohanss
|
2017-10-23 11:46:38 +02:00 |
|
Thomas Schatzl
|
793aa8d8ce
|
8189666: Replace various inlined percentage calculations with global percent_of()
Reviewed-by: sjohanss, sangheki
|
2017-10-23 11:46:25 +02:00 |
|
Thomas Schatzl
|
0757704af2
|
8184667: Clean up G1ConcurrentMark files
Fix naming, formatting, access control, remove unused code.
Reviewed-by: sjohanss, pliden
|
2017-10-23 11:46:12 +02:00 |
|
Stefan Karlsson
|
d129d1cdf2
|
8189748: More precise closures for WeakProcessor::weak_oops_do calls
Reviewed-by: pliden, sjohanss
|
2017-10-23 11:20:53 +02:00 |
|
David Holmes
|
817d6bc039
|
8189776: Remove dead code in jvm.cpp: force_verify_field_access
Reviewed-by: redestad
|
2017-10-23 03:15:19 -04:00 |
|