Dean Long
|
f274b01820
|
8158168: Missing bounds checks for some String intrinsics
Reviewed-by: vlivanov, thartmann, sherman
|
2017-04-12 16:36:13 -04:00 |
|
Stefan Karlsson
|
0fcf645cff
|
8178489: Make align functions more type safe and consistent
Reviewed-by: mgerdin, rehn
|
2017-04-12 17:53:18 +02:00 |
|
Stefan Karlsson
|
229f386a8f
|
8178495: Bug in the align_size_up_ macro
Reviewed-by: kbarrett, tschatzl, rehn
|
2017-04-12 13:05:59 +02:00 |
|
Stefan Karlsson
|
1854382c4d
|
8178491: -Xss and -XX:ThreadStackSize argument parsing truncates bits
Reviewed-by: gziemski, kbarrett
|
2017-04-11 23:45:39 +02:00 |
|
Thomas Schatzl
|
0d6c9d4030
|
8179677: Let G1Remset::_conc_refined_cards only count number of cards concurrently refined
Reviewed-by: sjohanss, ehelin
|
2017-07-04 09:16:26 +02:00 |
|
Thomas Schatzl
|
4318d80587
|
8183394: Remove unused G1RemSet::n_workers() method
Reviewed-by: mgerdin, ehelin
|
2017-07-04 09:15:45 +02:00 |
|
Erik Helin
|
0d2388b35a
|
Merge
|
2017-07-03 17:43:16 +00:00 |
|
Erik Helin
|
97e1f47359
|
8153360: G1HRRSFlushLogBuffersOnVerify with remembered set verification does not work
Reviewed-by: sjohanss, tschatzl
|
2017-07-03 17:19:11 +02:00 |
|
Erik Helin
|
19992b94e3
|
8183281: Remove unnecessary call to increment_gc_time_stamp
Reviewed-by: sjohanss, tschatzl
|
2017-07-03 14:24:07 +02:00 |
|
Claes Redestad
|
a986a96554
|
8183232: Avoid resolving method_kind in AbstractInterpreter::can_be_compiled
Reviewed-by: coleenp, mdoerr, neliasso
|
2017-07-03 09:01:34 +02:00 |
|
Mikael Gerdin
|
f21390e927
|
8183229: Implement WindowsSemaphore::trywait
Reviewed-by: redestad, stefank, kbarrett
|
2017-06-30 10:36:32 +02:00 |
|
Mikael Gerdin
|
d39a34d689
|
8183198: Factor out thread state serialization into a proper helper function
Reviewed-by: tschatzl, eosterlund, coleenp
|
2017-06-26 15:25:25 +02:00 |
|
Coleen Phillimore
|
cf0d8c433e
|
Merge
|
2017-06-29 19:09:04 +00:00 |
|
Claes Redestad
|
13dbb944d2
|
Merge
|
2017-06-29 17:32:46 +00:00 |
|
Nils Eliasson
|
b836b5b512
|
Merge
|
2017-06-29 14:54:32 +00:00 |
|
Nils Eliasson
|
791eb07c3c
|
Merge
|
2017-06-29 12:32:17 +00:00 |
|
Claes Redestad
|
22cd78c6fb
|
8183001: Various inlining improvements
Reviewed-by: iklam, mikael, ehelin, stefank
|
2017-06-29 14:22:42 +02:00 |
|
Thomas Stuefe
|
c93a43fcfe
|
8183228: Fix optimized build after JDK-8170933
Reviewed-by: mgerdin, coleenp
|
2017-06-29 12:35:30 +02:00 |
|
Coleen Phillimore
|
7225e6008d
|
8182848: Some functions misplaced in debug.hpp
Moved to vmError.hpp,cpp where they seemed more appropriate
Reviewed-by: stefank, stuefe
|
2017-06-28 19:12:58 -04:00 |
|
Coleen Phillimore
|
f2b191c2a1
|
Merge
|
2017-06-28 20:21:04 +00:00 |
|
Coleen Phillimore
|
9edb2c5e5a
|
8182554: Code for os::random() assumes long is 32 bits
And make updating the _rand_seed thread safe.
Reviewed-by: stuefe, kbarrett, stefank
|
2017-06-28 16:14:20 -04:00 |
|
Erik Helin
|
5bd2ec03b3
|
Merge
|
2017-06-28 15:21:48 +00:00 |
|
Robbin Ehn
|
f96e11d5e1
|
Merge
|
2017-06-28 16:07:30 +02:00 |
|
Erik Helin
|
9eb98aac44
|
8183124: Remove OopsInHeapRegionClosure
Reviewed-by: sjohanss, tschatzl
|
2017-06-28 14:38:10 +02:00 |
|
Robbin Ehn
|
9d3a9c331d
|
8180421: Change default value of BiasedLockingStartupDelay to 0
As CSR 8181778
Reviewed-by: tschatzl, redestad, coleenp, dcubed
|
2017-06-28 14:18:00 +02:00 |
|
Erik Helin
|
f01d388b13
|
8183122: Rename RefineRecordRefsIntoCSCardTableEntryClosure to G1RefineCardClosure
Reviewed-by: sjohanss, tschatzl
|
2017-06-28 14:17:28 +02:00 |
|
Thomas Schatzl
|
ea07d0ec2a
|
8178151: Clean up G1RemSet files
Remove unnecessary class members, improve method visibility and naming
Reviewed-by: ehelin, sjohanss
|
2017-06-28 14:15:56 +02:00 |
|
Thomas Schatzl
|
be1f5ab521
|
8183006: Remove unused IterateOopClosureRegionClosure
Reviewed-by: sjohanss, ehelin
|
2017-06-28 12:11:55 +02:00 |
|
Thomas Schatzl
|
c0fff2604d
|
8183002: Remove unused concurrent parameter in HeapRegionManager::par_iterate
Reviewed-by: ehelin, sjohanss
|
2017-06-28 12:11:48 +02:00 |
|
Thomas Schatzl
|
52a1ad0388
|
8175554: Improve G1UpdateRSOrPushRefClosure
Micro-optimizations and improving naming for the G1UpdateRSOrPushRefClosure
Reviewed-by: ehelin, sangheki
|
2017-06-28 10:58:19 +02:00 |
|
Patric Hedlin
|
431063deba
|
8164888: Intrinsify fused mac operations on SPARC
Such speed, much wow
Reviewed-by: kvn
|
2017-06-27 15:50:09 +02:00 |
|
Patric Hedlin
|
9f66abeeb6
|
8172231: SPARC ISA/CPU feature detection is broken/insufficient (on Solaris)
Update for new platforms
Reviewed-by: kvn
|
2017-06-27 15:27:54 +02:00 |
|
Claes Redestad
|
92c45050f9
|
8182487: Add Unsafe.objectFieldOffset(Class, String)
Reviewed-by: dsimms, twisti, bchristi, mgerdin, psandoz, chegar
|
2017-06-22 15:53:07 +02:00 |
|
Thomas Schatzl
|
8467de8bbc
|
8178148: Log more detailed information about scan rs phase
Add logging about the number of cards actually scanned, claimed and skipped during the Scan RS phase
Reviewed-by: ehelin, sangheki
|
2017-06-14 11:26:44 +02:00 |
|
Stefan Karlsson
|
06cee886b1
|
8178490: Usages of is_object_aligned with pointers are broken
Reviewed-by: tschatzl, kbarrett
|
2017-04-11 23:45:37 +02:00 |
|
Stefan Karlsson
|
ed94ecff28
|
8182696: Remove gcTrace.hpp include from referenceProcessor.hpp
Reviewed-by: tschatzl, kbarrett
|
2017-06-22 09:07:47 +02:00 |
|
Harold Seigel
|
5e4cca403b
|
8182720: In InstanceKlass.cpp, get init_lock from handle
Replace init_lock() calls with h_init_lock() calls
Reviewed-by: sspitsyn, coleenp
|
2017-06-23 09:54:52 -04:00 |
|
Kim Barrett
|
6cc7e33ce7
|
8181449: Fix debug.hpp / globalDefinitions.hpp dependency inversion
Refactor debug.hpp and reverse include dependency.
Reviewed-by: coleenp, stefank, dcubed
|
2017-06-22 20:47:22 -04:00 |
|
Christian Thalinger
|
ec241eb2a4
|
8182729: [AOT] remove UseConcMarkSweepGC check when loading libraries
Reviewed-by: kvn
|
2017-06-22 13:59:00 -07:00 |
|
Jesper Wilhelmsson
|
3c874cfeb3
|
Merge
|
2017-06-22 00:51:07 +02:00 |
|
Vladimir Kozlov
|
dd676c3a98
|
8181823: [AOT] jaotc doesn't work with Graal
Add new flag to indicate when to calculate class fingerprint
Reviewed-by: iklam, iveresov
|
2017-06-21 10:28:27 -07:00 |
|
Coleen Phillimore
|
af0b8d46d2
|
8181450: assert in BasicHashtable::verify_table
Remove assert as it has small probability of happening and added logging
Reviewed-by: kbarrett, sspitsyn
|
2017-06-16 09:13:56 -04:00 |
|
Harold Seigel
|
ea15e1ac26
|
Merge
|
2017-06-15 18:58:08 +00:00 |
|
Harold Seigel
|
42c183edfc
|
8182089: build error in hotspot/src/share/vm/runtime/reflection.cpp
Add const to argument in reflection.cpp so method signature matches the one in reflection.hpp
Reviewed-by: zgu, coleenp, rprotacio
|
2017-06-15 14:34:32 -04:00 |
|
Robbin Ehn
|
0d3624a309
|
8181859: Monitor deflation is not checked in cleanup path
Reviewed-by: sspitsyn, dcubed, shade, cvarming
|
2017-06-15 09:52:44 +02:00 |
|
Erik Österlund
|
2a0bd0cd04
|
8181785: Remove the experimental ClearFPUAtPark JVM Flag
Removing the experimental and unstable ClearFPUAtPark optimization for SPARC
Reviewed-by: kbarrett, tschatzl, rehn
|
2017-06-14 08:47:27 +02:00 |
|
Kim Barrett
|
8a5654850e
|
8086005: Define __STDC_xxx_MACROS config macros globally via build system
Moved macro definitions to hotspot build configuration
Reviewed-by: erikj, eosterlund
|
2017-06-13 11:10:33 -04:00 |
|
Roland Westrelin
|
698444f968
|
8181211: C2: Use profiling data to optimize on/off heap unsafe accesses
Reviewed-by: kvn
|
2017-06-09 10:51:52 +02:00 |
|
Tobias Hartmann
|
620b398ba3
|
8181741: C2 compilation fails with "assert(i<_max) failed: oob"
PhaseIdealLoop should not use type() or type_or_null().
Reviewed-by: roland, kvn
|
2017-06-09 09:27:10 +02:00 |
|
Tobias Hartmann
|
872c310c4f
|
8181781: Replay compilation should ignore unresolved Klass with -XX:+ReplayIgnoreInitErrors
Ignore unresolved Klass with -XX:+ReplayIgnoreInitErrors.
Reviewed-by: kvn
|
2017-06-09 09:20:13 +02:00 |
|