Jiangli Zhou
7409630577
8187118: Remove appending -cp path to the boot class path at AppCDS dump time
...
8187119: Consolidate record_shared_class_loader_type() and record_result()
Remove -cp path from the boot append list at dump time and other AppCDS cleanups.
Reviewed-by: lfoltan, iklam
2017-11-19 23:30:41 -05:00
Roland Westrelin
3a205924e4
8188151: "assert(entry_for(catch_pco, handler_bcis->at(i), scope_depth)->pco() == handler_pcos->at(i))" failure with C1
...
Reviewed-by: kvn, dlong
2017-10-10 14:05:04 +02:00
Jamsheed Mohammed C M
82a1334ded
6523512: has_special_runtime_exit_condition checks for is_deopt_suspend needlessly
...
Removed is_deopt_suspend() from has_special_runtime_exit_condition checks
Reviewed-by: dlong, thartmann
2017-10-26 05:59:15 -07:00
Igor Veresov
548d5d4d9d
8166750: C1 profiling handles statically bindable call sites differently than the interpreter
...
Optimize profiling of statically binable call sites. Add monomorphic profile fixup to JVMCI MDO API.
Reviewed-by: dnsimon, kvn
2017-10-25 16:30:31 -07:00
Thomas Schatzl
bdb82eb577
8189797: Fix initializer lists in G1ConcurrentMark and G1CMTask
...
Reviewed-by: kbarrett
2017-10-25 16:15:10 +02:00
Thomas Schatzl
1eabe47e62
8189673: Consistent naming of concurrent threads, tasks and related identifiers
...
Reviewed-by: sjohanss, drwhite
2017-10-25 16:13:09 +02:00
Thomas Schatzl
c66290985d
8189801: Remove G1MarkingOverheadPercent
...
Remove obsolete and buggy functionality related to G1MarkingOverheadPercent
Reviewed-by: sjohanss
2017-10-25 16:12:15 +02:00
Tobias Hartmann
f8843b83da
8188785: CCP sets invalid type for java mirror load
...
Added special case for java mirror load to propagate correct type information.
Reviewed-by: kvn
2017-10-25 08:37:41 +02:00
Dean Long
ef5b012bf4
8189649: AOT: assert(caller_frame.cb()->as_nmethod_or_null() == cm) failed: expect top frame nmethod
...
Reviewed-by: kvn
2017-10-23 21:49:48 -07:00
Jamsheed Mohammed C M
f7bcc70f27
Merge
2017-10-24 14:53:03 +00:00
Jamsheed Mohammed C M
dc50d0a8b2
8168712: [AOT] assert(false) failed: DEBUG MESSAGE: InterpreterMacroAssembler::call_VM_base: last_sp != NULL
...
Skip the assert for this specific case, as it is not an issue.
Reviewed-by: coleenp, dlong, kvn
2017-10-24 06:06:56 -07:00
Coleen Phillimore
3ba67ae4df
8189794: Assert in InstanceKlass::cast called from Exceptions::new_exceptions
...
Fix call to InstanceKlass::cast to only be after verifying class is non-null.
Reviewed-by: dholmes, sspitsyn
2017-10-24 08:29:00 -04:00
Sergey Bylokhov
1eda3a24d5
8185325: Improve GTK initialization
...
Reviewed-by: azvegint, rhalade, mschoene
2017-10-02 11:04:01 -07:00
Joe Wang
01d47bb08c
8186080: Transform XML interfaces
...
Reviewed-by: dfuchs, lancea, rriggs
2017-10-04 10:33:08 -07:00
Patric Hedlin
de5686fe49
8172232: SPARC ISA/CPU feature detection is broken/insufficient (on Linux)
...
Reimplementation extending feature detection to SPARC Core C3&C4.
Reviewed-by: kvn, neliasso
2017-09-28 14:55:45 +02:00
Jesper Wilhelmsson
7884ab9ccf
Merge
2017-10-30 21:23:10 +01:00
Ioi Lam
e78d4c3cb6
8179624: [REDO] Avoid repeated calls to JavaThread::last_frame in InterpreterRuntime
...
Fixed typo in the original patch (8179305)
Reviewed-by: dlong, coleenp
2017-10-26 11:35:09 -07:00
Coleen Phillimore
e57652bb8e
8190491: SA tests failed after 8189610 changes
...
Change maxLength to an IntField
Reviewed-by: hseigel, jiangli
2017-11-01 19:43:13 -04:00
Volker Simonis
426e7951aa
8187091: ReturnBlobToWrongHeapTest fails because of problems in CodeHeap::contains_blob()
...
Reviewed-by: kvn
2017-11-01 12:56:48 -07:00
Dmitry Chuyko
ca70374a3d
8189745: AARCH64: Use CRC32C intrinsic code in interpreter and C1
...
Reviewed-by: aph
2017-11-01 16:48:12 +03:00
Coleen Phillimore
e908052a71
8189610: Reconcile jvm.h and all jvm_md.h between java.base and hotspot
...
Removed hotspot version of jvm*h and jni*h files.
Reviewed-by: ihse, mchung, dholmes
2017-10-31 11:55:09 -04:00
Robin Westberg
b36ba5ff60
8189368: Add information on current bias holder for BiasedLockRevocation event
...
Reviewed-by: mgronlun, dholmes, egahlin
2017-10-30 16:37:53 +01:00
Martin Doerr
43ac55ed1c
8190285: s390: Some java boolean checks are not correct
...
Reviewed-by: lucy, coleenp
2017-10-30 17:14:39 +01:00
Ioi Lam
a422994296
8190191: Subclasses of jdk.jfr.Event loaded from CDS breaks -XX:FlightRecorderOptions=retransform=false
...
Do not archive these classes
Reviewed-by: jiangli, sspitsyn
2017-10-29 18:13:18 -07:00
Leo Korinth
97d1978c0f
8177959: G1CollectedHeap::print_on prints incorrect capacity
...
Reviewed-by: sjohanss, ehelin, pliden
2017-10-27 11:44:56 +02:00
Vladimir Kozlov
d378db4d76
Merge
2017-10-27 08:55:32 +00:00
Vladimir Kozlov
0bf8a0fc34
8189064: Crash with compiler/codegen/*Vect.java on Solaris-sparc
...
Unconditionally call cl->mark_loop_vectorized() when vectors are generated
Reviewed-by: thartmann
2017-10-27 01:09:57 -07:00
Sangheon Kim
b5a6d156f8
Merge
2017-10-27 07:19:00 +00:00
Jamsheed Mohammed C M
1612915aa6
Merge
2017-10-27 05:30:16 +00:00
Jamsheed Mohammed C M
55541e80b5
8185989: overview.html files should be deleted?
...
Jdk.vm.ci.code/overview.html jdk.vm.ci.meta/overview.html deleted
Reviewed-by: kvn, thartmann
2017-10-26 22:18:15 -07:00
Sangheon Kim
4101ba9a13
8185278: TestGreyReclaimedHumongousObjects.java fails guarantee(index != trim_index(_head_index + 1)) failed: should not go past head
...
Add STS to avoid MMU concurrency problem between VM Thread and Concurrent Mark Thread
Reviewed-by: tschatzl, ehelin
2017-10-26 21:30:48 -07:00
Ujwal Vangapally
8cfc95d81a
8186998: Improve JMX supportive features
...
Improve JMX supportive features
Reviewed-by: mchung, dfuchs, rriggs, hb, skoivu, rhalade
2017-09-25 19:44:28 +05:30
Jesper Wilhelmsson
65db4f42d0
8187556: Backout of a fix reintroduced a dependency that had since been removed
...
Reviewed-by: duke
2017-09-14 22:57:36 +02:00
Weijun Wang
cd9f1a5c05
8178458: Better use of certificates in LDAP
...
Reviewed-by: vinnie, asmotrak
2017-09-14 07:45:53 +08:00
Paul Sandoz
e55a05957d
8186209: Tool support for ConstantDynamic
...
8186046: Minimal ConstantDynamic support
8190972: Ensure that AOT/Graal filters out class files containing CONSTANT_Dynamic ahead of full AOT support
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: John Rose <john.r.rose@oracle.com>
Reviewed-by: acorn, coleenp, kvn
2017-09-08 10:46:46 -07:00
Gerard Ziemski
2cb1917bac
8181503: Can't compile hotspot with c++11
...
Fixed 5 unique c++14 compiler issues
Reviewed-by: coleenp, dholmes, kbarrett
2018-01-31 11:12:12 -06:00
Coleen Phillimore
7660d97e2e
7179701: MaxJavaStackTraceDepth of zero is not handled correctly/consistently in the VM
...
Value of zero means unlimited stack trace. If you want no stack trace, use -XX:-StackTraceInThrowable
Reviewed-by: dholmes, hseigel
2018-01-31 11:07:55 -05:00
Christoph Langer
0a10af4b06
8196487: AIX: os::get_summary_cpu_info does not need to call into libperfstat
...
Reviewed-by: goetz, stuefe
2018-01-31 16:48:41 +01:00
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