Filipp Zhinkin
|
6b6686bd43
|
8149374: Replace C1-specific collection classes with universal collection classes
Reviewed-by: kvn, mgerdin, coleenp
|
2016-04-06 18:51:03 +03:00 |
|
Thomas Schatzl
|
a009aa9ca7
|
8151386: Extract card live data out of G1ConcurrentMark
Move card live data management out of G1ConcurrentMark into extra class G1CardLiveData managed by G1RemSet
Reviewed-by: mgerdin, kbarrett
|
2016-04-06 13:41:59 +02:00 |
|
Thomas Schatzl
|
0c06163b35
|
8077144: Concurrent mark initialization takes too long
Remove per-marking thread liveness bitmaps and recreate liveness bitmap concurrently after the cleanup pause.
Reviewed-by: mgerdin, ehelin, kbarrett
|
2016-04-06 13:32:48 +02:00 |
|
Sangheon Kim
|
7908c3db94
|
8152188: Allow CMSBitMapYieldQuantum for BitMap::clear_range and clear_large_range
Let BitMap::clear_large_range call clear_range instead of firing an assert
Reviewed-by: jmasa, jwilhelm
|
2016-04-05 16:15:53 -07:00 |
|
Stefan Karlsson
|
ccf6f713e8
|
8152711: Create a non-template Log wrapper class
Reviewed-by: kbarrett, rehn
|
2016-04-05 10:41:52 +02:00 |
|
Stefan Karlsson
|
6c4d96782c
|
8152637: Create a stack allocatable LogStream class
Reviewed-by: rehn, brutisso
|
2016-04-05 10:35:39 +02:00 |
|
Joseph Provino
|
5cef85023b
|
8132524: Missing includes to resourceArea.hpp
Files that use ResourceMark are missing the include of resourceArea.hpp
Reviewed-by: tschatzl, jwilhelm
|
2016-04-04 12:57:48 -04:00 |
|
Stefan Karlsson
|
65a3b7e6b3
|
8152635: Create a UL class to represent a Log + Level combination
Reviewed-by: brutisso, mlarsson, rehn
|
2016-04-04 12:45:04 +02:00 |
|
Stefan Karlsson
|
15c4140ae5
|
8152632: Rename LogHandle(...) to Log(...)
Reviewed-by: brutisso, mlarsson, rprotacio
|
2016-04-04 09:15:15 +02:00 |
|
Chris Plummer
|
fbe049838a
|
8148639: Some MethodCounter fields can be excluded when not including C2
Removed _interpreter_invocation_count and _interpreter_throwout_count fields for C1
Reviewed-by: kvn, coleenp
|
2016-03-30 09:52:02 -07:00 |
|
Kim Barrett
|
3af6c14332
|
8152916: ostream has unnecessary dependency on GCId
Removed unneeded #includes and forward class declaration.
Reviewed-by: pliden, rehn, brutisso, mgerdin
|
2016-03-29 16:21:16 -04:00 |
|
Marcus Larsson
|
3db2c8085b
|
8151993: Remove inclusion of inline.hpp in log.hpp
Reviewed-by: kbarrett, stefank
|
2016-03-29 09:43:05 +02:00 |
|
Marcus Larsson
|
f4a1f4ef6b
|
8151438: UL instantiates duplicate tag sets
Reviewed-by: brutisso, stefank
|
2016-03-29 09:36:43 +02:00 |
|
Vladimir Ivanov
|
9cf0dc3015
|
8151623: Zap freed Metaspace chunks in non-product binaries
Reviewed-by: stefank, jmasa
|
2016-03-28 13:49:34 +03:00 |
|
Rachel Protacio
|
0f7f8e05ab
|
8146947: Remove PrintOopAddress rather than converting to UL
Deprecated PrintOopAddress and made functionality default
Reviewed-by: coleenp, stefank
|
2016-03-24 13:25:10 -04:00 |
|
Jesper Wilhelmsson
|
b7ca1e57ee
|
Merge
|
2016-03-23 23:36:29 +01:00 |
|
Chris Hegarty
|
9978f9b065
|
Merge
|
2016-03-22 17:04:25 +00:00 |
|
Alan Bateman
|
f30fc1c88b
|
8142968: Module System implementation
Initial integration of JEP 200, JEP 260, JEP 261, and JEP 282
Co-authored-by: Alex Buckley <alex.buckley@oracle.com>
Co-authored-by: Jonathan Gibbons <jonathan.gibbons@oracle.com>
Co-authored-by: Karen Kinnear <karen.kinnear@oracle.com>
Co-authored-by: Mandy Chung <mandy.chung@oracle.com>
Co-authored-by: Mark Reinhold <mark.reinhold@oracle.com>
Co-authored-by: Harold Seigel <harold.seigel@oracle.com>
Co-authored-by: Lois Foltan <lois.foltan@oracle.com>
Co-authored-by: Calvin Cheung <calvin.cheung@oracle.com>
Co-authored-by: Christian Tornqvist <christian.tornqvist@oracle.com>
Co-authored-by: Erik Joelsson <erik.joelsson@oracle.com>
Co-authored-by: George Triantafillou <george.triantafillou@oracle.com>
Co-authored-by: Igor Ignatyev <igor.ignatyev@oracle.com>
Co-authored-by: Ioi Lam <ioi.lam@oracle.com>
Co-authored-by: James Laskey <james.laskey@oracle.com>
Co-authored-by: Jean-Francois Denise <jean-francois.denise@oracle.com>
Co-authored-by: Jiangli Zhou <jiangli.zhou@oracle.com>
Co-authored-by: Markus Gronlund <markus.gronlund@oracle.com>
Co-authored-by: Serguei Spitsyn <serguei.spitsyn@oracle.com>
Co-authored-by: Staffan Larsen <staffan.larsen@oracle.com>
Co-authored-by: Sundararajan Athijegannathan <sundararajan.athijegannathan@oracle.com>
Reviewed-by: acorn, ccheung, coleenp, ctornqvi, dholmes, dsimms, gtriantafill, iklam, jiangli, mgronlun, mseledtsov, cjplummer, sspitsyn, stefank, twisti, hseigel, lfoltan, alanb, mchung, dfazunen
|
2016-03-17 19:04:01 +00:00 |
|
Jesper Wilhelmsson
|
7b7aad5481
|
Merge
|
2016-03-16 14:31:33 +01:00 |
|
Thomas Stuefe
|
3487b38cc4
|
8148425: strerror() function is not thread-safe
Reviewed-by: dholmes, coleenp
|
2016-03-12 08:35:05 +01:00 |
|
Coleen Phillimore
|
69e1552338
|
Merge
|
2016-03-15 20:37:35 +00:00 |
|
Rachel Protacio
|
45b1e8d5e9
|
8150085: Convert TraceClearedExceptions to Unified Loggin
Converted -XX:+TraceClearedExceptions to -Xlog:exceptions=debug
Reviewed-by: mockner, dholmes, coleenp
|
2016-03-15 15:43:04 -04:00 |
|
Matthias Baesken
|
f90ee56f23
|
8151593: Cleanup definition/usage of INLINE/NOINLINE macros and add xlC support
Reviewed-by: coleenp, stuefe
|
2016-03-11 16:39:38 +01:00 |
|
Stefan Karlsson
|
dd34e9b751
|
8151440: Move BitMap verfication inline functions out from bitMap.hpp
Reviewed-by: tschatzl, pliden, kbarrett
|
2016-03-09 12:45:44 +01:00 |
|
Stefan Karlsson
|
48813d4d84
|
8151439: Inline the BitMap constructor
Reviewed-by: tschatzl, pliden, kbarrett
|
2016-03-09 12:44:49 +01:00 |
|
Stefan Karlsson
|
7419b91e7e
|
8151436: Leaner ArrayAllocator and BitMaps
Reviewed-by: tschatzl, pliden, kbarrett
|
2016-03-09 12:44:12 +01:00 |
|
Robbin Ehn
|
c75117cf29
|
8151264: Add a notification mechanism for UL configuration changes
Reviewed-by: dholmes, mlarsson
|
2016-03-08 08:54:05 +01:00 |
|
Jesper Wilhelmsson
|
f6609ea3d2
|
Merge
|
2016-03-05 10:10:23 +01:00 |
|
Tobias Hartmann
|
2c4627b399
|
8151130: [BACKOUT] Remove Method::_method_data for C1
Backing out the fix for JDK-8147978 because it fails and blocks integration.
Reviewed-by: vlivanov, zmajo
|
2016-03-03 13:18:53 +01:00 |
|
Jesper Wilhelmsson
|
6068abeb00
|
6787054: Par compact - remove code that clears source_region
Reviewed-by: mgerdin, tschatzl
|
2016-02-29 15:47:41 +01:00 |
|
Chris Plummer
|
6d7d3228e7
|
8147978: Remove Method::_method_data for C1
Method::_method_data field removed when not using C2 or JVMCI
Reviewed-by: dholmes, kvn
|
2016-02-26 09:13:22 -08:00 |
|
Goetz Lindenmaier
|
8a70bcf857
|
8149557: Resource mark breaks printing to string stream
Reviewed-by: stuefe, dholmes
|
2016-03-06 15:50:13 -05:00 |
|
Stefan Karlsson
|
d15936bdc0
|
8150617: nth_bit and friends are broken
Reviewed-by: shade, tschatzl, vlivanov
|
2016-02-25 13:08:19 +01:00 |
|
Jesper Wilhelmsson
|
90586a424c
|
Merge
|
2016-03-09 14:18:12 +01:00 |
|
Markus Grönlund
|
0e44e963d2
|
8143226: Minor updates to Event Based tracing
Reviewed-by: jbachorik, egahlin
|
2016-03-01 23:46:09 +01:00 |
|
Jesper Wilhelmsson
|
e76fbbafb5
|
Merge
|
2016-02-22 19:46:37 +01:00 |
|
Jesper Wilhelmsson
|
6f4adc7c72
|
Merge
|
2016-02-18 18:10:35 +01:00 |
|
Volker Simonis
|
a5c5a3b609
|
8150079: MSVC prior to VS 2013 doesn't know the 'va_copy' macro
Reviewed-by: dholmes
|
2016-02-17 22:17:49 -05:00 |
|
Tobias Hartmann
|
eca88d0a0c
|
Merge
|
2016-02-29 09:02:13 +01:00 |
|
Tobias Hartmann
|
52c7cb7221
|
8150441: CompileTask::print_impl() is broken after JDK-8146905
Timestamps should be explicitly initialized.
Reviewed-by: dholmes
|
2016-02-25 08:47:57 +01:00 |
|
Roland Westrelin
|
449c65bf50
|
8007986: GrowableArray should implement binary search
Binary search method for GrowableArray
Reviewed-by: vlivanov, jrose
|
2016-02-23 17:59:27 +01:00 |
|
Vladimir Ivanov
|
596b56f6c7
|
8149141: Optimized build is broken
Reviewed-by: kvn, kbarrett
|
2016-02-15 20:02:51 +03:00 |
|
Mikael Vidstedt
|
4e53f48812
|
8141491: Unaligned memory access in Bits.c
Introduce alignment-safe Copy::conjoint_swap and j.i.m.Unsafe.copySwapMemory
Reviewed-by: jrose, dholmes, psandoz
|
2016-02-10 15:20:38 -08:00 |
|
Artem Smotrakov
|
395a248587
|
8148005: One byte may be corrupted by get_datetime_string()
Reviewed-by: dholmes
|
2016-02-04 13:42:18 -08:00 |
|
Erik Helin
|
00aa34d788
|
8148844: Update run_unit_test macro for InternalVMTests
Reviewed-by: sjohanss, david
|
2016-02-04 14:06:43 +01:00 |
|
Jesper Wilhelmsson
|
40c4fe8573
|
Merge
|
2016-02-03 01:35:25 +01:00 |
|
Tobias Hartmann
|
832443d3b0
|
Merge
|
2016-01-28 09:49:17 +01:00 |
|
Tobias Hartmann
|
2beba05b8b
|
Merge
|
2016-01-26 09:11:58 +01:00 |
|
Goetz Lindenmaier
|
4e99638d69
|
8147937: Adapt SAP copyrights to new company name
Reviewed-by: simonis, stuefe
|
2016-01-21 12:37:47 +01:00 |
|
Daniel D. Daugherty
|
8411cfaf4e
|
Merge
|
2016-01-20 14:11:25 -08:00 |
|