Roland Westrelin
a2d1b6b720
8211232: GraphKit::make_runtime_call() sometimes attaches wrong memory state to call
...
Reviewed-by: kvn
2018-09-28 14:24:22 +02:00
Michihiro Horie
df92fc0954
8211908: PPC64: Enable SuperWordLoopUnrollAnalysis by default
...
Reviewed-by: mdoerr, goetz
2018-10-10 14:28:35 +02:00
Roman Kennke
5de31861b2
8211270: GC abstraction to get real object and headers size
...
Reviewed-by: shade, zgu, eosterlund
2018-10-10 10:58:48 +02:00
Roman Kennke
3085a89f13
8211279: Verify missing object equals barriers
...
Reviewed-by: pliden, shade, zgu
2018-10-03 15:22:16 +02:00
Ralf Schmelter
a9f9385ced
8211332: Space for stub routines (code_size2) is too small on new Skylake CPUs
...
Increase code_size2 for new Skylake CPUs.
Reviewed-by: kvn, stuefe, thartmann
2018-10-10 08:36:31 +02:00
David Holmes
468b69240e
8211394: CHECK_ must be used in the rhs of an assignment statement within a block
...
Replace "return foo(CHECK_X);" with "return foo(THREAD);"
Reviewed-by: iklam, phh, stuefe, lfoltan
2018-10-09 20:38:13 -04:00
David Holmes
8351e4db3e
8211065: Private method check in linkResolver is incorrect
...
Reviewed-by: acorn, lfoltan
2018-10-09 20:19:22 -04:00
Jiangli Zhou
a2ad8f419f
8206009: Move CDS java heap object archiving code to heapShared.hpp and heapShared.cpp
...
Restructure and cleanup java heap object archiving code.
Reviewed-by: coleenp, iklam
2018-10-09 15:58:07 -04:00
Roman Kennke
fe3bd4703e
8211792: Fix misplaced BarrierSet forward declarations
...
Reviewed-by: shade, zgu
2018-10-05 23:45:02 +02:00
Gunter Haug
a6cbbcf334
8211768: [s390] Implement JFR profiling
...
Reviewed-by: simonis, mdoerr
2018-10-09 15:06:27 +02:00
Andrew Haley
2db7ed1895
8211387: [Zero] atomic_copy64: Use ldrexd for atomic reads on ARMv7
...
Reviewed-by: dholmes, aph
2018-10-02 17:17:43 +02:00
Ioi Lam
2f82ed4f1d
8210388: Use hash table to store archived subgraph_info records
...
Reviewed-by: jiangli
2018-10-08 16:29:10 -07:00
Erik Österlund
b658954d7e
8211718: Supporting multiple concurrent OopStorage iterators
...
Reviewed-by: pliden, kbarrett
2018-10-08 14:48:12 +02:00
Roland Westrelin
90d6bbd01a
8211776: 8210887 broke arraycopy optimization when ZGC is enabled
...
Reviewed-by: kvn
2018-10-05 16:47:27 +02:00
Doug Simon
548eb6860a
8208686: [AOT] JVMTI ResourceExhausted event repeated for same allocation
...
Reviewed-by: never, kvn, sspitsyn
2018-10-05 20:03:14 +02:00
Roman Kennke
e77e2d1df8
8211219: Type inconsistency in LIRGenerator::atomic_cmpxchg(..)
...
Reviewed-by: eosterlund, iveresov
2018-09-27 13:56:09 +02:00
Jiangli Zhou
57b516dd0e
8202951: Implementation of JEP 341: Default CDS Archives
...
8210592: Convert CDS-mode test sets in tier5 and tier6 to non-CDS-mode tests
8209739: [TESTBUG] javax/imageio/plugins/png/ItxtUtf8Test.java fails with OutOfMemoryError when running in CDS mode
Generate the default CDS archive at JDK build time.
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Reviewed-by: erikj, ihse, dholmes, iklam, ccheung, mseledtsov
2018-10-05 18:56:11 -04:00
Vladimir Kozlov
ec0cbd58f4
8206963: [AOT] bug with multiple class loaders
...
AOT should not support custom class loaders.
Reviewed-by: dlong, iveresov
2018-10-05 15:46:47 -07:00
Jean Christophe Beyler
a87e8e52ea
8211123: GC Metaspace printing after full gc
...
Move GC printing to after usage is calculated
Co-authored-by: Jiapeng Li <nijiaben@perfma.com>
Reviewed-by: tschatzl, stuefe
2018-10-05 13:38:03 -07:00
Kim Barrett
cd95f5a933
8211296: Remove HotSpot deprecation warning suppression for Mac/clang
...
Removed deprecation warning suppression, fixed uses of deprecated functions.
Reviewed-by: dholmes, mikael
2018-10-05 14:28:44 -04:00
Coleen Phillimore
432605be5c
8209889: RedefineStress tests crash
...
Create CompileTaskWrapper before potential safepoint
Reviewed-by: mdoerr, dlong
2018-10-05 09:15:52 -04:00
Martin Doerr
4af2374271
8210754: print_location is not reliable enough (printing register info)
...
Reviewed-by: stuefe, coleenp
2018-10-04 16:39:07 +02:00
Robbin Ehn
dcfb9a75aa
8210303: VM_HandshakeAllThreads fails assert with "failed: blocked and not walkable"
...
Reviewed-by: dcubed, dholmes
2018-10-04 14:03:13 +02:00
Poonam Bajaj
3ce24a0442
8211150: G1 Full GC not purging code root memory and hence causing memory leak
...
Reviewed-by: tschatzl, sjohanss
2018-10-03 19:30:49 +00:00
Gerard Ziemski
db646c699a
8204294: [REDO] - JVMFlag::printError missing ATTRIBUTE_PRINTF
...
Added ATTRIBUTE_PRINTF to JVMFlag::printError
Reviewed-by: kbarrett, coleenp
2018-10-03 12:34:22 -05:00
Aleksey Shipilev
5850a50781
8211375: Minimal VM build failures after JDK-8211251 (Default mask register for avx512 instructions)
...
Reviewed-by: kvn
2018-10-03 18:46:26 +02:00
Rahul Raghavan
493b31ba91
8211168: Solaris-X64 build failure with error nreg hides the same name in an outer scope
...
Corrected nreg definition
Reviewed-by: dcubed, kvn, shade
2018-10-03 08:03:13 -07:00
Claes Redestad
08b8a3149b
8211384: Obsolete -XX:+/-MonitorInUseLists option
...
Reviewed-by: mikael, rkennke, shade, dcubed
2018-10-03 15:05:46 +02:00
Harold Seigel
221005a3d4
8209138: Symbol constructor uses u1 as the element type of its name argument
...
Maske u1 the type for Symbol values and add a function to return it as a char.
Reviewed-by: dholmes, coleenp
2018-10-03 09:46:46 -04:00
David Holmes
a3cd6a1a70
8188764: Obsolete AssumeMP and then remove all support for non-MP builds
...
Reviewed-by: mikael, mdoerr, bulasevich, eosterlund
2018-10-03 03:41:57 -04:00
Mikael Vidstedt
8e53d1b5dc
8211350: Remove jprt support
...
Reviewed-by: dholmes, erikj, mchung, alanb, jjg
2018-10-02 22:36:08 -07:00
Mikael Vidstedt
1cca59019b
8211364: Remove expired flags
...
Reviewed-by: dholmes, egahlin
2018-10-02 15:01:25 -07:00
David Holmes
d1d1c16f8c
8211175: Remove temporary clock initialization duplication
...
Reviewed-by: rehn, mikael
2018-10-02 17:12:13 -04:00
Roland Westrelin
ce59b4b472
8210887: Tweak C2 gc api for arraycopy
...
Reviewed-by: kvn, thartmann
2018-09-28 10:42:40 +02:00
Roland Westrelin
b00f4560cb
8211231: BarrierSetC1::generate_referent_check() confuses register allocator
...
Reviewed-by: iveresov, kvn
2018-09-27 16:25:25 +02:00
Man Cao
33c38f2ccb
8210716: Detailed GC logging request misses some
...
Changed log tags from (heap, ergo) to (gc, ergo, heap).
Reviewed-by: kbarrett, tschatzl
2018-10-01 20:16:55 -04:00
Sandhya Viswanathan
b0ea3a49d2
8211251: Default mask register for avx512 instructions
...
Encode AVX 512 instructions as unmasked instruction where mask register is not specified.
Reviewed-by: kvn
2018-10-01 11:54:34 -07:00
Roman Kennke
b263449b15
8211129: compiler/whitebox/ForceNMethodSweepTest.java fails after JDK-8132849
...
Reviewed-by: eosterlund, thartmann
2018-10-01 20:23:56 +02:00
Volker Simonis
d35eda31e3
8211328: Different declaration and definition of ClassLoaderData::classes_do() leads to build failures
...
Reviewed-by: dcubed, coleenp
2018-10-01 19:08:14 +02:00
Pengfei Li
21af2af13e
8211333: AArch64: Fix another build failure after JDK-8211029
...
Reviewed-by: shade, aph
2018-10-01 12:29:47 -04:00
Roman Kennke
f7b890ae5f
8211241: Missing obj equals in TemplateTable::fast_aldc
...
Reviewed-by: dcubed, coleenp
2018-10-01 16:34:22 +02:00
Lutz Schmidt
56e6f2cc1b
8211145: [ppc] [s390]: Build fails due to -Werror=switch (introduced with JDK-8211029)
...
Reviewed-by: shade, simonis
2018-10-01 12:07:15 +02:00
Andrew Haley
768f091086
8210972: Add comment text to C1 patching code
...
Reviewed-by: kvn
2018-09-20 18:29:05 +01:00
Andrew Haley
08e1f72237
Merge
2018-10-01 09:56:45 +01:00
Jiangli Zhou
061c4d7a81
8210926: vmTestbase/nsk/jvmti/scenarios/allocation/AP11/ap11t001/TestDescription.java failed with JVMTI_ERROR_INVALID_CLASS in CDS mode
...
Reset InstanceKlass _init_state to 'allocated' before writing out shared classes at dump time.
Reviewed-by: dholmes, coleenp
2018-10-01 00:52:37 -04:00
Mikael Vidstedt
f4b9613346
8211176: Initialize ObjectMonitor eagerly
...
Reviewed-by: dholmes, adinn, redestad
2018-09-28 14:11:21 -07:00
Coleen Phillimore
7ef28cb2bc
8209645: Split ClassLoaderData and ClassLoaderDataGraph into separate files
...
Reviewed-by: iklam, stuefe
2018-09-28 16:07:39 -04:00
Aleksey Shipilev
feca06a183
8211274: x86_32 build failures after JDK-8211029 (Have a common set of enabled warnings for all native libraries)
...
Reviewed-by: dholmes, tschatzl
2018-09-28 18:28:49 +02:00
Aleksey Shipilev
e2baf30529
8211272: x86_32 build failures after JDK-8210764 (Update avx512 implementation)
...
Reviewed-by: rkennke, kvn
2018-09-28 18:28:48 +02:00
Matthias Baesken
5d3b3156e8
8211208: make AllocateHeapAt an unsupported option on AIX
...
Reviewed-by: shade, tschatzl
2018-09-27 17:13:07 +02:00