Roman Kennke
147488cbce
8198445: Access API for primitive/native arraycopy
...
Reviewed-by: pliden, eosterlund, dholmes
2018-03-13 17:13:35 +01:00
Yasumasa Suenaga
8680d7da99
8199323: hsdis could not be loaded which are located on long path
...
Reviewed-by: dholmes, stuefe
2018-03-14 00:30:56 +09:00
Martin Doerr
e16d660cc2
8198510: Enable UseDynamicNumberOfGCThreads by default
...
Reviewed-by: tschatzl, sjohanss
2018-03-13 11:29:30 +01:00
Paul Sandoz
4954362d29
8199342: The constant pool forgets it has a Dynamic entry if there are overpass methods
...
Reviewed-by: lfoltan, acorn
2018-03-08 14:33:57 -08:00
Alex Menkov
07db7c6fd9
8193369: post_field_access does not work for some functions, possibly related to fast_getfield
...
Reviewed-by: sspitsyn, cjplummer
2018-03-12 14:11:54 -07:00
Ekaterina Pavlova
4b55c80b4d
8198924: [Graal] java/lang/StackWalker/LocalsAndOperands.java timeouts with Graal
...
Reviewed-by: bchristi, mchung
2018-03-12 13:54:55 -07:00
Yasumasa Suenaga
fcb1520305
8153333: [REDO] STW phases at Concurrent GC should count in PerfCounte
...
Reviewed-by: sjohanss, tschatzl
2018-03-09 23:13:37 +09:00
Martin Doerr
e9837dcbec
8198894: [PPC64] More generic vector CRC implementation
...
Reviewed-by: goetz, mhorie
2018-03-12 12:02:20 +01:00
Erik Helin
f82bcaba53
8197852: Move G1DefaultPolicy into G1Policy
...
Reviewed-by: sjohanss, tschatzl
2018-03-12 09:46:12 +01:00
Erik Helin
779fef0b10
8199024: Remove unneccessary protected and virtual modifiers from G1CollectedHeap
...
Reviewed-by: kbarrett, stuefe
2018-03-12 08:16:48 +01:00
Coleen Phillimore
ee9d695757
8199283: Remove ValueObj class for allocation subclassing for compiler code
...
Reviewed-by: stefank, tschatzl
2018-03-09 20:01:38 -05:00
Calvin Cheung
214248fe11
8196626: [Graal] runtime/appcds/UseAppCDS.java crashes with "VM thread using lock Heap_lock (not allowed to block on)"
...
Print a message and abort CDS dumping when the allocation of metaspace has failed
Reviewed-by: iklam, mseledtsov
2018-03-09 13:36:39 -08:00
Vladimir Kozlov
19a8503b3e
8199422: Hotspot build is broken after push of 8197235
...
Reviewed-by: shade, lfoltan
2018-03-09 12:38:54 -08:00
Vladimir Kozlov
9d29fc2045
8197235: src/hotspot/share/jvmci/jvmciCompilerToVM.cpp takes 4 minutes to compile on windows
...
Moved most expensive methods to new file jvmciCompilerToVMInit.cpp and switch off C++ compiler optimization for it on Windows and Solaris
Reviewed-by: erikj, ihse, dnsimon
2018-03-09 10:15:22 -08:00
Coleen Phillimore
9b1aa41153
Merge
2018-03-09 13:06:36 -05:00
Vladimir Kozlov
944905f00c
8198591: compiler/aot/fingerprint tests should be moved to open
...
Reviewed-by: thartmann
2018-03-09 09:46:49 -08:00
Coleen Phillimore
10259cf594
Merge
2018-03-09 12:03:20 -05:00
Coleen Phillimore
7557d78b35
8173070: Remove ValueObj class for allocation subclassing for runtime code
...
Reviewed-by: stefank, tschatzl, stuefe
2018-03-09 10:46:02 -05:00
Per Lidén
fb1ec3eb27
8199328: Fix unsafe field accesses in heap dumper
...
Reviewed-by: tschatzl, shade, eosterlund
2018-03-09 08:01:25 +01:00
David Holmes
032ba00a79
8199012: SEGV in jni_DetachCurrentThread during VM shutdown
...
Reviewed-by: stuefe, dcubed
2018-03-08 16:44:29 -05:00
Stefan Karlsson
d42acfd37b
8199319: Remove handles.inline.hpp include from reflectionUtils.hpp
...
Reviewed-by: hseigel, dholmes
2018-03-08 19:10:25 +01:00
Stefan Karlsson
b9f2f3e199
8199275: Fix inclusions of allocation.inline.hpp
...
Reviewed-by: coleenp, kbarrett, dholmes
2018-03-08 09:56:29 +01:00
Stefan Karlsson
133faf856d
8199264: Remove universe.inline.hpp to simplify include dependencies
...
Reviewed-by: coleenp, hseigel
2018-03-07 21:57:36 +01:00
Gilles Duboscq
597c6ac736
8194490: [JVMCI] Move iterateFrames
to C++
...
Reviewed-by: kvn, never, dnsimon
2018-03-07 19:32:54 -08:00
Erik Joelsson
2c0c55bb7e
8198243: Add build time check for global operator new/delete in object files
...
Reviewed-by: tbell, kbarrett, dholmes, ihse
2018-03-07 13:26:15 -08:00
Thomas Stuefe
1b402fdb6d
8198423: Improve metaspace chunk allocation
...
Reviewed-by: goetz, coleenp
2018-03-06 19:24:13 +01:00
Erik Österlund
a06129a432
8195148: Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet
...
Reviewed-by: ehelin, kbarrett
2018-03-06 08:36:44 +01:00
Thomas Schatzl
963ee1591a
8198546: [Redo] JDK-8196883 G1RemSet::refine_card_concurrently doesn't need to check for cards in collection set
...
Remove code related to collection set checking in that method.
Reviewed-by: eosterlund, ehelin, kbarrett
2018-03-06 13:08:59 +01:00
Tobias Hartmann
fd90a313a7
8198987: [Graal] compiler/intrinsics/sha/sanity tests fail on macos with Graal as JIT
...
Use the isIntrinsicAvailable WhiteBox API method to check if an intrinsic is available.
Reviewed-by: kvn
2018-03-06 10:30:24 +01:00
Andrew Dinn
b473be9a41
8198950: AArch64: org.openjdk.jcstress.tests.varhandles.DekkerTest fails
...
Fix breakage to AArch64 code generation caused by JDK-8181211
Reviewed-by: thartmann, roland, kvn, vlivanov, jrose
2018-03-05 13:18:55 +00:00
Thomas Stuefe
e01220f767
8193429: "assert(false) failed: GetModuleFileName failed (126)" in symbolengine.cpp
...
Reviewed-by: clanger, gtriantafill
2018-03-06 08:16:45 +01:00
Harold Seigel
0b8fa42240
8159850: Remove unneeded parsing of optional-size when parsing array types
...
Remove skip_optional_size() methods and calls to them.
Reviewed-by: coleenp, iklam
2018-03-07 09:32:46 -05:00
Aleksey Shipilev
ba5ccc8220
8199219: Build failures after JDK-8195148 (Collapse G1SATBCardTableModRefBS and G1SATBCardTableLoggingModRefBS into a single G1BarrierSet)
...
Reviewed-by: dholmes
2018-03-07 10:58:59 +01:00
Ioi Lam
bc202d97bd
8191585: VM anonymous classes created during CDS dump time cause crash
...
Reviewed-by: hseigel, mseledtsov, ccheung
2018-03-06 22:08:30 -08:00
Doug Simon
da93b76ec8
8199066: [JVMCI] EagerJVMCI option should also initialize the JVMCI compiler
...
Reviewed-by: kvn
2018-03-06 16:02:04 -08:00
Coleen Phillimore
31cf80c688
8199137: StringInternSync test crashes in exit verification
...
Java_lang_String::equals(oop, oop) was buggy.
Reviewed-by: eosterlund, dholmes
2018-03-06 18:12:15 -05:00
Coleen Phillimore
2842bcc5c7
8199133: [BACKOUT] NMT: Enhance thread stack tracking
...
Reviewed-by: jwilhelm
2018-03-06 17:45:31 -05:00
Coleen Phillimore
4c3e072611
8198926: Move ClassLoaderData::_dependencies to ClassLoaderData::_handles
...
Move dependency creation and cleaned up logging
Reviewed-by: hseigel, jiangli
2018-03-06 17:15:16 -05:00
Dmitry Samersoff
87372c6236
8196590: Enable docker container related tests for linux AARCH64
...
Add test bits required for aarch64
Reviewed-by: mseledtsov, mbaesken, sspitsyn
2018-03-03 10:15:23 +00:00
Igor Ignatyev
c61f11a3ab
8199050: reenable concurrent execution of compiler tests
...
Reviewed-by: kvn
2018-03-05 13:10:31 -08:00
Doug Simon
a75784caa6
8198571: [JVMCI] must not install wide vector code unless runtime supports it
...
Reviewed-by: kvn
2018-02-23 21:38:12 +01:00
Jiangli Zhou
54361e56a8
8198447: Remove ClassLoaderExt::check()
...
ClassLoaderExt::check() is no longer needed, remove.
Reviewed-by: lfoltan, ccheung
2018-03-05 14:24:45 -05:00
Harold Seigel
c0bc887c36
8191102: Incorrect include file use in classLoader.hpp
...
Move appropriate methods to <fiile>.inline.hpp files. Create <file>.inline.hpp files when needed.
Reviewed-by: coleenp, dholmes
2018-03-05 10:29:23 -05:00
Erik Helin
8d5496fd27
8198957: Remove unused function ArgumentsExt::set_gc_specific_flags
...
Reviewed-by: sjohanss, tschatzl
2018-03-05 13:15:10 +01:00
Erik Helin
7b64b02949
8197845: Remove unnecessary method G1CollectedHeap::create_g1_policy
...
Reviewed-by: tschatzl, sjohanss
2018-03-05 13:07:04 +01:00
Erik Helin
6fb24f87da
8197847: Remove unused file g1ParScanThreadState_ext.cpp
...
Reviewed-by: sjohanss, eosterlund
2018-03-05 11:32:17 +01:00
Erik Helin
4bb76c1b78
8197843: Remove unused method G1EvacuationRootClosures::create_root_closures_ext
...
Reviewed-by: sjohanss, eosterlund
2018-03-05 11:16:23 +01:00
Ioi Lam
4c0a72bf60
8196121: runtime/appcds/ClassLoaderTest.java fails silently
...
Reviewed-by: mseledtsov, jiangli, ccheung
2018-03-04 22:24:06 -08:00
Zhengyu Gu
cbaf7f2f81
8198845: Missing resource mark results disassembling generated code failure in hs error report
...
Fixed secondary failure due to missing resource mark while disassembling nmethod
Reviewed-by: coleenp, stuefe, dholmes
2018-03-04 20:57:46 -05:00
Kim Barrett
d1bd39385f
8196876: OopStorage::assert_at_safepoint clashes with assert_at_safepoint macros in g1CollectedHeap.hpp
...
Add shared safepoint state assertion macros.
Reviewed-by: coleenp, eosterlund
2018-03-03 23:56:08 -05:00