David Holmes
8062baac83
8204055: SIGSEGV in java -XX:
...
Reviewed-by: iklam, stuefe, ccheung
2018-05-31 18:47:21 -04:00
Kim Barrett
dd3d24341b
8204179: [BACKOUT] OopStorage should use GlobalCounter
...
Backout JDK-8202945
Reviewed-by: eosterlund, pliden
2018-05-31 15:37:18 -04:00
Alex Menkov
4265f02657
8203031: segfaults from jvmti_AddToBootstrapClassLoaderSearch
...
Reviewed-by: sspitsyn, iklam, jiangli
2018-05-31 10:14:41 -07:00
Harold Seigel
d892ac8d4c
8202913: loader constraint message for fields specifies incorrect referring class
...
Improve the message to display the right referring class.
Reviewed-by: acorn, goetz, dholmes
2018-05-31 10:38:06 -04:00
Coleen Phillimore
89251ae9a3
8204087: C++ Interpreter code left over in MethodData
...
Remove unused code
Reviewed-by: kvn, lfoltan, thartmann
2018-05-31 09:19:54 -04:00
Thomas Stuefe
0084eebd36
8203219: VM.metaspace jcmd should optionally show loaded classes for loaders
...
Reviewed-by: zgu, coleenp
2018-05-30 17:30:06 +02:00
Goetz Lindenmaier
ff2c3d4dbe
8203881: Print erroneous size in NegativeArraySizeException
...
Reviewed-by: dholmes, stuefe
2018-05-30 11:39:26 +02:00
Thomas Stuefe
611c72e5bc
8203455: jcmd: VM.metaspace: print loader name for anonymous CLDs
...
Reviewed-by: lfoltan, goetz
2018-05-30 08:52:59 +02:00
Kim Barrett
d2dd37cf1f
8202945: OopStorage should use GlobalCounter
...
Use GlobalCounter rather than private mechanism.
Reviewed-by: eosterlund, tschatzl, rehn
2018-05-29 18:10:09 -04:00
David Holmes
1225e17c54
8189766: whitebox failure with -Xcheck:jni
...
Reviewed-by: lfoltan, kbarrett
2018-05-29 17:21:31 -04:00
Kim Barrett
ce8c6887bb
8203843: BasicParState::default_estimated_thread_count(false) can return 0 in gtest
...
Ensure minimum estimated thread count is 1.
Reviewed-by: tschatzl, stuefe, rehn
2018-05-29 16:02:23 -04:00
Coleen Phillimore
e3a3941c9a
8202813: Move vm_weak processing from SystemDictionary to WeakProcessor
...
SystemDictionary has all strong roots. The weak oop_storage is processed by the WeakProcessor so it can be scanned and cleared concurrently and/or by parallel threads.
Reviewed-by: kbarrett, sjohanss
2018-05-29 15:50:27 -04:00
Dean Long
92b31787a2
8203370: [JVMCI] UseJVMCICompiler should imply EnableJVMCI
...
Reviewed-by: kvn
2018-05-29 12:06:05 -07:00
Gerard Ziemski
b721c804c5
8203938: Fix build failures from JDK-8133564
...
Added missing static keyword
Reviewed-by: kbarrett, tschatzl
2018-05-29 12:57:39 -05:00
Gerard Ziemski
90cc14cd60
8133564: Runtime - 2nd followup to Validate JVM Command-Line Flag Arguments
...
Moved print function into JVMFlag, cleaned up include headers.
Reviewed-by: coleenp, hseigel
2018-05-29 11:04:56 -05:00
Per Lidén
4a8497acdb
8203885: ConcurrentLocksDump::dump_at_safepoint() should not allocate array in resource area
...
Reviewed-by: dholmes, stuefe, kbarrett
2018-05-29 13:44:44 +02:00
Thomas Stuefe
113924e979
8203865: Metaspace cleanup: Remove unused MemRegion in VirtualSpaceNode
...
Reviewed-by: dholmes, zgu
2018-05-29 12:52:08 +02:00
Thomas Schatzl
f236648263
8203262: Incorrect cmpxchg usage in MetaspaceGC::inc_capacity_until_GC
...
Reviewed-by: pliden, shade
2018-05-28 12:10:18 +02:00
Thomas Schatzl
fd0d572bb5
8202842: G1 footprint regressions in jdk11+10
...
Lazily initialize G1FromCardCache to save on startup footprint if AlwaysPretouch is disabled.
Reviewed-by: sjohanss, redestad
2018-05-28 11:13:21 +02:00
Per Lidén
d830d47d91
8203817: Monitor::try_lock() should not call check_prelock_state()
...
Reviewed-by: dholmes, eosterlund, rehn
2018-05-28 09:59:11 +02:00
Kim Barrett
6c20824cda
8203028: Simplify reference processing in light of JDK-8175797
...
Removed special handling of Reference.next
Reviewed-by: tschatzl, sjohanss, mchung
2018-05-26 03:11:50 -04:00
Magnus Ihse Bursie
0e24d79bf9
8203221: Makefile fixes after Flight Recorder
...
Reviewed-by: erikj
2018-05-25 10:14:27 +02:00
Tobias Hartmann
2d00538d92
8202949: C2: assert(false) failed: Bad graph detected in build_loop_late
...
Fixed trip count computation for counted loop with negative stride to prevent over-unrolling.
Reviewed-by: roland
2018-05-25 09:05:42 +02:00
Calvin Cheung
55b6a9b02b
8203354: assert in ClassLoader::update_module_path_entry_list() could have incorrect message
...
Converting the assert in ClassLoader::update_module_path_entry_list() to a meaningful error message before aborting the CDS dump.
Reviewed-by: stuefe, iklam
2018-05-24 09:15:09 -07:00
Roland Westrelin
76bb390810
8202950: C2: assert(found_sfpt) failed: no node in loop that's not input to safepoint
...
Reviewed-by: neliasso, kvn
2018-05-24 09:59:57 +02:00
Nils Eliasson
ac9f93a147
8192992: Test8007294.java failed: attempted to spill a non-spillable item
...
Fix bugs in schedule_late that forces load to early
Reviewed-by: kvn, thartmann
2018-03-21 16:03:12 +01:00
Markus Grönlund
ae106e353a
8203457: Add back missing full buffer notification
...
Reviewed-by: redestad, sjohanss
2018-05-23 15:21:54 +02:00
Stefan Karlsson
6c2e9e1981
8203490: StringTable::dump lacks a load barrier
...
Reviewed-by: coleenp, pliden
2018-05-23 09:43:41 +02:00
Stefan Karlsson
88aa1562f7
8203694: Add a safepoint-aware Semaphore - part 2
...
Reviewed-by: dholmes, pliden
2018-05-23 09:42:42 +02:00
Zhengyu Gu
7a898e3e81
8203635: JFR sampler thread does not record stack info
...
Added call to record_stack_base_and_size() from sampler thread
Reviewed-by: shade, coleenp, stuefe
2018-05-22 14:49:39 -04:00
Coleen Phillimore
37e51f4074
8202669: Intermittent crash in ClassLoadingService::compute_class_size()
...
Don't report classes that failed to load when reporting class unloading. Remove the classes first.
Reviewed-by: dholmes, lfoltan, ccheung
2018-05-22 13:10:56 -04:00
Ioi Lam
1ae12b4328
8203381: Replace InstanceKlass::allocate_instance_handle with JavaCalls::construct_new_instance
...
Reviewed-by: lfoltan, dholmes, coleenp, minqi
2018-05-18 09:15:08 -07:00
Kim Barrett
66b0c9fe9c
8202863: Rename OopStorage inner collection classes
...
Rename BlockArray, BlockList, BlockEntry
Reviewed-by: coleenp
2018-05-22 03:46:52 -04:00
Tobias Hartmann
e30f2aee4f
8202848: -XX:+ExecuteInternalVMTests asserts with "assert(cd.valid() == true) failed: failed on a valid DirectivesParser string"
...
Use "C" locale for correct parsing of decimals in VM internal compiler directive tests.
Reviewed-by: dholmes, coleenp, stuefe, dcubed
2018-05-22 09:10:16 +02:00
Tobias Hartmann
f9ac81abcd
8203196: C1 emits incorrect code due to integer overflow in _tableswitch keys
...
Avoid integer overflow in TableSwitch().
Reviewed-by: goetz, mdoerr, vlivanov
2018-05-22 09:04:15 +02:00
Ioi Lam
f9742fc0a6
8193332: MetaspaceShared::check_shared_class_loader_type is not used during archive creation
...
Reviewed-by: lfoltan, jiangli
2018-05-21 21:27:12 -07:00
Coleen Phillimore
6216182dd1
8202853: NotifyCount is not initialized
...
Remove NotifyCount
Reviewed-by: jiangli
2018-05-21 17:17:24 -04:00
Jiangli Zhou
422e112ffd
8199807: AppCDS performs overly restrictive path matching check
...
8203377: Cleanup the usage of os::file_name_strcmp() in SharedPathsMiscInfo::check()
Relax CDS/AppCDS path check for modules image.
Reviewed-by: iklam, ccheung
2018-05-21 15:15:58 -04:00
Volker Simonis
48fb34d596
8203292: Print complete set of flags in the hs_err file
...
Prints non-default flags to hs_err file
Reviewed-by: gziemski, dholmes
2018-05-21 11:09:58 -05:00
Erik Gahlin
cffef5d38c
8195817: JFR.stop should require name of recording
...
Reviewed-by: mgronlun
2018-05-21 17:38:46 +02:00
Thomas Stuefe
8f71718566
8176808: Split up metaspace.cpp
...
Reviewed-by: asiebenborn, coleenp
2018-05-21 11:33:59 +02:00
Stefan Karlsson
379a001e5e
8203341: Add a safepoint-aware Semaphore
...
Reviewed-by: pliden, eosterlund
2018-05-20 22:10:45 +02:00
Stefan Karlsson
7b0d398bc7
8203339: Add oopDesc::field_offset()
...
Reviewed-by: rkennke, eosterlund
2018-05-20 22:08:25 +02:00
Coleen Phillimore
768632f24b
8202014: Possible to receive signal before signal semaphore created
...
Initialize jdk.internal.misc.Signal in os_init2 and rename initialization functions.
Reviewed-by: dholmes, stuefe
2018-05-18 15:56:42 -04:00
Erik Österlund
53ec88908c
8202377: Modularize C2 GC barriers
...
Reviewed-by: neliasso, roland
2018-05-18 14:51:06 +02:00
Per Lidén
dface12e6d
8203227: Introduce os::processor_id() for Linux and Solaris
...
Reviewed-by: dholmes, rehn
2018-05-18 15:21:23 +02:00
Goetz Lindenmaier
87ca9d07df
8203400: Fix issue with "8199852: Print more information about class loaders in LinkageErrors."
...
Reviewed-by: dholmes, lfoltan
2018-05-18 10:59:04 +02:00
Severin Gehwolf
003b10c2bc
8203287: Zero fails to build after JDK-8199712 (Flight Recorder)
...
Reviewed-by: shade, mdoerr
2018-05-16 15:25:51 +02:00
Nils Eliasson
fbbbc35d32
8203215: IdealLoopTree::split_outer_loop leaves phi-nodes with only one input
...
Make sure the phis are transformed
Reviewed-by: roland, kvn, rbackman
2018-05-17 12:08:32 +02:00
Markus Grönlund
203359ffe1
8203346: JFR: Inconsistent signature of jfr_add_string_constant
...
Reviewed-by: shade
2018-05-17 14:31:31 +02:00