kvn [Wed, 19 Dec 2012 19:21:15 -0800] rev 14835
8004741: Missing compiled exception handle table entry for multidimensional array allocation
Summary: Added missing exception path for multidimensional array allocation and use Throwable type instead of OutOfMemoryError for allocation's exception.
Reviewed-by: twisti
kvn [Wed, 19 Dec 2012 15:40:35 -0800] rev 14834
8004835: Improve AES intrinsics on x86
Summary: Enable AES intrinsics on non-AVX cpus, group together aes instructions in crypto stubs.
Reviewed-by: roland, twisti
twisti [Wed, 19 Dec 2012 14:44:00 -0800] rev 14833
8005033: clear high word for integer pop count on SPARC
Reviewed-by: kvn, twisti
Contributed-by: Richard Reingruber <richard.reingruber@sap.com>
kvn [Tue, 18 Dec 2012 17:37:44 -0800] rev 14832
8004318: JEP-171: Support Unsafe fences intrinsics
Summary: Add three memory-ordering intrinsics to the sun.misc.Unsafe class.
Reviewed-by: twisti, kvn
Contributed-by: Aleksey Shipilev <aleksey.shipilev@oracle.com>
twisti [Tue, 18 Dec 2012 10:47:23 -0800] rev 14831
8004536: replace AbstractAssembler emit_word with emit_int16
Reviewed-by: jrose, kvn, twisti
Contributed-by: Morris Meyer <morris.meyer@oracle.com>
vlivanov [Tue, 18 Dec 2012 08:19:53 -0800] rev 14830
Merge
vlivanov [Tue, 18 Dec 2012 06:52:00 -0800] rev 14829
8003135: HotSpot inlines and hoists the Thread.currentThread().isInterrupted() out of the loop
Summary: Make the load of TLS._osthread._interrupted flag in Thread.isInterrupted(Z)Z intrinsic effectively volatile.
Reviewed-by: kvn, jrose
roland [Tue, 18 Dec 2012 14:55:25 +0100] rev 14828
8005031: Some cleanup in c2 to prepare for incremental inlining support
Summary: collection of small changes to prepare for incremental inlining.
Reviewed-by: twisti, kvn
twisti [Mon, 17 Dec 2012 11:00:22 -0800] rev 14827
8004548: remove unused AbstractAssembler::print(Label&)
Reviewed-by: kvn, twisti
Contributed-by: Bharadwaj Yadavalli <bharadwaj.yadavalli@oracle.com>
twisti [Fri, 14 Dec 2012 12:11:17 -0800] rev 14826
Merge
twisti [Fri, 14 Dec 2012 12:06:42 -0800] rev 14825
8003238: JSR 292: intermittent exception failure with java/lang/invoke/CallSiteTest.java
Reviewed-by: jrose, kvn
stefank [Wed, 12 Dec 2012 22:41:13 +0100] rev 14824
8005002: Crash because of a raw oop in ClassLoaderData::add_dependency
Summary: Move the handelization of 'last' to a point before the GC might enter.
Reviewed-by: dholmes, sspitsyn, coleenp
kvn [Thu, 13 Dec 2012 17:27:55 -0800] rev 14823
8004713: Stackoverflowerror thrown when thread stack straddles 0x80000000
Summary: use unsigned comparison when checking for stack overflow
Reviewed-by: kvn, twisti
Contributed-by: paul.nauman@oracle.com
bharadwaj [Fri, 07 Dec 2012 18:13:23 -0800] rev 14822
8004668: Build failure for Zero target
Summary: fixed build failure for Zero target
Reviewed-by: twisti, kvn
minqi [Wed, 19 Dec 2012 16:10:19 -0800] rev 14821
Merge
zgu [Mon, 17 Dec 2012 10:40:52 -0800] rev 14820
Merge
zgu [Mon, 17 Dec 2012 13:14:02 -0500] rev 14819
8004802: jcmd VM.native_memory baseline=false crashes VM
Summary: NMT has to check option's value also to determine which command to execute
Reviewed-by: acorn, coleenp, hseigel
coleenp [Fri, 14 Dec 2012 16:43:37 -0800] rev 14818
Merge
rkennke [Wed, 12 Dec 2012 21:40:04 -0500] rev 14817
8004898: library_call.cpp build error after 7172640 with GCC 4.7.2
Summary: fix opto/library_call.cpp compilation errors
Reviewed-by: twisti, coleenp
coleenp [Wed, 12 Dec 2012 11:39:29 -0500] rev 14816
8004883: NPG: clean up anonymous class fix
Summary: Add klass_holder() to return either mirror or class_loader depending on if the class is anonymous or not.
Reviewed-by: stefank, jrose
dcubed [Fri, 14 Dec 2012 10:06:52 -0800] rev 14815
7153050: remove crufty '_g' support from HotSpot repo makefiles
Summary: Phase 1 is removing '_g' support from the Makefiles.
Reviewed-by: dcubed, sspitsyn, coleenp, tbell
Contributed-by: ron.durbin@oracle.com
amurillo [Fri, 14 Dec 2012 14:27:40 -0800] rev 14814
8005036: new hotspot build - hs25-b14
Reviewed-by: jcoomes
katleman [Thu, 20 Dec 2012 09:17:47 -0800] rev 14813
Added tag jdk8-b69 for changeset 72008e0da092
katleman [Wed, 26 Dec 2012 14:23:27 -0800] rev 14812
Merge
katleman [Thu, 20 Dec 2012 16:22:44 -0800] rev 14811
8004982: JDK8 source with GPL header errors
Reviewed-by: ohair
dholmes [Thu, 20 Dec 2012 01:44:02 -0500] rev 14810
7190137: Add support for JVM_VARIANT minimal1
Summary: Allow configuration of minimal1 as a target VM along with client and server
Reviewed-by: ohair, erikj
katleman [Thu, 20 Dec 2012 09:17:34 -0800] rev 14809
Added tag jdk8-b69 for changeset 0798861b8903
duke [Wed, 05 Jul 2017 18:33:13 +0200] rev 14808
Added tag jdk8-b69 for changeset adb5171c554e
duke [Wed, 05 Jul 2017 18:33:13 +0200] rev 14807
Merge
duke [Wed, 05 Jul 2017 18:33:09 +0200] rev 14806
Merge
lana [Fri, 14 Dec 2012 13:15:39 -0800] rev 14805
Merge
jfranck [Mon, 03 Dec 2012 11:16:32 +0100] rev 14804
8001114: Container annotation is not checked for semantic correctness
Reviewed-by: jjg
jlahoda [Wed, 12 Dec 2012 20:26:56 +0100] rev 14803
8004504: ListBuffer could reuse List.nil() as the sentinel element
Summary: ListBuffer.last now points to the last elements with client data, or null if none.
Reviewed-by: jjg, mcimadamore
jjg [Tue, 11 Dec 2012 15:05:55 -0800] rev 14802
8004828: refactor init of *DocImpl classes
Reviewed-by: darcy
vromero [Mon, 10 Dec 2012 16:21:26 +0000] rev 14801
8003967: detect and remove all mutable implicit static enum fields in langtools
Reviewed-by: jjg
mcimadamore [Mon, 10 Dec 2012 12:10:50 +0000] rev 14800
8004094: Javac compiler error - synthetic method accessor generated with duplicate name
Summary: method clash check logic should skip methods marked with ACC_SYNTHETIC
Reviewed-by: jjg
katleman [Thu, 13 Dec 2012 09:05:43 -0800] rev 14799
Added tag jdk8-b68 for changeset 36e1566efb55
duke [Wed, 05 Jul 2017 18:33:03 +0200] rev 14798
Merge
katleman [Thu, 13 Dec 2012 09:05:31 -0800] rev 14797
Added tag jdk8-b68 for changeset 461e60cdcd3e
duke [Wed, 05 Jul 2017 18:32:59 +0200] rev 14796
Merge
katleman [Thu, 13 Dec 2012 09:05:29 -0800] rev 14795
Added tag jdk8-b68 for changeset 0447ec5a0e8c
duke [Wed, 05 Jul 2017 18:32:55 +0200] rev 14794
Merge
katleman [Thu, 13 Dec 2012 09:05:15 -0800] rev 14793
Added tag jdk8-b68 for changeset 9b354f853d8b
duke [Wed, 05 Jul 2017 18:32:51 +0200] rev 14792
Merge
katleman [Wed, 19 Dec 2012 13:38:05 -0800] rev 14791
Merge
erikj [Wed, 19 Dec 2012 09:46:28 +0100] rev 14790
8004803: build-infra: Cannot use icedtea as boot for closed build.
Summary: Set bootclasspath to javac and not the running jvm
Reviewed-by: ohair
lana [Fri, 14 Dec 2012 13:14:33 -0800] rev 14789
Merge
dholmes [Thu, 13 Dec 2012 21:18:27 -0500] rev 14788
8003632: HPROF class file version java.lang.RuntimeException errors
Reviewed-by: mchung, lancea
robm [Thu, 13 Dec 2012 15:28:40 +0000] rev 14787
8000525: Java.net.httpcookie api does not support 2-digit year format
Reviewed-by: chegar
chegar [Thu, 13 Dec 2012 14:47:35 +0000] rev 14786
8003890: corelibs test scripts should pass TESTVMOPTS
Reviewed-by: chegar, alanb
Contributed-by: Mark Sheppard <mark.sheppard@oracle.com>
mullan [Thu, 13 Dec 2012 09:37:29 -0500] rev 14785
Merge
juh [Thu, 13 Dec 2012 09:35:35 -0500] rev 14784
7193792: sun/security/pkcs11/ec/TestECDSA.java failing intermittently
Reviewed-by: vinnie, wetmore
chegar [Thu, 13 Dec 2012 14:33:32 +0000] rev 14783
8004675: Inet6Address.getHostAddress should use string scope identifier where available
Summary: ...and some minor stylistic cleanup
Reviewed-by: khazra, dsamersoff, michaelm
chegar [Thu, 13 Dec 2012 09:55:55 +0000] rev 14782
8004925: java/net/Socks/SocksV4Test.java failing on all platforms
Reviewed-by: alanb, dsamersoff
lancea [Wed, 12 Dec 2012 20:57:45 -0500] rev 14781
8004357: Implement various methods in SerialBlob/Clob/Array and specify Thread Safety
Reviewed-by: naoto
weijun [Thu, 13 Dec 2012 08:11:38 +0800] rev 14780
8004235: Disable native JGSS provider on Mac
Reviewed-by: erikj, valeriep