bobv [Fri, 23 Feb 2018 12:08:05 -0500] rev 49059
Merge
bobv [Fri, 23 Feb 2018 10:17:35 -0500] rev 49058
8197589: Update CPU count algorithm when both cpu shares and quotas are used
Reviewed-by: dholmes, mseledtsov
eosterlund [Fri, 23 Feb 2018 09:15:42 +0100] rev 49057
8198560: Remove implicit casts from oop to JavaThread* and jlong*
Reviewed-by: kbarrett, coleenp, tschatzl
coleenp [Fri, 23 Feb 2018 07:47:29 -0500] rev 49056
8197780: Null pointer dereference in Klass::is_instance_klass of klass.hpp:532
Summary: Make generate_class_cast_message able to deal with NULL klass from the constant pool.
Reviewed-by: hseigel, lfoltan
rkennke [Fri, 23 Feb 2018 12:47:36 +0100] rev 49055
8198564: Multiple crashes on SPARC
Reviewed-by: dholmes, simonis, stefank
sjohanss [Fri, 23 Feb 2018 09:38:33 +0100] rev 49054
8198420: Remove unused extension point AllocationContextStats
Reviewed-by: ehelin, tschatzl
stuefe [Thu, 22 Feb 2018 14:16:18 +0100] rev 49053
8198553: jcmd: separate Metaspace statistics from NMT
Reviewed-by: zgu, coleenp
ctornqvi [Thu, 22 Feb 2018 14:58:01 -0500] rev 49052
8198551: Rename hotspot_tier1 test group to tier1
Reviewed-by: lfoltan, iignatyev
stuefe [Thu, 22 Feb 2018 16:29:10 +0100] rev 49051
8198558: Windows does not build without precompiled headers
Reviewed-by: coleenp, mlarsson, lfoltan
stefank [Thu, 22 Feb 2018 18:37:48 +0100] rev 49050
8198530: Move _gc_policy_counters from GenCollectorPolicy to GenCollectedHeap
Reviewed-by: kbarrett, sjohanss
stefank [Thu, 22 Feb 2018 18:37:23 +0100] rev 49049
8198528: Move GenerationSpecs from GenCollectorPolicy to GenCollectedHeap
Reviewed-by: pliden, sjohanss, kbarrett
stefank [Thu, 22 Feb 2018 18:36:32 +0100] rev 49048
8198525: Move _size_policy out of GenCollectorPolicy into GenCollectedHeap
Reviewed-by: pliden, sjohanss
stefank [Thu, 22 Feb 2018 18:36:07 +0100] rev 49047
8198515: Extract SoftReferencePolicy code out of CollectorPolicy
Reviewed-by: pliden, sjohanss
stefank [Thu, 22 Feb 2018 18:35:40 +0100] rev 49046
8198511: Move allocation functions from GenCollectorPolicy to GenCollectedHeap
Reviewed-by: pliden, sjohanss
stefank [Thu, 22 Feb 2018 18:35:04 +0100] rev 49045
8198509: Move satisfy_failed_metadata_allocation out from CollectorPolicy
Reviewed-by: sjohanss, pliden
stefank [Thu, 22 Feb 2018 18:34:39 +0100] rev 49044
8198507: Remove CollectorPolicy::create_rem_set
Reviewed-by: pliden, tschatzl
stefank [Thu, 22 Feb 2018 18:34:18 +0100] rev 49043
8198373: Remove CollectorPolicy::is/as functions
Reviewed-by: sjohanss, pliden
lfoltan [Thu, 22 Feb 2018 12:05:17 -0500] rev 49042
8197868: VS2017 (C2065) 'timezone': Undeclared Identifier in share/runtime/os.cpp
Summary: Change to use the functional version of _get_timezone for VS2017.
Reviewed-by: coleenp, hseigel
Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
eosterlund [Thu, 22 Feb 2018 10:39:42 +0100] rev 49041
8198286: Direct memory accessors in typeArrayOop.hpp should use Access API
Reviewed-by: pliden, rkennke
kbarrett [Wed, 21 Feb 2018 23:30:01 -0500] rev 49040
8197859: VS2017 Complains about UINTPTR_MAX definition in globalDefinitions_VisCPP.hpp
Summary: Use <stdint.h> and <inttypes.h> on Windows instead of emulation.
Reviewed-by: coleenp, lfoltan, gtriantafill
stuefe [Tue, 13 Feb 2018 14:38:09 +0100] rev 49039
8197827: [windows] Small cleanups after JDK-8185712
Reviewed-by: zgu, dholmes
coleenp [Wed, 21 Feb 2018 14:08:26 -0500] rev 49038
8068593: Remove or repurpose unused PerfCounters from objectMonitor
Reviewed-by: redestad, dcubed
hseigel [Wed, 21 Feb 2018 11:18:52 -0500] rev 49037
8184289: Obsolete -XX:+UnsyncloadClass and -XX:+MustCallLoadClassInternal options
Summary: Add comments, fix a small issue with the boot loader, and add an assert.
Reviewed-by: coleenp, alanb, acorn, dholmes
rkennke [Thu, 15 Feb 2018 23:45:15 +0100] rev 49036
8197999: Accessors in typeArrayOopDesc should use new Access API
Reviewed-by: eosterlund, pliden
zgu [Wed, 21 Feb 2018 07:49:36 -0500] rev 49035
8198287: Cleanup ElfFile usage in whitebox.cpp
Summary: Removed redundant include of elfFile.hpp
Reviewed-by: dholmes, coleenp
stefank [Wed, 21 Feb 2018 12:40:07 +0100] rev 49034
8198225: os::attempt_reserve_memory_at records memory as committed
Reviewed-by: shade, zgu, stuefe
stefank [Wed, 21 Feb 2018 12:40:05 +0100] rev 49033
8196405: [REDO] NMT: add_committed_regions doesn't merge succeeding regions
Reviewed-by: eosterlund, coleenp, zgu
jcbeyler [Tue, 20 Feb 2018 09:46:48 -0800] rev 49032
8198439: Fix aarch64 code for handling generate_code_for after FastTLABFill obsolete code
Summary: Fix aarch64 issue when moving the stp down and to a str
Reviewed-by: adinn, smonteith
Contributed-by: jcbeyler@google.com
pliden [Wed, 21 Feb 2018 07:50:33 +0100] rev 49031
8198369: Clean up GCId and GCIdMark
Reviewed-by: stefank, eosterlund
pliden [Wed, 21 Feb 2018 07:46:40 +0100] rev 49030
8198267: Allow GCId::current_raw() calls from non-NamedThreads
Reviewed-by: stefank, kbarrett
gziemski [Tue, 20 Feb 2018 16:18:25 -0600] rev 49029
8193056: Title from build failure with Xcode 9.1
Summary: Included missing header explicitly.
Reviewed-by: coleenp, vlivanov
sangheki [Tue, 20 Feb 2018 12:54:26 -0800] rev 49028
8193909: Obsolete(remove) Co-operative Memory Management (CMM)
Reviewed-by: dholmes, jwilhelm, mchung, tschatzl
Contributed-by: sangheon.kim@oracle.com, brent.christian@oracle.com
mdoerr [Tue, 20 Feb 2018 16:10:21 +0100] rev 49027
8195112: x86 (32 bit): implementation for Thread-local handshakes
Reviewed-by: goetz, rehn
lfoltan [Tue, 20 Feb 2018 07:46:40 -0500] rev 49026
8196884: VS2017 Multiple Type Cast Conversion Compilation Errors
Summary: Change the type of symbolic constant badAddressVal and introduce specific casts to fix multiple type cast conversion compilation errors.
Reviewed-by: coleenp, kbarrett
lfoltan [Tue, 20 Feb 2018 07:32:17 -0500] rev 49025
8197956: VS2017 (C4838) Narrowing conversion required from __int64 to julong
Summary: Use the correct typed constant when initializing the StubRoutines::x86::_k512_W array.
Reviewed-by: coleenp
Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
lfoltan [Tue, 20 Feb 2018 07:20:22 -0500] rev 49024
8196997: VS2017 The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be removed
Summary: Ignore deprecation warning for non-Standard std::tr1 namespace and TR1-only machinery when compiling gtest.
Reviewed-by: kbarrett, stuefe
lfoltan [Tue, 20 Feb 2018 07:10:42 -0500] rev 49023
8196880: VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
Summary: Add a private ordinary operator delete declaration within class Chunk.
Reviewed-by: coleenp, stuefe
Contributed-by: kim.barrett@oracle.com, lois.foltan@oracle.com
lfoltan [Tue, 20 Feb 2018 07:00:49 -0500] rev 49022
8196889: VS2017 Unable to Instantiate OrderAccess::release_store with an Incomplete Class Within an Inlined Method
Summary: Fix compilation error by declaring Atomic::IsPointerConvertible public.
Reviewed-by: kbarrett, stuefe
pliden [Mon, 19 Feb 2018 15:44:56 +0100] rev 49021
8198265: Make CollectorPolicy::satisfy_failed_metadata_allocation() virtual
Reviewed-by: stefank, eosterlund
pliden [Mon, 19 Feb 2018 15:44:56 +0100] rev 49020
8198268: Add time argument to ConcurrentGCTimer::register_gc_pause_start/_end
Reviewed-by: kbarrett, stefank
pliden [Mon, 19 Feb 2018 15:44:56 +0100] rev 49019
8198269: Allow GCCauseSetter to be used outside of safepoints
Reviewed-by: stefank, sjohanss
shade [Mon, 19 Feb 2018 15:07:21 +0100] rev 49018
8198341: Build failures after 8194084 (Obsolete FastTLABRefill and remove the related code)
Reviewed-by: mdoerr, dholmes
jwilhelm [Mon, 19 Feb 2018 04:50:50 +0100] rev 49017
Merge
mlarsson [Mon, 19 Feb 2018 09:46:10 +0100] rev 49016
8196783: Refactor LogTagLevelExpression into separate classes
Reviewed-by: rehn, pliden
mlarsson [Mon, 19 Feb 2018 09:16:04 +0100] rev 49015
8176298: Log tags in -Xlog:help not sorted
Reviewed-by: ecaspole, gtriantafill, stuefe
pliden [Fri, 08 Dec 2017 13:47:08 +0100] rev 49014
8198271: Make CollectedHeap::create_heap_space_summary() virtual
Reviewed-by: kbarrett, tschatzl
pliden [Fri, 08 Dec 2017 13:47:08 +0100] rev 49013
8198270: Remove dangerous assert in HandleArea::oops_do()
Reviewed-by: coleenp
coleenp [Sun, 18 Feb 2018 13:48:01 -0500] rev 49012
8198311: Avoid uses of global malloc and free
Reviewed-by: kvn, kbarrett, dcubed, zgu
coleenp [Sun, 18 Feb 2018 13:32:24 -0500] rev 49011
8182847: Copy class should use assert macros
Reviewed-by: kbarrett, tschatzl
jcbeyler [Fri, 16 Feb 2018 14:23:30 -0800] rev 49010
8194084: Obsolete FastTLABRefill and remove the related code
Summary: Remove all FastTLABRefill code and flag
Reviewed-by: mdoerr, drwhite, coleenp
Contributed-by: jcbeyler@google.com
psomashe [Fri, 16 Feb 2018 11:22:53 -0800] rev 49009
4916621: Update those still using JDIScaffold to use TestScaffold instead.
Summary: update remaining tests using JDIScaffold to using TestScaffold instead.
Reviewed-by: sspitsyn, cjplummer
iklam [Thu, 15 Feb 2018 11:39:42 -0800] rev 49008
8191375: Add high-level jtreg VMProps to filter out CDS tests
Summary: Added vm.cds.archived.java.heap
Reviewed-by: mseledtsov, jiangli, ccheung, gtriantafill
pliden [Fri, 16 Feb 2018 12:18:09 +0100] rev 49007
8197994: Move JavaThread::initialize_queues() logic to G1SATBCardTableLoggingModRefBS
Reviewed-by: tschatzl, eosterlund
pliden [Fri, 16 Feb 2018 12:18:09 +0100] rev 49006
8197993: Remove last use of JavaThread::flush_barrier_queues()
Reviewed-by: tschatzl, eosterlund
pliden [Fri, 16 Feb 2018 12:18:09 +0100] rev 49005
8197992: Move the OopStorage::ParState type out of inline.hpp
Reviewed-by: tschatzl, kbarrett
mbaesken [Fri, 16 Feb 2018 11:33:13 +0100] rev 49004
8198275: AIX build broken after latest whitebox.cpp changes
Reviewed-by: mdoerr
redestad [Wed, 28 Feb 2018 15:28:46 +0100] rev 49003
8198831: Lazy initialization of ValueConversions MethodHandles
Reviewed-by: shade
amlu [Wed, 28 Feb 2018 19:16:51 +0800] rev 49002
8198820: Problem list tools/jimage/JImageExtractTest.java
Reviewed-by: alanb
alanb [Wed, 28 Feb 2018 09:54:38 +0000] rev 49001
8198562: (ch) Separate blocking and non-blocking code paths (part 1)
8198754: (ch) Separate blocking and non-blocking code paths (part 2)
Reviewed-by: bpb
xyin [Tue, 27 Feb 2018 23:11:26 -0800] rev 49000
8196759: Move two java/text/Normalizer tests into OpenJDK
Reviewed-by: naoto