Lois Foltan
17fe1b7ec7
8197956: VS2017 (C4838) Narrowing conversion required from __int64 to julong
...
Use the correct typed constant when initializing the StubRoutines::x86::_k512_W array.
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Reviewed-by: coleenp
2018-02-20 07:32:17 -05:00
Lois Foltan
6842f2f659
8196880: VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
...
Add a private ordinary operator delete declaration within class Chunk.
Co-authored-by: Kim Barrett <kim.barrett@oracle.com>
Reviewed-by: coleenp, stuefe
2018-02-20 07:10:42 -05:00
Lois Foltan
acd1f4797f
8196889: VS2017 Unable to Instantiate OrderAccess::release_store with an Incomplete Class Within an Inlined Method
...
Fix compilation error by declaring Atomic::IsPointerConvertible public.
Reviewed-by: kbarrett, stuefe
2018-02-20 07:00:49 -05:00
Per Lidén
4e971f5455
8198265: Make CollectorPolicy::satisfy_failed_metadata_allocation() virtual
...
Reviewed-by: stefank, eosterlund
2018-02-19 15:44:56 +01:00
Per Lidén
13aaf94964
8198268: Add time argument to ConcurrentGCTimer::register_gc_pause_start/_end
...
Reviewed-by: kbarrett, stefank
2018-02-19 15:44:56 +01:00
Per Lidén
1b12333f8f
8198269: Allow GCCauseSetter to be used outside of safepoints
...
Reviewed-by: stefank, sjohanss
2018-02-19 15:44:56 +01:00
Aleksey Shipilev
dcabd45c6c
8198341: Build failures after 8194084 (Obsolete FastTLABRefill and remove the related code)
...
Reviewed-by: mdoerr, dholmes
2018-02-19 15:07:21 +01:00
Marcus Larsson
29dd30e010
8196783: Refactor LogTagLevelExpression into separate classes
...
Reviewed-by: rehn, pliden
2018-02-19 09:46:10 +01:00
Marcus Larsson
8cf755c120
8176298: Log tags in -Xlog:help not sorted
...
Reviewed-by: ecaspole, gtriantafill, stuefe
2018-02-19 09:16:04 +01:00
Thomas Schatzl
147e4f3054
8197493: [Backout] JDK-8196602 Change HeapRegionClosure to comply to naming conventions
...
Reviewed-by: shade
2018-02-09 12:53:08 +01:00
Thomas Schatzl
514930360f
8196602: Change HeapRegionClosure to comply to naming conventions
...
Reviewed-by: kbarrett, sjohanss
2018-02-09 11:51:40 +01:00
Matthias Baesken
e1f8cacc0b
8198275: AIX build broken after latest whitebox.cpp changes
...
Reviewed-by: mdoerr
2018-02-16 11:33:13 +01:00
Jesper Wilhelmsson
aa9cf33c1e
Merge
2018-02-19 04:50:50 +01:00
Mandy Chung
4bb064c62d
8198249: Remove deprecated Runtime::runFinalizersOnExit and System::runFinalizersOnExit
...
Reviewed-by: dholmes, alanb, smarks
2018-02-23 12:10:56 -08:00
Tobias Hartmann
01353e7787
8197828: Null pointer dereference in MultiNode::proj_out_or_null
...
Added a null check for the return value of AllocateNode::initialization().
Reviewed-by: kvn, shade, dlong
2018-02-15 09:17:56 +01:00
Zhengyu Gu
f47021e2ab
8193373: Cleanup ElfFile and family
...
Cleanup elf decoder and added test
Reviewed-by: minqi, coleenp
2018-02-14 17:20:59 -05:00
Ioi Lam
128f91288c
8197857: fieldDescriptor prints incorrect 32-bit representation of compressed oops
...
Reviewed-by: coleenp
2018-02-14 06:57:28 -08:00
Coleen Phillimore
2a4d4b43b4
8197772: metaspace uses global operator new/delete for gtest testing
...
Inherit ChunkManagerReturnTestImpl from CHeapObj
Reviewed-by: kbarrett, zgu
2018-02-14 09:09:37 -05:00
Coleen Phillimore
d41cbf61a1
8197789: os::SuspendedThreadTask causes references to global operator delete
...
Make destructor non-virtual and protected
Reviewed-by: kbarrett
2018-02-14 09:03:31 -05:00
Tobias Hartmann
2c5a0835a9
8197608: MacroAssembler::unimplemented calls global operator new[]
...
Removed C heap allocation of string buffers.
Reviewed-by: kvn, shade
2018-02-14 08:23:53 +01:00
Kim Barrett
023fc4b866
8197454: Need Access decorator for storing oop into uninitialized location
...
Repurpose ARRAYCOPY_DEST_NOT_INITIALIZED to AS_DEST_NOT_INITIALIZED.
Reviewed-by: eosterlund, coleenp
2018-02-13 17:36:22 -05:00
Martin Doerr
eb3ec99500
8196786: [PPC64+s390] ConstantDynamic support
...
Reviewed-by: psandoz, dsamersoff
2018-02-13 17:38:03 +01:00
Roland Westrelin
4f8c5b6949
8197563: assert(is_Loop()) crash in PhaseIdealLoop::try_move_store_before_loop()
...
Don't move store out of the loop if head is not a LoopNode.
Reviewed-by: kvn, thartmann
2018-02-13 16:57:01 +01:00
Thomas Schatzl
347c253452
7127700: G1: Replace G1PLAB with PLAB
...
Reviewed-by: sjohanss, kbarrett
2018-02-13 16:13:20 +01:00
Marcus Larsson
6ef9800875
8194994: Remove redundant string streams used for logging
...
Reviewed-by: rehn, iklam, coleenp
2018-02-13 14:10:56 +01:00
Jesper Wilhelmsson
9beff15bed
Merge
2018-02-10 09:25:35 +01:00
Leonid Mesnik
45f751f518
8197455: There is some runthese related unused code in bytecodeInterpreter.cpp
...
Reviewed-by: iignatyev, dholmes
2018-02-08 21:53:06 -05:00
Kim Barrett
a25a95120e
8196083: Avoid locking in OopStorage::release
...
Defer release list updates to later allocate/delete operations.
Reviewed-by: coleenp, eosterlund
2018-02-08 17:23:43 -05:00
Coleen Phillimore
789e827f1a
8196806: Deprecate VMThreadHintNoPreempt and CompilerThreadHintNoPreempt
...
Reviewed-by: dholmes, hseigel
2018-02-08 15:21:59 -05:00
Zhengyu Gu
934390b571
8196923: [REDO] NMT: Report array class count in NMT summary
...
Added instance and array class counters in NMT summary report
Reviewed-by: minqi, stuefe, coleenp
2018-02-08 13:21:22 -05:00
Thomas Schatzl
75ab2501f7
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: kbarrett, ehelin
2018-02-08 10:15:57 +01:00
Goetz Lindenmaier
507c62fc76
8197405: Improve messages of AbstractMethodErrors and IncompatibleClassChangeErrors
...
Reviewed-by: coleenp, dholmes, mdoerr, njian
2018-02-08 09:23:49 +01: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
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
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