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
Thu, 08 Feb 2018 17:25:57 -0800 8198482: The URLClassPath field "urls" should be renamed to "unopenedUrls"
martin [Thu, 08 Feb 2018 17:25:57 -0800] rev 48996
8198482: The URLClassPath field "urls" should be renamed to "unopenedUrls" Reviewed-by: alanb, mchung
Thu, 08 Feb 2018 17:25:57 -0800 8198481: Coding style cleanups for src/java.base/share/classes/jdk/internal/loader
martin [Thu, 08 Feb 2018 17:25:57 -0800] rev 48995
8198481: Coding style cleanups for src/java.base/share/classes/jdk/internal/loader Reviewed-by: alanb, mchung, rriggs
Thu, 08 Feb 2018 17:25:56 -0800 8198480: Improve ClassLoaders static init block
martin [Thu, 08 Feb 2018 17:25:56 -0800] rev 48994
8198480: Improve ClassLoaders static init block Reviewed-by: alanb, mchung
Tue, 27 Feb 2018 21:05:07 +0100 8198755: Reduce cost of InvokerBytecodeGenerator::isStaticallyInvocable/-Nameable
redestad [Tue, 27 Feb 2018 21:05:07 +0100] rev 48993
8198755: Reduce cost of InvokerBytecodeGenerator::isStaticallyInvocable/-Nameable Reviewed-by: vlivanov, psandoz, jrose
Tue, 27 Feb 2018 12:47:58 +0000 8038043: Xerces Update: XInclude update
aefimov [Tue, 27 Feb 2018 12:47:58 +0000] rev 48992
8038043: Xerces Update: XInclude update Reviewed-by: joehw
Mon, 26 Feb 2018 17:18:15 -0800 8198522: Javadoc search broken after output files organization for modules
bpatel [Mon, 26 Feb 2018 17:18:15 -0800] rev 48991
8198522: Javadoc search broken after output files organization for modules Reviewed-by: jjg
Mon, 26 Feb 2018 16:05:25 -0800 8198375: Passing 'null' value to lookup param of ConstantBootstraps.invoke does not throw NullPointerException
psandoz [Mon, 26 Feb 2018 16:05:25 -0800] rev 48990
8198375: Passing 'null' value to lookup param of ConstantBootstraps.invoke does not throw NullPointerException Reviewed-by: mchung
Mon, 26 Feb 2018 12:43:53 +0100 8198492: Bootstrapping java.lang.invoke can cause deadlock after JDK-8198418
redestad [Mon, 26 Feb 2018 12:43:53 +0100] rev 48989
8198492: Bootstrapping java.lang.invoke can cause deadlock after JDK-8198418 8198490: java/util/logging/TestLogConfigurationDeadLock.java timed out. Reviewed-by: alanb
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 48988
8198275: AIX build broken after latest whitebox.cpp changes Reviewed-by: mdoerr
Sun, 25 Feb 2018 23:02:45 -0800 8198670: [testbug] Test jdk/internal/jline/extra/HistoryTest.java is broken after 8166232
rfield [Sun, 25 Feb 2018 23:02:45 -0800] rev 48987
8198670: [testbug] Test jdk/internal/jline/extra/HistoryTest.java is broken after 8166232 Reviewed-by: jlahoda
Mon, 26 Feb 2018 11:16:24 +0530 8060094: java/util/Formatter/Basic.java failed in tr locale
nishjain [Mon, 26 Feb 2018 11:16:24 +0530] rev 48986
8060094: java/util/Formatter/Basic.java failed in tr locale Reviewed-by: naoto
Mon, 26 Feb 2018 08:30:30 +0800 8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue
weijun [Mon, 26 Feb 2018 08:30:30 +0800] rev 48985
8197518: Kerberos krb5 authentication: AuthList's put method leads to performance issue Reviewed-by: coffeys, xuelei
Sat, 24 Feb 2018 09:41:42 -0800 8198653: ClassLoader::getSystemClassLoader throws InternalError when called after shutdown
mchung [Sat, 24 Feb 2018 09:41:42 -0800] rev 48984
8198653: ClassLoader::getSystemClassLoader throws InternalError when called after shutdown Reviewed-by: dholmes
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 tip