Tue, 20 Feb 2018 07:46:40 -0500 8196884: VS2017 Multiple Type Cast Conversion Compilation Errors
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
Tue, 20 Feb 2018 07:32:17 -0500 8197956: VS2017 (C4838) Narrowing conversion required from __int64 to julong
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
Tue, 20 Feb 2018 07:20:22 -0500 8196997: VS2017 The non-Standard std::tr1 namespace and TR1-only machinery are deprecated and will be removed
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
Tue, 20 Feb 2018 07:10:42 -0500 8196880: VS2017 Addition of Global Delete Operator with Size Parameter Conflicts with Arena's Chunk Provided One
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
Tue, 20 Feb 2018 07:00:49 -0500 8196889: VS2017 Unable to Instantiate OrderAccess::release_store with an Incomplete Class Within an Inlined Method
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
Mon, 19 Feb 2018 15:44:56 +0100 8198265: Make CollectorPolicy::satisfy_failed_metadata_allocation() virtual
pliden [Mon, 19 Feb 2018 15:44:56 +0100] rev 49021
8198265: Make CollectorPolicy::satisfy_failed_metadata_allocation() virtual Reviewed-by: stefank, eosterlund
Mon, 19 Feb 2018 15:44:56 +0100 8198268: Add time argument to ConcurrentGCTimer::register_gc_pause_start/_end
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
Mon, 19 Feb 2018 15:44:56 +0100 8198269: Allow GCCauseSetter to be used outside of safepoints
pliden [Mon, 19 Feb 2018 15:44:56 +0100] rev 49019
8198269: Allow GCCauseSetter to be used outside of safepoints Reviewed-by: stefank, sjohanss
Mon, 19 Feb 2018 15:07:21 +0100 8198341: Build failures after 8194084 (Obsolete FastTLABRefill and remove the related code)
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
Mon, 19 Feb 2018 04:50:50 +0100 Merge
jwilhelm [Mon, 19 Feb 2018 04:50:50 +0100] rev 49017
Merge
Mon, 19 Feb 2018 09:46:10 +0100 8196783: Refactor LogTagLevelExpression into separate classes
mlarsson [Mon, 19 Feb 2018 09:46:10 +0100] rev 49016
8196783: Refactor LogTagLevelExpression into separate classes Reviewed-by: rehn, pliden
Mon, 19 Feb 2018 09:16:04 +0100 8176298: Log tags in -Xlog:help not sorted
mlarsson [Mon, 19 Feb 2018 09:16:04 +0100] rev 49015
8176298: Log tags in -Xlog:help not sorted Reviewed-by: ecaspole, gtriantafill, stuefe
Fri, 08 Dec 2017 13:47:08 +0100 8198271: Make CollectedHeap::create_heap_space_summary() virtual
pliden [Fri, 08 Dec 2017 13:47:08 +0100] rev 49014
8198271: Make CollectedHeap::create_heap_space_summary() virtual Reviewed-by: kbarrett, tschatzl
Fri, 08 Dec 2017 13:47:08 +0100 8198270: Remove dangerous assert in HandleArea::oops_do()
pliden [Fri, 08 Dec 2017 13:47:08 +0100] rev 49013
8198270: Remove dangerous assert in HandleArea::oops_do() Reviewed-by: coleenp
Sun, 18 Feb 2018 13:48:01 -0500 8198311: Avoid uses of global malloc and free
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
Sun, 18 Feb 2018 13:32:24 -0500 8182847: Copy class should use assert macros
coleenp [Sun, 18 Feb 2018 13:32:24 -0500] rev 49011
8182847: Copy class should use assert macros Reviewed-by: kbarrett, tschatzl
Fri, 16 Feb 2018 14:23:30 -0800 8194084: Obsolete FastTLABRefill and remove the related code
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
Fri, 16 Feb 2018 11:22:53 -0800 4916621: Update those still using JDIScaffold to use TestScaffold instead.
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
Thu, 15 Feb 2018 11:39:42 -0800 8191375: Add high-level jtreg VMProps to filter out CDS tests
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
Fri, 16 Feb 2018 12:18:09 +0100 8197994: Move JavaThread::initialize_queues() logic to G1SATBCardTableLoggingModRefBS
pliden [Fri, 16 Feb 2018 12:18:09 +0100] rev 49007
8197994: Move JavaThread::initialize_queues() logic to G1SATBCardTableLoggingModRefBS Reviewed-by: tschatzl, eosterlund
Fri, 16 Feb 2018 12:18:09 +0100 8197993: Remove last use of JavaThread::flush_barrier_queues()
pliden [Fri, 16 Feb 2018 12:18:09 +0100] rev 49006
8197993: Remove last use of JavaThread::flush_barrier_queues() Reviewed-by: tschatzl, eosterlund
Fri, 16 Feb 2018 12:18:09 +0100 8197992: Move the OopStorage::ParState type out of inline.hpp
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
Fri, 16 Feb 2018 11:33:13 +0100 8198275: AIX build broken after latest whitebox.cpp changes
mbaesken [Fri, 16 Feb 2018 11:33:13 +0100] rev 49004
8198275: AIX build broken after latest whitebox.cpp changes Reviewed-by: mdoerr
Wed, 28 Feb 2018 15:28:46 +0100 8198831: Lazy initialization of ValueConversions MethodHandles
redestad [Wed, 28 Feb 2018 15:28:46 +0100] rev 49003
8198831: Lazy initialization of ValueConversions MethodHandles Reviewed-by: shade
Wed, 28 Feb 2018 19:16:51 +0800 8198820: Problem list tools/jimage/JImageExtractTest.java
amlu [Wed, 28 Feb 2018 19:16:51 +0800] rev 49002
8198820: Problem list tools/jimage/JImageExtractTest.java Reviewed-by: alanb
Wed, 28 Feb 2018 09:54:38 +0000 8198562: (ch) Separate blocking and non-blocking code paths (part 1)
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
Tue, 27 Feb 2018 23:11:26 -0800 8196759: Move two java/text/Normalizer tests into OpenJDK
xyin [Tue, 27 Feb 2018 23:11:26 -0800] rev 49000
8196759: Move two java/text/Normalizer tests into OpenJDK Reviewed-by: naoto
Tue, 27 Feb 2018 21:32:16 -0800 8198808: jdi tests failing after JDK-8198484
martin [Tue, 27 Feb 2018 21:32:16 -0800] rev 48999
8198808: jdi tests failing after JDK-8198484 Reviewed-by: darcy, dholmes
Thu, 08 Feb 2018 17:25:57 -0800 8198485: Simplify a URLClassPath constructor
martin [Thu, 08 Feb 2018 17:25:57 -0800] rev 48998
8198485: Simplify a URLClassPath constructor Reviewed-by: alanb, mchung
Thu, 08 Feb 2018 17:25:57 -0800 8198484: URLClassPath should use an ArrayDeque instead of a Stack
martin [Thu, 08 Feb 2018 17:25:57 -0800] rev 48997
8198484: URLClassPath should use an ArrayDeque instead of a Stack Reviewed-by: alanb, mchung, plevart, psandoz
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip