brutisso [Mon, 17 Dec 2012 15:25:26 +0100] rev 14841
8004845: Catch incorrect usage of new and delete during compile time for value objects and stack objects
Summary: Makes the "new" and "delete" operator of _ValueObj and StackObj private
Reviewed-by: dholmes, coleenp
Contributed-by: erik.helin@oracle.com
brutisso [Mon, 17 Dec 2012 08:49:20 +0100] rev 14840
7173959: Jvm crashed during coherence exabus (tmb) testing
Summary: Mapping of aligned memory needs to be MT safe. Also reviewed by: vitalyd@gmail.com
Reviewed-by: dholmes, coleenp, zgu
johnc [Wed, 12 Dec 2012 12:07:32 -0800] rev 14839
8001028: Improve GC option handling
Summary: If there are not enough native resources to create the ReferenceHandler or Finalizer Java threads, the VM will attempt to throw an OOME before the java.lang.Class class has been initialized. This can result in assertion failures and other crashes. Move the initialization of the java.lang.Class class to just before the initialization of the java.lang.ref.Finalizer class.
Reviewed-by: jwilhelm, dholmes, coleenp
roland [Fri, 21 Dec 2012 01:39:34 -0800] rev 14838
Merge
twisti [Thu, 20 Dec 2012 18:53:44 -0800] rev 14837
8004250: replace AbstractAssembler a_byte/a_long with emit_int8/emit_int32
Reviewed-by: jrose, kvn, twisti
Contributed-by: Morris Meyer <morris.meyer@oracle.com>
kvn [Thu, 20 Dec 2012 14:17:52 -0800] rev 14836
8004330: Add missing Unsafe entry points for addAndGet() family
Summary: Fix java names for getAndSet intrinsics
Reviewed-by: kvn
Contributed-by: aleksey.shipilev@oracle.com
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
jgish [Wed, 12 Dec 2012 15:37:27 -0800] rev 14779
8004651: TEST: java/util/logging/CheckLockLocationTest.java failed to delete file (win)
Summary: Failure to delete test log file should be a warning instead of test failure
Reviewed-by: mduigou, smarks
smarks [Wed, 12 Dec 2012 09:53:01 -0800] rev 14778
8004748: clean up @build tags in RMI tests
Reviewed-by: alanb, darcy, mchung
robm [Wed, 12 Dec 2012 15:57:14 +0000] rev 14777
8004337: java/sql tests aren't run in test/Makefile
Reviewed-by: lancea, alanb
mullan [Wed, 12 Dec 2012 09:27:35 -0500] rev 14776
Merge
mullan [Wed, 12 Dec 2012 09:25:24 -0500] rev 14775
8004064: Downgrade normative references to ${java.home}/lib/security/java.security
Reviewed-by: alanb, vinnie, xuelei
alanb [Wed, 12 Dec 2012 13:03:05 +0000] rev 14774
8004874: Reduce dependency on java.beans to only add/removePropertyChangeListener
Reviewed-by: ksrini, mchung, dholmes
chegar [Wed, 12 Dec 2012 11:35:18 +0000] rev 14773
8004921: Trivial javadoc warnings in Base64
Reviewed-by: darcy
weijun [Wed, 12 Dec 2012 18:39:34 +0800] rev 14772
8004904: Makefile for ntlm
Reviewed-by: erikj, chegar
mduigou [Tue, 11 Dec 2012 20:49:44 -0800] rev 14771
8004905: Correct license of test to remove classpath exception
Reviewed-by: akhil
akhil [Tue, 11 Dec 2012 15:33:16 -0800] rev 14770
8003246: Add InitialValue Supplier to ThreadLocal
Reviewed-by: mduigou, forax, dl, chegar, briangoetz
weijun [Tue, 11 Dec 2012 13:14:56 +0800] rev 14769
8004488: wrong permissions checked in krb5
Reviewed-by: xuelei
dingxmin [Tue, 11 Dec 2012 10:42:24 +0800] rev 14768
6512101: Incorrect encoding in NetworkInterface.getDisplayName()
Reviewed-by: chegar, dsamersoff
mchung [Mon, 10 Dec 2012 15:15:57 -0800] rev 14767
4819681: Typo in http://java.sun.com/j2se/1.4.1/docs/api/java/util/logging/LogManager.html
Summary: Simple capitalization typo in LogManager() description
Reviewed-by: darcy, mchung
michaelm [Mon, 10 Dec 2012 14:56:44 +0000] rev 14766
8003948: NTLM/Negotiate authentication problem
Reviewed-by: chegar, weijun
okutsu [Mon, 10 Dec 2012 10:52:11 +0900] rev 14765
8000983: Support narrow display names for calendar fields
8003267: Support generic time zone names in TimeZoneNameProvider (SPI)
Reviewed-by: naoto
dxu [Sun, 09 Dec 2012 19:13:08 +0000] rev 14764
7194370: (fs) WatchService fails if volume S/N is 0 [win]
Reviewed-by: alanb, forax
ksrini [Sun, 09 Dec 2012 07:43:12 -0800] rev 14763
8004042: Arrrghs.java test failed on windows with access error.
Reviewed-by: smarks, jjh, ksrini
Contributed-by: david.dehaven@oracle.com
rfield [Thu, 06 Dec 2012 21:55:55 -0800] rev 14762
8003881: Prevent lambda implementing inner classes from allowing the creation of new instances
Summary: Lambda implementing inner classes now has private constructor (thanks Kumar)
Reviewed-by: ksrini
lancea [Thu, 06 Dec 2012 15:51:44 -0500] rev 14761
8004374: CachedRowSetSwriter.writeData reports wrong number of conflicts in SyncProviderException
Reviewed-by: naoto
jgish [Wed, 05 Dec 2012 21:08:14 -0800] rev 14760
8004317: TestLibrary.getUnusedRandomPort() fails intermittently, but exception not reported
Reviewed-by: alanb, dmocek, smarks
alanb [Wed, 05 Dec 2012 12:20:00 +0000] rev 14759
8004491: Build breakage on Linux due to 8004188
Reviewed-by: chegar, erikj
mullan [Tue, 04 Dec 2012 17:40:41 -0500] rev 14758
8004188: Rename src/share/lib/security/java.security to java.security-linux
Reviewed-by: mullan, mchung
Contributed-by: jason.uh@oracle.com
jgish [Tue, 04 Dec 2012 20:21:19 +0000] rev 14757
8003596: TEST_BUG: java/util/logging/CheckLockLocationTest.java failing [win]
Reviewed-by: alanb
lana [Fri, 14 Dec 2012 11:22:16 -0800] rev 14756
Merge
kshefov [Fri, 14 Dec 2012 13:32:59 +0000] rev 14755
6757986: javax/swing/JInternalFrame/5066752/bug5066752.java needs correction
Reviewed-by: serb, alexsch
kshefov [Thu, 13 Dec 2012 15:14:22 +0000] rev 14754
7132385: [macosx] IconifyTest of RepaintManager could use some delay
Reviewed-by: serb, alexsch
serb [Tue, 11 Dec 2012 19:45:00 +0400] rev 14753
7154778: [macosx] NSView-based implementation of sun.awt.EmbeddedFrame
Summary: The new implementation of EmbeddedFrame to support SWT_AWT Bridge
Reviewed-by: anthony, serb, leonidr
Contributed-by: Petr Pchelko <petr.pchelko@oracle.com>
lana [Fri, 14 Dec 2012 11:21:09 -0800] rev 14752
Merge
jviswana [Wed, 12 Dec 2012 13:28:35 +0800] rev 14751
8004316: Printer - tempfile having incorrect extension
Reviewed-by: bae, jgodinez
katleman [Thu, 13 Dec 2012 09:05:35 -0800] rev 14750
Added tag jdk8-b68 for changeset e56b4a0c1da8
duke [Wed, 05 Jul 2017 18:32:40 +0200] rev 14749
Merge
amurillo [Fri, 14 Dec 2012 14:19:36 -0800] rev 14748
Added tag hs25-b13 for changeset a644646e04e5
amurillo [Fri, 14 Dec 2012 14:19:35 -0800] rev 14747
Merge
collins [Fri, 14 Dec 2012 11:45:55 -0800] rev 14746
Merge
jiangli [Tue, 11 Dec 2012 12:41:31 -0500] rev 14745
8004076: Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
Summary: Move _max_locals and _size_of_parameters to ConstMethod for better sharing.
Reviewed-by: coleenp, minqi, jrose
stefank [Thu, 13 Dec 2012 09:06:38 -0800] rev 14744
Merge
stefank [Thu, 13 Dec 2012 09:28:14 +0100] rev 14743
8004674: Add necessary .inline.hpp files to fix non-PCH build
Reviewed-by: stefank, coleenp
Contributed-by: volker.simonis@gmail.com
brutisso [Thu, 13 Dec 2012 10:09:49 +0100] rev 14742
8004661: Comment and function name java_lang_String::toHash is wrong
Summary: renamed to hash_code
Reviewed-by: dholmes, coleenp, brutisso
Contributed-by: erik.helin@oracle.com
johnc [Fri, 07 Dec 2012 16:08:05 -0800] rev 14741
Merge
johnc [Mon, 01 Oct 2012 09:28:13 -0700] rev 14740
8000244: G1: Ergonomically set MarkStackSize and use virtual space for global marking stack
Summary: Set the value of MarkStackSize to a value based on the number of parallel marking threads with a reasonable minimum. Expand the marking stack if we have to restart marking due to an overflow up to a reasonable maximum. Allocate the underlying space for the marking stack from virtual memory.
Reviewed-by: jmasa, brutisso
amurillo [Fri, 07 Dec 2012 10:55:16 -0800] rev 14739
8004724: new hotspot build - hs25-b13
Reviewed-by: jcoomes
katleman [Thu, 13 Dec 2012 09:05:20 -0800] rev 14738
Added tag jdk8-b68 for changeset 9e5f94da743d
katleman [Wed, 19 Dec 2012 13:36:21 -0800] rev 14737
Merge
erikj [Tue, 18 Dec 2012 17:54:39 +0100] rev 14736
8001901: build-infra: Fix "misbehaving" which command on Solaris
Summary: Removed all uses of which in configure on solaris.
Reviewed-by: ohair
ohrstrom [Tue, 18 Dec 2012 09:57:01 +0100] rev 14735
8004145: New improved hgforest.sh, ctrl-c now properly terminates mercurial processes.
Reviewed-by: ohair, erikj
lana [Fri, 14 Dec 2012 11:22:54 -0800] rev 14734
Merge
henryjen [Thu, 06 Dec 2012 15:38:31 -0800] rev 14733
8004685: add java.util.function to CORE_PKGS.gmk
Reviewed-by: mduigou
katleman [Thu, 13 Dec 2012 09:05:11 -0800] rev 14732
Added tag jdk8-b68 for changeset 388af7398bc9
duke [Wed, 05 Jul 2017 18:32:27 +0200] rev 14731
Added tag jdk8-b68 for changeset cb33628d4e8f
duke [Wed, 05 Jul 2017 18:32:26 +0200] rev 14730
Merge
duke [Wed, 05 Jul 2017 18:32:22 +0200] rev 14729
Merge
lana [Mon, 10 Dec 2012 20:59:38 -0800] rev 14728
Merge
mcimadamore [Tue, 04 Dec 2012 17:19:42 +0000] rev 14727
8004360: regression test DefaultMethodRegressionTests fails in langtools
Summary: ignore broken failing test
Reviewed-by: jjg
lana [Fri, 30 Nov 2012 16:34:51 -0800] rev 14726
Merge
mcimadamore [Fri, 30 Nov 2012 15:14:48 +0000] rev 14725
8002099: Add support for intersection types in cast expression
Summary: Add parser and type-checking support for intersection types in cast expressions
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:36 +0000] rev 14724
8004101: Add checks for method reference well-formedness
Summary: Bring method reference type-checking in sync with latest EDR
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:25 +0000] rev 14723
8004102: Add support for generic functional descriptors
Summary: Method references are allowed to have a generic functional interface descriptor target
Reviewed-by: jjg
mcimadamore [Fri, 30 Nov 2012 15:14:12 +0000] rev 14722
8004105: Expression statement lambdas should be void-compatible
Summary: Fix lambda compatibility rules as per latest EDR
Reviewed-by: jjg
vromero [Thu, 29 Nov 2012 09:41:48 +0000] rev 14721
7153958: add constant pool reference to class containing inlined constants
Reviewed-by: jjg, mcimadamore
vromero [Fri, 23 Nov 2012 15:13:45 +0000] rev 14720
7144981: javac should ignore ignorable characters in input
Reviewed-by: jjg, mcimadamore
jjg [Tue, 27 Nov 2012 13:55:10 -0800] rev 14719
8004068: Fix build problems caused by on-demand imports
Reviewed-by: jjg
Contributed-by: eric.caspole@amd.com
vromero [Wed, 21 Nov 2012 19:09:39 +0000] rev 14718
6574624: javax.tools.JavaCompiler spec contains errors in sample code
Reviewed-by: jjg, mcimadamore
vromero [Wed, 21 Nov 2012 18:40:45 +0000] rev 14717
7190862: javap shows an incorrect type for operands if the 'wide' prefix is used
7109747: (javap) classfile not treating iinc_w correctly.
Reviewed-by: jjg, mcimadamore
katleman [Thu, 06 Dec 2012 12:04:44 -0800] rev 14716
Added tag jdk8-b67 for changeset 68edf7c31a6d
duke [Wed, 05 Jul 2017 18:32:16 +0200] rev 14715
Merge
katleman [Thu, 06 Dec 2012 12:04:30 -0800] rev 14714
Added tag jdk8-b67 for changeset 8f2ccadbf32b
duke [Wed, 05 Jul 2017 18:32:12 +0200] rev 14713
Merge
katleman [Thu, 06 Dec 2012 12:04:27 -0800] rev 14712
Added tag jdk8-b67 for changeset 11084bacb67d
duke [Wed, 05 Jul 2017 18:32:08 +0200] rev 14711
Merge
katleman [Thu, 06 Dec 2012 12:04:12 -0800] rev 14710
Added tag jdk8-b67 for changeset 66fb055d7580
duke [Wed, 05 Jul 2017 18:32:03 +0200] rev 14709
Merge
katleman [Wed, 12 Dec 2012 13:21:39 -0800] rev 14708
Merge
erikj [Tue, 11 Dec 2012 12:27:34 +0100] rev 14707
8001753: build-infra: mismatch with full debug symbol control for hotspot
Summary: Changing boolean values of ENABLE_DEBUG_SYMBOLS.
Reviewed-by: dholmes, ohair
erikj [Thu, 06 Dec 2012 12:09:33 +0100] rev 14706
8004104: build-infra: Minor cleanup
Reviewed-by: ohrstrom, tbell
lana [Mon, 10 Dec 2012 20:58:36 -0800] rev 14705
Merge
lana [Tue, 04 Dec 2012 11:46:27 -0800] rev 14704
Merge
kmo [Tue, 04 Dec 2012 15:10:03 +0000] rev 14703
8004066: TEST_BUG: test/java/lang/Math/DivModTests.java assumes ArithmeticException message
Reviewed-by: twisti, alanb, dholmes
dxu [Tue, 04 Dec 2012 14:07:30 +0000] rev 14702
7142921: (fs) Files.probeContentType reports a MIME type of "text/plain" on Ubuntu 11.04
7144997: (fs) Files.probeContentType returns null on Solaris 64-bit
Reviewed-by: alanb, mduigou
mullan [Mon, 03 Dec 2012 11:07:20 -0500] rev 14701
7199143: RFE: OCSP revocation checker should provide possibility to specify connection timeout
Summary: Added com.sun.security.ocsp.timeout system property to control timeout
Reviewed-by: mullan, vinnie
Contributed-by: jason.uh@oracle.com
xuelei [Mon, 03 Dec 2012 06:00:19 -0800] rev 14700
8004184: security tests leave JSSEServer running
Summary: Use othervm mode to release resources, and correct the system properties issues in JSSE
Reviewed-by: chegar
weijun [Mon, 03 Dec 2012 17:14:03 +0800] rev 14699
7198507: [TEST_BUG] sun/security/tools/keytool/console.sh should be rewritten
Reviewed-by: xuelei
dholmes [Sun, 02 Dec 2012 19:16:56 -0500] rev 14698
7200297: agent code does not handle multiple boot library path elements correctly
Summary: When bug 6819213 was fixed it enabled sun.boot.library.path property to contain multiple paths. Code in agents does not handle multiple paths when attempting to find dependent shared libs.
Reviewed-by: dholmes, sspitsyn, dsamersoff
Contributed-by: Bill Pittore <bill.pittore@oracle.com>
alanb [Sun, 02 Dec 2012 16:37:31 +0000] rev 14697
8003846: Override mechanism for currency data should not require creating currency.properties in java.home
Reviewed-by: naoto
sherman [Sat, 01 Dec 2012 11:36:25 -0800] rev 14696
8004212: java.util.Base64 methods decodeArray and decodeBuffer should return the number of bytes written
Summary: to return the length instead of position
Reviewed-by: alanb
lana [Fri, 30 Nov 2012 16:33:50 -0800] rev 14695
Merge
khazra [Fri, 30 Nov 2012 12:00:07 -0800] rev 14694
7197662: (prefs) java/util/prefs/AddNodeChangeListener.java fails by timeout or by "couldn't get file lock"
Summary: Set -Djava.util.prefs.userRoot to current working directory of user in the prefs tests
Reviewed-by: alanb, chegar, weijun, dxu
jfranck [Fri, 30 Nov 2012 09:47:17 +0100] rev 14693
8004110: Remove debug code form sun/reflect/annotation/AnnotationSupport.java
Reviewed-by: jjg, darcy
alanb [Fri, 30 Nov 2012 16:29:32 +0000] rev 14692
7165762: (aio) Default thread pool should be configured so that threads terminated after a timeout period
Reviewed-by: chegar
alanb [Fri, 30 Nov 2012 11:18:16 +0000] rev 14691
8003949: LogManager, downgrade normative reference to ${java.home}/lib/logging.properties
Reviewed-by: psandoz, mchung
zhangshj [Fri, 30 Nov 2012 17:24:54 +0800] rev 14690
8004211: Remove unused dlinfo local variable in launcher code
Reviewed-by: alanb
sla [Fri, 30 Nov 2012 08:17:02 +0100] rev 14689
7155168: java/util/TimeZone/Bug6912560.java: expected Asia/Tokyo
Reviewed-by: okutsu
smarks [Thu, 29 Nov 2012 14:43:46 -0800] rev 14688
8004134: More ProblemList.txt updates (11/2012)
Reviewed-by: alanb
Contributed-by: amy.lu@oracle.com
smarks [Wed, 28 Nov 2012 17:31:35 -0800] rev 14687
8004131: move jdi tests out of core testset
Reviewed-by: alanb, chegar
mduigou [Thu, 29 Nov 2012 14:09:45 -0800] rev 14686
6553074: String{Buffer,Builder}.indexOf(Str, int) contains unnecessary allocation
Summary: It is not necessary to extract the value array with toCharArray. The value array can now be used directly.
Reviewed-by: alanb
mduigou [Thu, 29 Nov 2012 14:07:47 -0800] rev 14685
7175464: entrySetView field is never updated in NavigableSubMap
Summary: The method entrySet() in AscendingSubMap and DescendingSubMap failed to cache the entrySetView.
Reviewed-by: alanb, psandoz
shade [Thu, 29 Nov 2012 17:03:52 +0000] rev 14684
8004141: UnsafeStaticFieldAccessorImpl#base should be final
Reviewed-by: chegar, alanb
Contributed-by: peter.levart@gmail.com
jgish [Thu, 29 Nov 2012 12:28:02 +0000] rev 14683
8003380: Compiler warnings in logging test code
Summary: Use generics, suppress warnings where appropriate, remove unused imports, etc.
Reviewed-by: lancea, chegar
michaelm [Thu, 29 Nov 2012 09:47:31 +0000] rev 14682
Merge
michaelm [Thu, 29 Nov 2012 09:41:20 +0000] rev 14681
7200720: crash in net.dll during NTLM authentication
Reviewed-by: chegar, dsamersoff
mchung [Wed, 28 Nov 2012 10:50:54 -0800] rev 14680
8003869: Eliminate java.lang.invoke.InnerClassLambdaMetafactory dependency on java.util.logging
Reviewed-by: alanb, dholmes
mchung [Wed, 28 Nov 2012 10:49:15 -0800] rev 14679
8003851: MethodHandleNatives dependency on java.sql.DriverManager
Reviewed-by: alanb, dholmes
dfuchs [Wed, 28 Nov 2012 10:08:31 -0800] rev 14678
Merge
dfuchs [Wed, 28 Nov 2012 15:14:47 +0100] rev 14677
8003476: Cleanup warnings in com.sun.jmx.snmp code
Reviewed-by: alanb, smarks
jfranck [Wed, 28 Nov 2012 09:21:37 -0800] rev 14676
7154390: Add support for repeating annotations in j.l.r.AnnotatedElement
Reviewed-by: darcy
xuelei [Wed, 28 Nov 2012 05:18:57 -0800] rev 14675
8004019: Removes unused method HandshakeHash.setCertificateVerifyAlg()
Summary: certification verification in HandshakeHash was abandoned during TLS 1.2 implementation
Reviewed-by: xuelei, weijun
Contributed-by: Florian Weimer <fweimer@redhat.com>
sherman [Tue, 27 Nov 2012 22:07:11 -0800] rev 14674
8004088: hg push for bug#4235519 failed to push all files
Summary: pushed all base64 files
Reviewed-by: alanb, mduigou
sherman [Tue, 27 Nov 2012 21:51:26 -0800] rev 14673
4235519: Make sun.misc.BASE64{De,En}coder classes public
Summary: to add java.util.Base64
Reviewed-by: alanb, mduigou
robm [Wed, 28 Nov 2012 00:47:38 +0000] rev 14672
8003597: TEST_BUG: Eliminate dependency on javaweb from closed net tests
Reviewed-by: chegar
chegar [Tue, 27 Nov 2012 17:15:19 +0000] rev 14671
8003833: Spurious NPE from Socket.getIn/OutputStream
Reviewed-by: alanb, dsamersoff
mduigou [Mon, 26 Nov 2012 15:08:13 -0800] rev 14670
8001634: Initial set of functional interface types
Summary: Add the core functional interfaces used by the JSR335 libraries.
Reviewed-by: dholmes, briangoetz, darcy
mullan [Mon, 26 Nov 2012 08:34:25 -0500] rev 14669
Merge
mullan [Mon, 26 Nov 2012 08:23:20 -0500] rev 14668
Merge
mullan [Mon, 26 Nov 2012 08:12:19 -0500] rev 14667
7167056: Clarify that BasicPermission names that contain non-wildcard asterisks are not invalid
Reviewed-by: weijun, xuelei
uta [Mon, 26 Nov 2012 15:54:39 +0400] rev 14666
7162111: TEST_BUG: change tests run in headless mode [macosx] (open)
Summary: In problem tests detection of AWT headless mode was introduced or AWT dependence was removed.
Reviewed-by: alanb
xuelei [Sat, 24 Nov 2012 04:27:28 -0800] rev 14665
8003951: Removes unused variables in sun.security.ssl
Reviewed-by: xuelei
Contributed-by: Florian Weimer <fweimer@redhat.com>
xuelei [Sat, 24 Nov 2012 04:09:19 -0800] rev 14664
8003950: Adds missing Override annotations and removes unnecessary imports in sun.security.ssl
Reviewed-by: xuelei
Contributed-by: Florian Weimer <fweimer@redhat.com>
xuelei [Sat, 24 Nov 2012 03:34:27 -0800] rev 14663
8001751: Javadoc warnings in JSSE code
Reviewed-by: alanb
uta [Fri, 23 Nov 2012 13:07:54 +0400] rev 14662
8003898: X11 toolkit can be chosen as the default toolkit
Summary: XToolkit is not selected for any values of system-wide environment variables (ex. DISPLAY).
Reviewed-by: anthony, art
dbuck [Tue, 20 Nov 2012 21:35:18 -0800] rev 14661
7198904: (alt-rt) TreeMap.clone is broken
Summary: Test case for cr7198904. Issue only found in OracleJDK, but test case is valid for OpenJDK as well
Reviewed-by: mduigou, dholmes
lana [Tue, 04 Dec 2012 11:41:44 -0800] rev 14660
Merge
aph [Tue, 04 Dec 2012 14:02:08 +0000] rev 14659
8004344: Fix a crash in ToolkitErrorHandler() in XlibWrapper.c
Summary: Code does not check for JNU_GetEnv returning NULL.
Reviewed-by: anthony
jviswana [Tue, 04 Dec 2012 17:17:45 +0400] rev 14658
4631925: JColor Chooser is not fully accessible
Reviewed-by: alexsch
alexsch [Tue, 04 Dec 2012 16:42:19 +0400] rev 14657
8002077: Possible mnemonic issue on JFileChooser Save button on nimbus L&F
Reviewed-by: serb
alexsch [Tue, 04 Dec 2012 15:56:02 +0400] rev 14656
8003830: NPE at BasicTreeUI$Actions.page:4470
Reviewed-by: serb, alexsch
Contributed-by: Jaroslav Tulach <jaroslav.tulach@oracle.com>
alexsch [Tue, 04 Dec 2012 15:26:57 +0400] rev 14655
6671481: NPE at javax.swing.plaf.basic.BasicTreeUI$Handler.handleSelection
Reviewed-by: serb
lana [Fri, 30 Nov 2012 17:09:05 -0800] rev 14654
Merge
kshefov [Fri, 30 Nov 2012 12:39:37 +0000] rev 14653
7124242: [macosx] Test doesn't work because of the frame round corners in the LaF
Reviewed-by: anthony, yan, alexsch
alexsch [Thu, 29 Nov 2012 07:42:23 -0500] rev 14652
8000423: Diacritic is not applyed to a base letter on Linux
Reviewed-by: anthony, serb
serb [Tue, 27 Nov 2012 17:03:19 +0400] rev 14651
8002308: [macosx] 7198229 should be applied to the user action only
Reviewed-by: anthony, skovatch
kizune [Wed, 21 Nov 2012 20:42:54 +0400] rev 14650
8003273: Missing testcase for 7171812
Reviewed-by: art, serb