Erik Österlund
|
e03d20eb41
|
8214302: Allow safely calling is_unloading() on zombie nmethods
Reviewed-by: kvn, pliden
|
2018-12-05 11:01:44 +01:00 |
|
Erik Österlund
|
cb1aebae6e
|
8214522: Last runtime locking issues for concurrent class unloading
Reviewed-by: coleenp, pliden
|
2018-12-05 08:55:42 +01:00 |
|
Roland Westrelin
|
6cbb52dc24
|
8214541: ZGC: Refactoring from JDK-8214172 may leave PhaseIterGVN::_delay_transform set
Reviewed-by: eosterlund
|
2018-11-30 15:22:44 +01:00 |
|
Calvin Cheung
|
4e935d302a
|
8214728: Unnecessary InstanceKlass::cast at few places
Reviewed-by: lfoltan, jiangli, coleenp
|
2018-12-04 11:54:09 -08:00 |
|
Erik Österlund
|
02688398e1
|
8214556: Crash in DependencyContext::remove_dependent_nmethod still happens
Reviewed-by: kvn, kbarrett
|
2018-12-04 17:14:11 +01:00 |
|
Aleksey Shipilev
|
b6fce5bbd4
|
8214787: Zero builds fail with "undefined JavaThread::thread_state()"
Reviewed-by: stuefe, zgu
|
2018-12-04 15:47:05 +01:00 |
|
Gary Adams
|
b4630d6207
|
8176828: jtools do not list VM process launched with the debugger option suspend=y
Reviewed-by: dholmes, cjplummer
|
2018-12-04 07:09:02 -05:00 |
|
Lutz Schmidt
|
8e05550ef3
|
8214526: Change CodeHeap State Analytics control from UL to Print*
Reviewed-by: coleenp, kvn, stuefe, thartmann
|
2018-12-04 11:57:18 +01:00 |
|
Ioi Lam
|
a0a108fb01
|
8214388: CDS dumping fails with java heap fragmentation
Force a full GC with a single thread before writing heap archive regions
Reviewed-by: sjohanss, jiangli
|
2018-12-03 22:27:24 -08:00 |
|
Ioi Lam
|
fe1b0be809
|
8214726: Typo in HeapShared::check_closed_archive_heap_region_object
Reviewed-by: lfoltan
|
2018-12-03 15:53:01 -08:00 |
|
Erik Österlund
|
86a41aa926
|
8214523: Fix nmethod asserts for concurrent nmethod unloading
Reviewed-by: coleenp, kvn
|
2018-12-03 14:16:39 +01:00 |
|
Per Lidén
|
fff6e05c96
|
8214377: ZGC: Don't use memset to initialize array of ZForwardingTableEntry
Reviewed-by: rkennke, eosterlund
|
2018-12-03 14:52:49 +01:00 |
|
Dmitry Chuyko
|
a971050bff
|
8214444: Wrong strncat limits in dfa.cpp
Reviewed-by: kvn
|
2018-12-03 14:28:19 +03:00 |
|
Erik Österlund
|
f65538cbda
|
8214231: Allow concurrent cleaning of TypeStackSlotEntries and ReturnTypeEntry
Reviewed-by: rehn, coleenp
|
2018-11-30 16:51:23 +01:00 |
|
Erik Österlund
|
50ffeaa507
|
8213209: [REDO] Allow Klass::_subklass and _next_sibling to have unloaded classes
Reviewed-by: coleenp, dlong
|
2018-11-30 15:29:19 +01:00 |
|
Erik Österlund
|
3a5bccf5c6
|
8213565: Crash in DependencyContext::remove_dependent_nmethod
Reviewed-by: rehn, kvn
|
2018-11-30 11:40:48 +01:00 |
|
Roland Westrelin
|
84cd74b013
|
8214344: C2: assert(con.basic_type() != T_ILLEGAL) failed: elembt=byte; loadbt=void; unsigned=0
Reviewed-by: kvn, thartmann
|
2018-11-27 08:44:19 +01:00 |
|
Sangheon Kim
|
098d20434c
|
8211735: Wrong heap mapper can be selected with UseLargePages on G1
Reviewed-by: tschatzl, kbarrett
|
2018-11-28 15:09:26 -08:00 |
|
Coleen Phillimore
|
dd9664f39b
|
8214356: Verification of class metadata unloading takes a long time
Conditionalize verify_chunk_in_freelist call.
Reviewed-by: shade, tschatzl
|
2018-11-29 13:04:25 -05:00 |
|
Thomas Stuefe
|
e58ebf3e7f
|
8214229: Enable ShowRegistersOnAssert by default
Reviewed-by: mdoerr, coleenp
|
2018-11-22 12:20:10 +01:00 |
|
Gustavo Romero
|
d6b70fa2ab
|
8214451: PPC64/s390: Clean up unused CRC32 prototype and function
Reviewed-by: mdoerr, lucy
|
2018-11-28 13:16:54 -05:00 |
|
Nils Eliasson
|
d92085431b
|
8214434: Disabling ZOptimizeLoadBarriers hits assert
Reviewed-by: kvn, pliden, eosterlund
|
2018-11-29 09:31:04 +01:00 |
|
Jakub Vanek
|
b2bf2d252b
|
8214332: Add a flag for overriding default JNI library search path
Reviewed-by: erikj, dholmes
|
2018-11-28 22:29:35 -05:00 |
|
Kim Barrett
|
978c78f7fc
|
8214278: Cleanup process_completed_threshold and related state
Change types, normalize names, remove special values.
Reviewed-by: tschatzl, sjohanss
|
2018-11-28 16:05:48 -05:00 |
|
Roger Riggs
|
c1034b1cad
|
4947890: Minimize JNI upcalls in system-properties initialization
Reviewed-by: erikj, mchung, bchristi, ihse, coleenp, stuefe
|
2018-11-28 15:53:49 -05:00 |
|
Dmitry Chuyko
|
bc98309953
|
8214272: Don't use memset to initialize arrays of MemoryUsage in memoryManager.cpp
Reviewed-by: rkennke, shade
|
2018-11-28 13:24:56 +03:00 |
|
Robbin Ehn
|
7e0040c384
|
8213791: StringTable: Use get and insert
Reviewed-by: eosterlund, gziemski
|
2018-11-28 11:06:27 +01:00 |
|
Thomas Schatzl
|
0f0b8626fc
|
8213996: Remove one of the SparsePRT entry tables
Remove unused functionality in SparsePRT
Reviewed-by: shade, sjohanss
|
2018-11-28 11:06:58 +01:00 |
|
Roland Westrelin
|
cd0aafe76a
|
8214362: C2: gc interface entry point for split if
Reviewed-by: rkennke, thartmann
|
2018-11-27 14:49:13 +01:00 |
|
Roland Westrelin
|
8849b1c7b7
|
8214172: GC interface entry points for loop opts
Reviewed-by: kvn, rkennke
|
2018-11-27 09:35:02 +01:00 |
|
David Holmes
|
2bcaf34726
|
8212207: runtime/InternalApi/ThreadCpuTimesDeadlock.java crashes with SEGV in pthread_getcpuclockid+0x0
Skip non-JavaThreads that have not reached a minimal initialization point - setting their stack size
Reviewed-by: kbarrett, stuefe
|
2018-11-27 22:02:52 -05:00 |
|
David Holmes
|
cb861252d7
|
8214208: Nestmate package validation logging/exception should include classloader information
Reviewed-by: hseigel, coleenp, mchung
|
2018-11-27 21:20:16 -05:00 |
|
Daniel D. Daugherty
|
8e4e1a91c0
|
8202415: Incorrect time logged for monitor deflation
Add support for "deflating per-thread idle monitors" log mesgs.
Reviewed-by: dholmes, coleenp
|
2018-11-27 18:35:16 -05:00 |
|
Jiangli Zhou
|
bc215804a4
|
8214217: [TESTBUG] runtime/appcds/LotsOfClasses.java failed with fragmented heap
Improve the fragmentation error message. Set java heap size in LotsOfClasses.java.
Reviewed-by: iklam, ccheung
|
2018-11-27 17:53:17 -05:00 |
|
Patricio Chilano Mateo
|
803b9a675b
|
8150689: Thread dump report "waiting to re-lock in wait()" shows incorrectly
"waiting to re-lock in wait()" is now shown in the frame where relocking is taking place
Reviewed-by: dholmes, dcubed
|
2018-11-27 13:39:57 -05:00 |
|
Roland Westrelin
|
efcfec81ce
|
8214189: test/hotspot/jtreg/compiler/intrinsics/mathexact/MulExactLConstantTest.java fails on Windows x64 when run with -XX:-TieredCompilation
Reviewed-by: kvn
|
2018-11-26 17:35:35 +01:00 |
|
Dean Long
|
787f8b320e
|
8213259: [AOT] AOTing java.base fails with "java.lang.AssertionError: no fingerprint for Ljdk/internal/event/Event"
Reviewed-by: iklam, kvn
|
2018-11-26 22:49:57 -08:00 |
|
Thomas Stuefe
|
abf1e47f29
|
8213834: JVMTI ResourceExhausted should not be posted in CompilerThread
Reviewed-by: dholmes, dcubed, jcbeyler, sspitsyn
|
2018-11-27 07:54:06 +01:00 |
|
Ioi Lam
|
52664cb14a
|
8214029: Remove dead code BasicHashtable::bulk_free_entries
Reviewed-by: dholmes
|
2018-11-26 15:06:53 -08:00 |
|
Jiangli Zhou
|
e0d9ae7699
|
8214086: [TESTBUG] Fix subgraph test cases in ReplaceCriticalClasses.java
Add subgraph test cases in ReplaceCriticalClassesForSubgraphs.java.
Reviewed-by: iklam
|
2018-11-26 14:13:22 -05:00 |
|
Kim Barrett
|
5c99d95a63
|
8214202: DirtyCardQueueSet::get_completed_buffer should not clear _process_completed
Remove flag clearing and simplify get_completed-buffer.
Reviewed-by: tschatzl, sjohanss
|
2018-11-26 13:17:39 -05:00 |
|
Simon Tooke
|
5d725a98c8
|
8214059: Undefined behaviour in ADLC
Reviewed-by: shade, kbarrett
|
2018-11-26 09:36:30 +01:00 |
|
Boris Ulasevich
|
b2cb5cee6d
|
8213845: ARM32: Interpreter doesn't call result handler after native calls
Reviewed-by: aph
|
2018-11-23 19:45:38 +03:00 |
|
Roland Westrelin
|
e530ca5cc2
|
8214206: Fix for JDK-8213419 is broken on 32-bit
Reviewed-by: mdoerr, shade
|
2018-11-22 17:25:47 +01:00 |
|
Stefan Johansson
|
bde8307cf9
|
8214118: HeapRegions marked as archive even if CDS mapping fails
Reviewed-by: tschatzl, jiangli
|
2018-11-23 10:57:07 +01:00 |
|
Robbin Ehn
|
751aa57f16
|
8214181: safepoint header cleanup
Reviewed-by: kbarrett, dholmes, coleenp
|
2018-11-23 11:07:54 +01:00 |
|
Robbin Ehn
|
72235f33c7
|
8212108: SafepointSynchronizer never ending counter (big enough)
Reviewed-by: dholmes, eosterlund
|
2018-11-23 10:43:18 +01:00 |
|
Markus Grönlund
|
954c14dc83
|
8214161: java.lang.IllegalAccessError: class jdk.internal.event.X509CertificateEvent (in module java.base) cannot access class jdk.jfr.internal.handlers.EventHandler (in module jdk.jfr) because module java.base does not read module jdk.jfr
Reviewed-by: egahlin, dholmes
|
2018-11-23 10:51:59 +01:00 |
|
Yasumasa Suenaga
|
4663065fad
|
8213015: Inconsistent settings between JFR.configure and -XX:FlightRecorderOptions
Reviewed-by: mgronlun, egahlin
|
2018-11-23 16:36:07 +09:00 |
|
Michihiro Horie
|
dbf691d4a2
|
8214205: PPC64: Add instructions for counting trailing zeros
Reviewed-by: mdoerr, gromero
|
2018-11-22 21:43:37 -05:00 |
|