Harold Seigel
5a3decc9f1
8207944: java.lang.ClassFormatError: Extra bytes at the end of class file test" possibly violation of JVMS 4.7.1
...
Add code to skip over unknown attributes when class file version >= 11.
Reviewed-by: lfoltan
2018-07-26 15:56:37 -04:00
Gunter Haug
0ec91d3125
8207392: [PPC64] Implement JFR profiling
...
Reviewed-by: simonis, goetz
2018-07-24 12:57:40 +02:00
Swati Sharma
0440d172a0
8189922: UseNUMA memory interleaving vs membind
...
Reviewed-by: gromero, drwhite, dholmes, tschatzl
2018-07-19 16:56:05 -04:00
Jean Christophe Beyler
39cd4bdd52
8207252: C1 still does eden allocations when TLAB is enabled
...
Only do eden allocations when TLAB is disabled
Reviewed-by: kbarrett, jrose, tschatzl, iveresov
2018-07-22 20:00:39 -07:00
Goetz Lindenmaier
c798b68ee1
8207830: [aix] disable jfr in build and tests
...
Reviewed-by: kvn, erikj
2018-07-20 09:46:57 +02:00
Zhengyu Gu
7f98a31e8d
8207056: Epsilon GC to support object pinning
...
Epsilon GC to use object pinning to avoid expensive GCLocker
Reviewed-by: shade, rkennke
2018-07-11 13:55:38 -04:00
Vladimir Kozlov
67d90233b1
8207069: [AOT] we should check that VM uses the same GC as one used for AOT library generation
...
Reviewed-by: twisti, dnsimon, never
2018-07-19 13:41:56 -07:00
Boris Ulasevich
11ff09b63b
8207584: ARM32: ShouldNotReachHere assertion on Test8168712 jtreg test
...
Reviewed-by: shade
2018-07-19 21:46:52 +03:00
Gustavo Romero
862bb272ae
8205582: PPC64: RTM: Fix counter for aborts on nested transactions
...
Reviewed-by: mdoerr, goetz
2018-07-06 16:25:07 -04:00
Gustavo Romero
32ec4d3882
8205581: PPC64: RTM: Fix abort on native calls
...
Reviewed-by: mdoerr, goetz
2018-06-26 08:33:17 -04:00
Gustavo Romero
f4a279935b
8205580: PPC64: RTM: Don't retry lock on abort if abort was intentional
...
Reviewed-by: mdoerr, goetz
2018-06-24 21:48:42 -04:00
Aleksey Shipilev
ea6cea5d51
8206931: Misleading "COMPILE SKIPPED: invalid non-klass dependency" compile log
...
Reviewed-by: vlivanov, never
2018-07-11 08:44:00 +02:00
Martin Doerr
d5a05363ef
8207342: error occurred during error reporting (printing register info)
...
Os::print_location misses a check if the pointer is readable.
Reviewed-by: goetz, coleenp
2018-07-18 11:27:14 +02:00
Jean Christophe Beyler
3380b0d0ef
8205725: Update the JVMTI Spec for Heap Sampling
...
Update the JVMTI Spec for Heap Sampling
Reviewed-by: amenkov, sspitsyn
2018-07-17 19:59:38 -07:00
Aleksei Voitylov
2c82c9e1bd
8207240: AARCH64: C2-only VM does not build
...
Reviewed-by: shade
2018-07-17 19:25:45 +03:00
Andrew Haley
d326744b13
8207345: AArch64: Trampoline generation code reads from unitialized memory
...
Reviewed-by: shade
2018-07-17 15:28:17 +01:00
Coleen Phillimore
6caaf8e2f2
Merge
2018-07-17 09:37:24 -04:00
Dean Long
5f29406d2c
8181855: [Graal] runtime/ReservedStack/ReservedStackTest.java triggers: assert(thread->deopt_mark() == __null) failed: no stack overflow from deopt blob/uncommon trap
...
Reviewed-by: kvn
2018-07-16 15:09:19 -07:00
Lutz Schmidt
96cf046edc
8206271: CodeHeap State Analytics must digest new method state
...
Reviewed-by: kvn, mdoerr, thartmann
2018-07-16 16:57:37 +02:00
Boris Ulasevich
8636e943f2
8206265: aarch64 jtreg: assert in TestOptionsWithRanges.jtr
...
Limit flag range to don't overflow 12bit instruction operand
Reviewed-by: aph, dsamersoff
2018-07-15 20:15:17 +03:00
Roland Westrelin
6dc1ccac6b
8200282: Serializing non-zero byte as zero to ByteBuffer
...
Arraycopy converted as a series of loads/stores uses wrong slice for loads
Reviewed-by: kvn, thartmann
2018-07-13 15:44:54 +02:00
Rahul Raghavan
2e36eebdd2
8206873: 2 Null pointer dereference defect groups in LIRGenerator
...
Added missing assert statements
Reviewed-by: kvn, thartmann
2018-07-13 01:31:23 -07:00
Goetz Lindenmaier
2e682fa3cd
8207049: Minor improvements of compiler code
...
Reviewed-by: kvn, mdoerr
2018-07-12 16:31:28 +02:00
Vladimir Kozlov
dbb21a2a92
8206953: compiler/profiling/TestTypeProfiling.java fails when JVMCI build disabled
...
Restore original behavior when C2 is used
Reviewed-by: thartmann, mdoerr, dnsimon, gdub
2018-07-12 11:57:06 -07:00
Goetz Lindenmaier
8a9b0134a8
8206977: Minor improvements of runtime code
...
Reviewed-by: coleenp, lfoltan
2018-07-11 16:11:10 +02:00
Aleksey Shipilev
39a27d1115
8207006: serviceability/sa/TestUniverse.java#id0 crashes with EpsilonGC and AOT
...
Reviewed-by: twisti, kvn
2018-07-12 09:13:55 +02:00
Boris Ulasevich
b32727d780
8207044: minimal vm build fail: missing #include
...
Add missing #include
Reviewed-by: kbarrett, shade
2018-07-11 15:08:44 -04:00
Coleen Phillimore
8b883bd145
8206471: Race with ConcurrentHashTable deleting items on insert with cleanup thread
...
Only fetch Node::next once and use that result.
Reviewed-by: hseigel, dholmes
2018-07-10 11:13:33 -04:00
Gunter Haug
bb12ce24ef
8206919: s390: add missing info to vm_version_ext_s390
...
Reviewed-by: simonis, mdoerr
2018-07-10 11:36:36 +02:00
Mikael Vidstedt
dd4a832ab8
8207007: Add missing license header to zHash.inline.hpp
...
Reviewed-by: tschatzl, pliden
2018-07-10 16:14:48 -07:00
Tobias Hartmann
a16ca4799e
8205472: Deadlock in Kitchensink when trying to print compile queues causing timeout
...
Do not acquire the MethodCompileQueue_lock in CompileBroker::print_compile_queues().
Reviewed-by: kvn, kbarrett, dholmes
2018-07-10 15:33:55 +02:00
Thomas Schatzl
f57c7d1f4a
8206476: Wrong assert in phase_enum_2_phase_string() in referenceProcessorPhaseTimes.cpp
...
A less or equal than should be less than.
Reviewed-by: ehelin, kbarrett
2018-07-10 15:09:34 +02:00
Roland Westrelin
8c2d9b5ff0
8202123: C2 Crash in Node::in(unsigned int) const+0x14
...
Reviewed-by: kvn, thartmann
2018-06-29 17:59:44 +02:00
David Holmes
5fcb3ecb4e
8205878: pthread_getcpuclockid is expected to return 0 code
...
Reviewed-by: cjplummer, amenkov, coleenp
2018-07-09 20:17:32 -04:00
Vivek Deshpande
29cd9fe2ea
8194740: UseSubwordForMaxVector causes performance regression
...
Reviewed-by: kvn, thartmann
2018-07-09 13:25:08 -07:00
Gunter Haug
f36f4df68d
8206408: Add missing CPU/system info to vm_version_ext on PPC64
...
Reviewed-by: mdoerr, simonis
2018-07-09 12:51:58 +02:00
Martin Doerr
ea13adc07f
8206459: [s390] Prevent restoring incorrect bcp and locals in interpreter and avoid incorrect size of partialSubtypeCheckNode in C2
...
Reviewed-by: goetz
2018-07-09 15:26:58 +02:00
Andrew Dinn
d5c20788ae
8206163: AArch64: incorrect code generation for StoreCM
...
StoreCM may require planting a StoreStore barrier
Reviewed-by: aph, zyao, roland
2018-07-09 09:38:11 +01:00
Thomas Schatzl
cb9a168f8b
8205426: Humongous continues remembered set does not match humongous start region one after Remark
...
Remembered set states for humongous objects crossing an internal per-thread processing threshold could synchronized if the humongous continues regions were processed first.
Reviewed-by: ehelin, kbarrett
2018-07-09 10:19:51 +02:00
Markus Grönlund
cb094826ec
8203943: eventThreadGroup was null in TestJavaBlockedEvent.java
...
Reviewed-by: egahlin
2018-07-08 11:54:08 +02:00
Vladimir Kozlov
f1ce5c1456
8193126: Incorrect setting of MetaspaceSize and NewSizeThreadIncrease when using JVMCI compiler
...
Select maximum default values for JVMCI
Reviewed-by: dnsimon, iveresov
2018-07-06 13:45:41 -07:00
Matthias Baesken
2db58ca8c3
8206394: missing ResourceMark in AOTCompiledMethod::metadata_do, AOTCompiledMethod::clear_inline_caches , CompiledMethod::clear_ic_stubs , CompiledMethod::cleanup_inline_caches_impl
...
Reviewed-by: kvn
2018-07-05 09:38:15 +02:00
Markus Grönlund
7129c3e786
8198346: assert(!_cld->claimed()) failed in TestObjectDescription.java
...
Reviewed-by: egahlin
2018-07-04 18:39:26 +02:00
Matthias Baesken
b913444be0
8206255: fix compiler/intrinsics/sha/cli/TestUseSHAOptionOnSupportedCPU.java jtreg test on linux s390x
...
Reviewed-by: stuefe
2018-07-03 12:40:42 +02:00
Nils Eliasson
9b281d9d05
8205999: C2 compilation fails with "assert(store->find_edge(load) != -1) failed: missing precedence edge"
...
Backout 8204157 to state before 8192992
Reviewed-by: thartmann, mdoerr
2018-07-03 09:11:00 +02:00
Per Lidén
657e35019d
8206316: ZGC: Preferred tmpfs mount point not found on Debian
...
Reviewed-by: kbarrett, tschatzl, ehelin
2018-07-04 12:04:02 +02:00
Per Lidén
e0399f6060
8205924: ZGC: Premature OOME due to failure to expand backing file
...
Reviewed-by: ehelin
2018-07-04 12:04:02 +02:00
Markus Grönlund
84d23a1596
8206254: Unable to complete emergency dump during safepoint
...
Reviewed-by: egahlin
2018-07-04 10:24:16 +02:00
Volker Simonis
7cefb320e9
8206173: MallocSiteTable::initialize() doesn't take function descriptors into account
...
Reviewed-by: stuefe, zgu
2018-07-04 09:21:19 +02:00
Paul Sandoz
a0e9bf4280
8202769: jck test fails with C2: vm/jvmti/FollowReferences/fref001/fref00113/fref00113.html
...
Reviewed-by: kvn, coleenp
2018-07-02 10:09:01 -07:00