Fri, 15 Mar 2019 09:13:31 -0700 8220093: Change to GCC 8.2 for building on Linux at Oracle
erikj [Fri, 15 Mar 2019 09:13:31 -0700] rev 54148
8220093: Change to GCC 8.2 for building on Linux at Oracle Reviewed-by: tbell
Fri, 15 Mar 2019 14:54:27 +0000 8213912: Semantic typo in HttpExchange.java
chegar [Fri, 15 Mar 2019 14:54:27 +0000] rev 54147
8213912: Semantic typo in HttpExchange.java Reviewed-by: dfuchs
Fri, 15 Mar 2019 14:50:57 +0000 8179549: Typo in network properties documentation
chegar [Fri, 15 Mar 2019 14:50:57 +0000] rev 54146
8179549: Typo in network properties documentation Reviewed-by: clanger, coffeys
Fri, 15 Mar 2019 13:01:30 +0100 8220712: [TESTBUG] gc/shenandoah/compiler/TestMaybeNullUnsafeAccess should run with Shenandoah enabled
shade [Fri, 15 Mar 2019 13:01:30 +0100] rev 54145
8220712: [TESTBUG] gc/shenandoah/compiler/TestMaybeNullUnsafeAccess should run with Shenandoah enabled Reviewed-by: rkennke, roland
Fri, 15 Mar 2019 06:16:39 -0400 8220678: unquarantine nsk/jdi/ThreadReference/setEnabled/setenabled003
gadams [Fri, 15 Mar 2019 06:16:39 -0400] rev 54144
8220678: unquarantine nsk/jdi/ThreadReference/setEnabled/setenabled003 Reviewed-by: cjplummer, sspitsyn
Fri, 15 Mar 2019 08:27:13 +0100 8220611: compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java timeout
thartmann [Fri, 15 Mar 2019 08:27:13 +0100] rev 54143
8220611: compiler/classUnloading/methodUnloading/TestOverloadCompileQueues.java timeout Summary: Test should not be executed with Graal as JIT. Reviewed-by: kvn
Thu, 14 Mar 2019 19:37:17 -0700 8219139: move hotspot tests from test/jdk/vm
iignatyev [Thu, 14 Mar 2019 19:37:17 -0700] rev 54142
8219139: move hotspot tests from test/jdk/vm Reviewed-by: dholmes, mseledtsov
Thu, 14 Mar 2019 16:28:31 -0700 8218812: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/TestDescription.java failed
dtitov [Thu, 14 Mar 2019 16:28:31 -0700] rev 54141
8218812: vmTestbase/nsk/jvmti/GetAllThreads/allthr001/TestDescription.java failed Reviewed-by: dlong, sspitsyn, jcbeyler
Thu, 14 Mar 2019 16:17:42 -0700 8220689: problem list RandomCommandsTest in graal runs
iignatyev [Thu, 14 Mar 2019 16:17:42 -0700] rev 54140
8220689: problem list RandomCommandsTest in graal runs Reviewed-by: kvn
Thu, 14 Mar 2019 15:30:16 -0700 8220249: fix headings in java.compiler
jjg [Thu, 14 Mar 2019 15:30:16 -0700] rev 54139
8220249: fix headings in java.compiler Reviewed-by: erikj, darcy
Thu, 14 Mar 2019 14:25:09 -0700 8219628: [TESTBUG] javadoc/doclet/InheritDocForUserTags fails with -othervm
ngasson [Thu, 14 Mar 2019 14:25:09 -0700] rev 54138
8219628: [TESTBUG] javadoc/doclet/InheritDocForUserTags fails with -othervm Reviewed-by: jjg, clanger
Thu, 14 Mar 2019 13:33:10 -0700 8219691: method summary table head should be enclosed in <thead>
jjg [Thu, 14 Mar 2019 13:33:10 -0700] rev 54137
8219691: method summary table head should be enclosed in <thead> Reviewed-by: jjg Contributed-by: dthomson@google.com
Thu, 14 Mar 2019 11:39:58 -0700 Merge
jjg [Thu, 14 Mar 2019 11:39:58 -0700] rev 54136
Merge
Thu, 14 Mar 2019 11:39:00 -0700 8220379: Fix doclint handling of headings
jjg [Thu, 14 Mar 2019 11:39:00 -0700] rev 54135
8220379: Fix doclint handling of headings Reviewed-by: erikj, jlahoda
Thu, 14 Mar 2019 11:26:53 -0700 8220676: [TESTBUG] ProblemList TestCPUSets until the test issue is resolved
mseledtsov [Thu, 14 Mar 2019 11:26:53 -0700] rev 54134
8220676: [TESTBUG] ProblemList TestCPUSets until the test issue is resolved Summary: Added the test to problem list Reviewed-by: lfoltan
Thu, 14 Mar 2019 18:56:25 +0100 8220366: Optimize Symbol handling in ClassVerifier and SignatureStream
redestad [Thu, 14 Mar 2019 18:56:25 +0100] rev 54133
8220366: Optimize Symbol handling in ClassVerifier and SignatureStream Reviewed-by: hseigel, coleenp, lfoltan
Wed, 13 Mar 2019 22:05:09 -0700 8220644: Align required/found pairs in diagnostics
cushon [Wed, 13 Mar 2019 22:05:09 -0700] rev 54132
8220644: Align required/found pairs in diagnostics Reviewed-by: mcimadamore, jjg
Fri, 15 Mar 2019 00:49:13 +0900 8220281: IBM-858 alias name is missing on IBM00858 charset
itakiguchi [Fri, 15 Mar 2019 00:49:13 +0900] rev 54131
8220281: IBM-858 alias name is missing on IBM00858 charset Summary: Add aliases into IBM charsets Reviewed-by: naoto
Fri, 08 Mar 2019 09:58:56 -0800 8220378: Unused Names constants
cushon [Fri, 08 Mar 2019 09:58:56 -0800] rev 54130
8220378: Unused Names constants Reviewed-by: jjg, mcimadamore Contributed-by: Ron Shapiro <ronshapiro@google.com>
Thu, 14 Mar 2019 09:43:18 -0700 8220614: (bf) Buffer absolute slice methods should use Objects.checkFromIndexSize()
bpb [Thu, 14 Mar 2019 09:43:18 -0700] rev 54129
8220614: (bf) Buffer absolute slice methods should use Objects.checkFromIndexSize() Reviewed-by: alanb, igerasim, rriggs
Thu, 14 Mar 2019 09:35:45 -0700 8220628: Move the HeapMonitor library to C++
jcbeyler [Thu, 14 Mar 2019 09:35:45 -0700] rev 54128
8220628: Move the HeapMonitor library to C++ Summary: Migrate libHeapMonitorTest.c to libHeapMonitorTest.cpp Reviewed-by: cjplummer, sspitsyn
Thu, 14 Mar 2019 10:58:53 -0400 8218166: com/sun/jdi/SimulResumerTest.java failure
gadams [Thu, 14 Mar 2019 10:58:53 -0400] rev 54127
8218166: com/sun/jdi/SimulResumerTest.java failure Reviewed-by: dlong, jcbeyler
Thu, 14 Mar 2019 10:50:35 -0400 8220252: Fix Headings in java.naming
lancea [Thu, 14 Mar 2019 10:50:35 -0400] rev 54126
8220252: Fix Headings in java.naming Reviewed-by: dfuchs
Thu, 14 Mar 2019 15:31:13 +0100 8220502: Inefficient pre-sizing of PhiResolverState arrays in c1_LIRGenerator
redestad [Thu, 14 Mar 2019 15:31:13 +0100] rev 54125
8220502: Inefficient pre-sizing of PhiResolverState arrays in c1_LIRGenerator Reviewed-by: thartmann, kvn
Thu, 14 Mar 2019 09:38:17 -0400 8219579: Remove redundant signature parsing from the verifier
hseigel [Thu, 14 Mar 2019 09:38:17 -0400] rev 54124
8219579: Remove redundant signature parsing from the verifier Summary: Change verifier signature checking into asserts because ClassFileParser checks signatures for files being verified. Reviewed-by: lfoltan, coleenp, redestad, dholmes
Mon, 25 Feb 2019 15:41:24 +0100 8219585: [TESTBUG] sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java passes trivially when it shouldn't
sgehwolf [Mon, 25 Feb 2019 15:41:24 +0100] rev 54123
8219585: [TESTBUG] sun/management/jmxremote/bootstrap/JMXInterfaceBindingTest.java passes trivially when it shouldn't Reviewed-by: dfuchs, sballal
Thu, 14 Mar 2019 09:15:51 +0100 8220343: Move scavenge_root_nmethods from shared code
stefank [Thu, 14 Mar 2019 09:15:51 +0100] rev 54122
8220343: Move scavenge_root_nmethods from shared code Reviewed-by: kvn, eosterlund
Thu, 14 Mar 2019 09:14:20 +0100 8220342: Remove scavenge_root_nmethods_do from VM_HeapWalkOperation::collect_simple_roots
stefank [Thu, 14 Mar 2019 09:14:20 +0100] rev 54121
8220342: Remove scavenge_root_nmethods_do from VM_HeapWalkOperation::collect_simple_roots Reviewed-by: sspitsyn, ehelin
Thu, 14 Mar 2019 09:08:17 +0100 8220411: Remove ScavengeRootsInCode=0 code
stefank [Thu, 14 Mar 2019 09:08:17 +0100] rev 54120
8220411: Remove ScavengeRootsInCode=0 code Reviewed-by: thartmann, coleenp
Tue, 12 Mar 2019 15:42:32 +0100 8220374: C2: LoopStripMining doesn't strip as expected
roland [Tue, 12 Mar 2019 15:42:32 +0100] rev 54119
8220374: C2: LoopStripMining doesn't strip as expected Reviewed-by: rkennke, thartmann, mdoerr
(0) -30000 -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 tip