Derek Thomson
7a4b473edd
8157372: C2: Node::cmp() should return bool
...
The method Node::cmp() should return a boolean
Reviewed-by: vlivanov, kvn
2019-03-28 11:06:00 -07:00
Robbin Ehn
76cdc8016f
8220351: Cross-modifying code
...
Reviewed-by: rrich, mdoerr, dholmes, eosterlund
2019-03-28 11:08:23 +01:00
Thomas Stuefe
dbe0da648a
8220786: Create new switch to redirect error reporting output to stdout or stderr
...
Reviewed-by: dholmes, goetz
2019-03-25 09:35:40 +01:00
Per Lidén
9f2ac63e67
8221456: nmethod::make_unloaded() clears _method member too early
...
Reviewed-by: eosterlund, thartmann
2019-03-27 18:30:45 +01:00
Harold Seigel
b1c5ab81c0
8059357: ClassVerifier redundantly checks constant pool entries multiple times
...
Store translated signature verificationTypes in a hashtable where they can be fetched, instead of having to re-translating the signatures
Reviewed-by: iklam, coleenp
2019-03-27 09:29:34 -04:00
Aleksey Shipilev
af6cddfa78
8220198: Lots of com/sun/crypto/provider/Cipher tests fail on x86_32 due to missing SHA512 stubs
...
Reviewed-by: kvn, thartmann
2019-03-27 11:35:28 +01:00
Per Lidén
c8725ae469
8221537: ZGC: Fix incorrect comment in zNMethod table entry layout
...
Reviewed-by: stefank
2019-03-27 10:38:49 +01:00
Per Lidén
8e258756bb
8221392: Reduce ConcurrentGCThreads spinning during start up
...
Reviewed-by: eosterlund, kbarrett
2019-03-27 10:38:49 +01:00
Gunter Haug
5f9ec8e710
8221479: Fix JFR profiling on s390
...
Reviewed-by: mdoerr, clanger
2019-03-26 16:00:20 +01:00
Zhengyu Gu
201cdc50f9
8204552: NMT: Separate thread stack tracking from virtual memory tracking
...
Reviewed-by: stuefe, minqi
2019-03-26 15:50:34 -04:00
Daniel D. Daugherty
6e84bce1b5
8221350: more monitor logging updates from Async Monitor Deflation project
...
Reviewed-by: dholmes, coleenp
2019-03-26 15:27:41 -04:00
Gustavo Romero
93e77e1767
8221175: Fix bad function case for controlled JVM crash on PPC64 big-endian
...
Reviewed-by: chrisphi, stuefe, goetz
2019-03-20 16:43:49 -04:00
Gustavo Romero
db264da0fd
8220794: PPC64: Fix signal handler for SIGSEGV on branch to illegal address
...
Reviewed-by: stuefe, goetz
2019-03-20 16:59:35 -04:00
Ralf Schmelter
0714b75ac4
8220570: Additonal trace when native thread creation fails
...
Added additonal trace when native thread creation fails
Reviewed-by: dholmes, goetz
2019-03-22 04:47:02 -07:00
Robbin Ehn
ed3542d53b
8220774: Add HandshakeALot diag option
...
Reviewed-by: dcubed, dholmes
2019-03-26 12:08:51 +01:00
Volker Simonis
f9c08cc6fb
8221083: [ppc64] Wrong oop compare in C1-generated code
...
Reviewed-by: mdoerr, goetz
2019-03-26 11:51:41 +01:00
Claes Redestad
c013c7bd2f
8214712: Archive Attributes$Name.KNOWN_NAMES
...
Reviewed-by: alanb, jiangli
2018-12-03 16:25:27 +01:00
Claes Redestad
bf2d6a2838
8220682: Heap dumping and inspection fails with JDK-8214712
...
Reviewed-by: jcbeyler, jiangli, sspitsyn
2019-03-26 10:23:11 +01:00
Claes Redestad
06656bd270
8221343: x86_32 crashes on startup with "_hwm out of range"
...
Reviewed-by: thartmann, kvn
2019-03-25 20:57:07 +01:00
Dmitrij Pochepko
975c61d4c9
8216989: CardTableBarrierSetAssembler::gen_write_ref_array_post_barrier() does not check for zero length on AARCH64
...
Reviewed-by: adinn
2019-03-25 19:49:32 +03:00
Leo Korinth
b0b6b497a4
8221260: Initialize more class members on construction, remove some unused ones
...
Reviewed-by: kbarrett, tschatzl
2019-03-25 14:46:55 +01:00
Yasumasa Suenaga
ec1f61711b
8217362: Emergency dump does not work when disk=false is set
...
Reviewed-by: egahlin, ysuenaga
2019-03-25 15:37:06 +01:00
Thomas Schatzl
efe03d5a90
8219100: Improve do_collection_pause_at_safepoint
...
Reviewed-by: kbarrett, sangheki
2019-03-25 14:11:09 +01:00
David Holmes
ccef9efb14
8221207: Redo JDK-8218446 - SuspendAtExit hangs
...
Reviewed-by: rehn, dcubed
2019-03-25 00:57:03 -04:00
Patrick Zhang
5793068c77
8221220: AArch64: Add StoreStore membar explicitly for Volatile Writes in TemplateTable
...
Reviewed-by: aph
2019-03-21 16:45:33 +08:00
Jiangli Zhou
223e1c6e42
8220095: Assertion failure when symlink (with different name) is used for lib/modules file
...
Removed confusing function ClassLoader::is_modules_image(char*)
Reviewed-by: lfoltan, ccheung
2019-03-23 21:51:07 -07:00
Aleksey Shipilev
26210b4566
8221363: Build failure after JDK-8220240 (Refactor shared dirty card queue)
...
Reviewed-by: stuefe
2019-03-23 17:18:49 +01:00
Kim Barrett
3bb3dbc47e
8220240: Refactor shared dirty card queue
...
Add G1SharedDirtyCardQueue class.
Reviewed-by: tschatzl, lkorinth
2019-03-22 15:42:43 -04:00
David Buck
77c942940f
8217564: idempotent protection missing in crc32c.h
...
Added include guard to crc32c.h
Reviewed-by: dcubed
2019-03-22 09:05:06 -04:00
Per Lidén
5fdcdaadd4
8221219: ZGC: Remove ZStallOnOutOfMemory option
...
Reviewed-by: stefank, eosterlund
2019-03-22 12:49:33 +01:00
Per Lidén
8b38ebf1a2
8221212: ZGC: Command-line flags should be marked experimental
...
Reviewed-by: stefank, eosterlund
2019-03-22 12:49:32 +01:00
Roman Kennke
59a025d90b
8220714: C2 Compilation failure when accessing off-heap memory using Unsafe
...
Reviewed-by: vlivanov, roland
2019-03-15 09:57:42 +01:00
Roman Kennke
29843b4dfb
8221278: Shenandoah should not enqueue string dedup candidates during root scan
...
Reviewed-by: shade
2019-03-21 22:37:36 +01:00
Harold Seigel
d8d4311d54
8221096: Description of -XX:+PrintFlagsRanges is incorrect
...
Remove the phrase: and exit VM
Reviewed-by: lfoltan
2019-03-21 10:47:48 -04:00
Jie Fu
2c4b9e0778
8220658: Improve the readability of container information in the error log
...
Reviewed-by: dholmes, bobv
2019-03-21 04:55:20 -04:00
David Holmes
762ce676b3
8221208: Backout JDK-8218446
...
Reviewed-by: iignatyev, rehn
2019-03-21 03:00:28 -04:00
David Holmes
87283a7568
8221180: Deprecate AllowJNIEnvProxy
...
Reviewed-by: coleenp, dcubed
2019-03-20 23:32:57 -04:00
David Holmes
7bb74f80da
8218446: SuspendAtExit hangs
...
Reviewed-by: rehn, dcubed
2019-03-20 18:01:42 -04:00
Dmitry Cherepanov
f16af8d4d5
8211100: hotspot C1 issue with comparing long numbers on x86 32-bit
...
Reviewed-by: iveresov, thartmann
2019-03-20 11:51:43 +03:00
Kim Barrett
2946ff5ca5
8218975: Bug in macOSX kernel's pthread support
...
Use freelist of pthread_mutex/condvar pairs on macOSX.
Co-authored-by: Patricio Chilano Mateo <patricio.chilano.mateo@oracle.com>
Reviewed-by: tschatzl, dholmes, dcubed
2019-03-19 14:32:41 -04:00
Bob Vandette
646779038f
Merge
2019-03-19 14:31:52 -04:00
Kim Barrett
a11369d781
8220690: ATTRIBUTE_ALIGNED requires GNU extensions enabled
...
Use __typeof__(x) instead of typeof(x).
Reviewed-by: shade, sgehwolf
2019-03-19 14:08:20 -04:00
Bob Vandette
30342b596b
8217766: Container Support doesn't work for some Join Controllers combinations
...
Reviewed-by: rriggs, sgehwolf
2019-03-19 12:29:40 -04:00
Bob Vandette
e97e09288e
8219562: Line of code in osContainer_linux.cpp L102 appears unreachable
...
Reviewed-by: rriggs, sgehwolf
2019-03-19 12:00:54 -04:00
Matthias Baesken
dc7b3e8df3
8220781: linux-s390 : os::get_summary_cpu_info gives bad output
...
Reviewed-by: dholmes, lucy
2019-03-18 16:04:23 +01:00
Roman Kennke
1aec18881b
8220780: ShenandoahBS::AccessBarrier::oop_store_in_heap ignores AS_NO_KEEPALIVE
...
Reviewed-by: shade
2019-03-18 16:33:28 +01:00
Stefan Karlsson
c2d4f10483
8220609: Cleanups in ScavengableNMethods
...
Reviewed-by: pliden, eosterlund
2019-03-18 15:21:33 +01:00
Stefan Karlsson
788dcfd72d
8220606: Move ScavengableNMethods unlinking to unregister_nmethod
...
Reviewed-by: pliden, eosterlund
2019-03-18 15:19:39 +01:00
Per Lidén
d33d485682
8220601: ZGC: Delete ZNMethodTableEntry arrays using ZSafeDelete
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:41 +01:00
Per Lidén
e94d4e7fc9
8220600: ZGC: Delete ZPages using ZSafeDelete
...
Reviewed-by: stefank, eosterlund
2019-03-18 11:50:41 +01:00