hseigel [Fri, 19 Sep 2014 08:19:04 -0400] rev 26814
8057845: ClassVerifier::verify_exception_handler_targets reconstructs the ExceptionTable in a loop
Summary: Construct the ExceptionTable only once, before the loop
Reviewed-by: acorn, jiangli, coleenp, lfoltan
ctornqvi [Wed, 17 Sep 2014 06:55:12 -0700] rev 26813
8058369: [TESTBUG] runtime/CompressedOops/UseCompressedOops.java Exception java.lang.RuntimeException: 'Zero based' missing from stdout/stderr
Summary: Solaris and OSX places the heap in unpredictable places, some of the test must be excluded on these platforms
Reviewed-by: hseigel, coleenp
sla [Tue, 23 Sep 2014 14:19:55 +0200] rev 26812
Merge
drchase [Mon, 22 Sep 2014 14:19:11 -0400] rev 26811
8058827: XCode 6.0 (Clang) warning "operator new' should not return a null pointer unless..."
Summary: Rewrote the null pointer in a way that is not recognized by the compiler (the code is never executed).
Reviewed-by: kvn
thartmann [Sun, 21 Sep 2014 16:13:39 +0200] rev 26810
8058712: [TESTBUG] serviceability/dcmd/CodeCacheTest.java fails with java.lang.Exception
Summary: The test is changed to check the output according to the number of available code segments.
Reviewed-by: kvn
adlertz [Fri, 19 Sep 2014 17:14:13 +0200] rev 26809
Merge
neliasso [Fri, 19 Sep 2014 10:24:10 +0000] rev 26808
Merge
neliasso [Mon, 15 Sep 2014 17:12:01 +0200] rev 26807
8058461: serviceability/dcmd/CodelistTest.java and serviceability/dcmd/CompilerQueueTest.java SIGSEGV
Summary: Print only alive nmethods and add lock to print compile queue
Reviewed-by: kvn, anoll
neliasso [Fri, 19 Sep 2014 10:31:03 +0200] rev 26806
8058479: serviceability/dcmd/CodeCacheTest.java fails
Summary: Don't parse really large hex values into a long
Reviewed-by: kvn, anoll
goetz [Thu, 18 Sep 2014 09:37:26 +0200] rev 26805
8058716: Add include missing in 8015774
Reviewed-by: kvn
morris [Thu, 18 Sep 2014 11:46:33 -0700] rev 26804
8050022: linux-sparcv9: assert(SharedSkipVerify || obj->is_oop()) failed: sanity check
Summary: Provide promoted stack slots for floating-point registers in the SPARC c_calling_convention.
Reviewed-by: kvn, jrose, drchase
zmajo [Thu, 18 Sep 2014 12:23:20 +0200] rev 26803
8050407: Add jtreg compiler tests to Hotspot JPRT jobs
Summary: Select useful jtreg test. Group tests into four sets (3 sets with open tests, 1 set with closed tests) so that execution time of each set is < 10 min on solaris_sparcv9 (slowest platform).
Reviewed-by: kvn, anoll, roland
roland [Thu, 18 Sep 2014 09:16:12 +0000] rev 26802
Merge
roland [Wed, 17 Sep 2014 14:56:12 +0200] rev 26801
8058636: test case for 8057758
Summary: missing test case in push for 8057758
Reviewed-by: kvn, iveresov
iveresov [Thu, 18 Sep 2014 08:32:12 +0000] rev 26800
Merge
iveresov [Wed, 17 Sep 2014 21:15:03 -0700] rev 26799
8058564: Tiered compilation performance drop in PIT
Summary: Ensure MethodCounters are created before method is enqueued for compilation
Reviewed-by: kvn, drchase, jiangli
neliasso [Thu, 18 Sep 2014 08:47:07 +0200] rev 26798
8058583: Remove CompilationRepeat
Summary: Remove product flag -XX:CompilationRepeat
Reviewed-by: kvn, iveresov
thartmann [Wed, 17 Sep 2014 06:05:41 +0000] rev 26797
Merge
thartmann [Wed, 17 Sep 2014 08:00:07 +0200] rev 26796
8015774: Add support for multiple code heaps
Summary: Support for segmentation of the code cache. Separate code heaps are created and used to store code of different types.
Reviewed-by: kvn, iveresov, roland, anoll, egahlin, sla
sla [Tue, 23 Sep 2014 12:17:24 +0200] rev 26795
8058448: Disable JPRT submissions from the hotspot repo
Reviewed-by: kvn
lana [Fri, 03 Oct 2014 11:07:02 -0700] rev 26794
Added tag jdk9-b33 for changeset 1197007e187c
lana [Fri, 03 Oct 2014 12:10:49 -0700] rev 26793
Merge
amurillo [Tue, 30 Sep 2014 08:39:16 -0700] rev 26792
Merge
amurillo [Fri, 26 Sep 2014 01:40:30 -0700] rev 26791
Merge
sla [Mon, 22 Sep 2014 20:04:40 +0200] rev 26790
8058863: jdk9/hs-comp fails in jprt with "-testset hotspot" from top-level
Reviewed-by: kvn
weijun [Tue, 30 Sep 2014 13:26:45 +0800] rev 26789
8058657: Add @jdk.Exported to com.sun.jarsigner APIs
Reviewed-by: alanb, mchung
lana [Fri, 03 Oct 2014 11:07:01 -0700] rev 26788
Added tag jdk9-b33 for changeset 5f651cc1e71e
duke [Wed, 05 Jul 2017 20:02:40 +0200] rev 26787
Added tag jdk9-b33 for changeset f0c5e4b732da
duke [Wed, 05 Jul 2017 20:02:40 +0200] rev 26786
Merge
duke [Wed, 05 Jul 2017 20:02:37 +0200] rev 26785
Merge
vromero [Thu, 25 Sep 2014 17:09:23 -0700] rev 26784
8058708: java.lang.AssertionError compiling source code
Reviewed-by: jjg
lana [Thu, 25 Sep 2014 16:21:30 -0700] rev 26783
Merge
ntoda [Thu, 25 Sep 2014 13:54:45 -0700] rev 26782
8050117: add to javac test Versions.java tests that show correct operation for source/target options pre 1.9
Reviewed-by: jjg
emc [Mon, 22 Sep 2014 17:09:33 -0400] rev 26781
8048614: Add TypeMetadata to contain type annotations and other type information
Summary: Implement general framework for metadata on types
Reviewed-by: mcimadamore
jlahoda [Mon, 22 Sep 2014 14:55:14 +0200] rev 26780
8057794: Compiler Error when obtaining .class property
Summary: Ensuring a non-null type and sym for illegal T.class to prevent downstream errors.
Reviewed-by: mcimadamore
sogoel [Fri, 19 Sep 2014 13:54:34 -0700] rev 26779
8058755: Update tools/javadoc/6227454 to add head tag
Reviewed-by: jjg
katleman [Thu, 25 Sep 2014 12:40:30 -0700] rev 26778
Added tag jdk9-b32 for changeset c005611e8f69
duke [Wed, 05 Jul 2017 20:02:33 +0200] rev 26777
Merge
lana [Thu, 25 Sep 2014 16:20:12 -0700] rev 26776
Merge
mkos [Thu, 25 Sep 2014 10:02:12 +0200] rev 26775
8038966: JAX-WS handles wrongly xsd:any arguments for Web services
Reviewed-by: coffeys
katleman [Thu, 25 Sep 2014 12:40:24 -0700] rev 26774
Added tag jdk9-b32 for changeset 5de9ea7b214e
duke [Wed, 05 Jul 2017 20:02:28 +0200] rev 26773
Merge
katleman [Thu, 25 Sep 2014 12:40:19 -0700] rev 26772
Added tag jdk9-b32 for changeset a0aa269fe46c
duke [Wed, 05 Jul 2017 20:02:25 +0200] rev 26771
Merge
lana [Thu, 25 Sep 2014 16:21:37 -0700] rev 26770
Merge
lagergren [Thu, 25 Sep 2014 18:21:15 +0200] rev 26769
8059132: Nasgen build in JDK9 can't handle new class dependencies to Nashorn - bootstrapping problem
Reviewed-by: sundar
lagergren [Thu, 25 Sep 2014 15:53:47 +0200] rev 26768
8025435: Optimistic builtins support, implemented initial optimistic versions of push, pop, and charCodeAt
Reviewed-by: attila, hannesw, sundar
yan [Tue, 23 Sep 2014 15:58:44 +0400] rev 26767
8057779: Tests failed on Windows when in output contains path to script
Reviewed-by: sundar, lagergren, hannesw
Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
attila [Mon, 22 Sep 2014 14:46:04 +0200] rev 26766
8058561: NPE in LocalVariableTypesCalculator
Reviewed-by: lagergren, sundar
hannesw [Mon, 22 Sep 2014 13:28:28 +0200] rev 26765
8047764: Indexed or polymorphic set on global affects Object.prototype
Reviewed-by: lagergren, attila
hannesw [Fri, 19 Sep 2014 13:13:20 +0200] rev 26764
8046202: Make persistent code store more flexible
Reviewed-by: lagergren, sundar
katleman [Thu, 25 Sep 2014 12:40:31 -0700] rev 26763
Added tag jdk9-b32 for changeset 281a3ca2fd5e
duke [Wed, 05 Jul 2017 20:02:20 +0200] rev 26762
Merge
katleman [Thu, 25 Sep 2014 12:40:17 -0700] rev 26761
Added tag jdk9-b32 for changeset 559e6ee4a338
duke [Wed, 05 Jul 2017 20:02:17 +0200] rev 26760
Merge
lana [Thu, 25 Sep 2014 16:20:38 -0700] rev 26759
Merge
prr [Thu, 25 Sep 2014 14:18:32 -0700] rev 26758
Merge
prr [Mon, 22 Sep 2014 12:06:36 -0700] rev 26757
Merge
bae [Mon, 22 Sep 2014 15:57:34 +0100] rev 26756
8025917: JDK demo applets not running with >=7u40 or (JDK 8 and JDK 9)
Reviewed-by: alexp
yan [Mon, 22 Sep 2014 11:25:33 +0400] rev 26755
6588417: Incorrect javadoc: no @throws or @exception tag in javax.*
Summary: Fix remaining missing @throws tags.
Reviewed-by: prr
Contributed-by: anisha.nagarajan1@gmail.com
yan [Mon, 22 Sep 2014 11:23:19 +0400] rev 26754
8054877: javadoc issues in javax.print
Summary: Fixes "no @throws or @exception tag" issues in javax.print.
Reviewed-by: prr
Contributed-by: anisha.nagarajan1@gmail.com
prr [Fri, 19 Sep 2014 11:19:38 -0700] rev 26753
Merge
prr [Fri, 19 Sep 2014 11:13:27 -0700] rev 26752
8058756: OpenJDK builds fail on Windows - cannot copy freetype.dll
Reviewed-by: erikj, aph
prr [Fri, 19 Sep 2014 09:41:05 -0700] rev 26751
8056216: Remove "sun" directory layer from libawt and common
Reviewed-by: erikj, ihse, coffeys