wetmore [Sun, 29 Jun 2008 00:25:59 -0700] rev 795
Merge
wetmore [Thu, 26 Jun 2008 00:26:15 -0700] rev 794
Merge
weijun [Fri, 20 Jun 2008 12:05:02 +0800] rev 793
6716534: Krb5LoginModule has not cleaned temp info between authentication attempts
Reviewed-by: valeriep
mullan [Thu, 19 Jun 2008 14:20:43 -0400] rev 792
6714842: CertPathBuilder returns incorrect CertPath for BasicConstraints in builderParams
Summary: Do not consider CA target certificates if selector.getBasicConstraints() == -2
Reviewed-by: vinnie
mullan [Tue, 17 Jun 2008 10:53:35 -0400] rev 791
Merge
mullan [Tue, 17 Jun 2008 10:34:51 -0400] rev 790
6673277: Thread unsafe lazy initialization code in sun.security.provider.certpath.*Checker classes
Summary: make supportedExts variable non-static
Reviewed-by: vinnie
sherman [Fri, 27 Jun 2008 12:09:37 -0700] rev 789
6541631: (fc) java/nio/channels/Filechannel/LongTransferTest.java should clean up after itself
Summary: Should close the channel before delete the file
Reviewed-by: alanb
sherman [Fri, 27 Jun 2008 09:05:11 -0700] rev 788
Merge
sherman [Fri, 27 Jun 2008 08:32:30 -0700] rev 787
6645197: (so) Timed read with socket adaptor throws ClosedSelectorException if temporary selector GC'ed
Summary: Temporary selector for timeout is not protected from possilbe GC when used first time
Reviewed-by: alanb
tbell [Wed, 25 Jun 2008 23:29:39 -0700] rev 786
Merge
sherman [Wed, 25 Jun 2008 13:58:22 -0700] rev 785
6481955: Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Summary: Uncanonicalized absolute filepath with length 248-260 no longer works (win)
Reviewed-by: alanb
sherman [Wed, 25 Jun 2008 08:27:06 -0700] rev 784
4752069: (cs spec) BOM should not be ignored in UTF-16 charsets
Summary: API doc update regarding BOM hanlding in UTF-16 charsets
Reviewed-by: alanb
xdono [Thu, 03 Jul 2008 11:01:42 -0700] rev 783
Added tag jdk7-b30 for changeset f16baef3a20e
duke [Wed, 05 Jul 2017 16:38:40 +0200] rev 782
Merge
trims [Fri, 11 Jul 2008 01:14:44 -0700] rev 781
Merge
ohair [Tue, 08 Jul 2008 15:46:31 -0700] rev 780
Merge
ohair [Tue, 08 Jul 2008 15:23:04 -0700] rev 779
6723762: Fix shell command that gets java version (uses 2>1)
Reviewed-by: pbk
ohair [Thu, 03 Jul 2008 10:46:50 -0700] rev 778
6695777: Queens.class should be built from source, not put in source repo
Reviewed-by: kvn
coleenp [Wed, 02 Jul 2008 15:38:47 -0400] rev 777
Merge
coleenp [Fri, 27 Jun 2008 18:19:29 -0400] rev 776
Merge
xlu [Thu, 26 Jun 2008 14:15:01 -0700] rev 775
6718830: Hotspot fails to build with gcc 4.3
Summary: Fixed linux make file and couple adlc code to meet the changes of gcc 4.3
Reviewed-by: kamg, igor
xlu [Tue, 24 Jun 2008 16:52:31 -0700] rev 774
6717128: Using relative path for ALT_OUTPUTDIR does not work properly
Summary: import the absolute output directory when launching sub make process and avoid including defs.make in rules.make
Reviewed-by: kamg, kvn
poonam [Sun, 22 Jun 2008 20:07:58 -0700] rev 773
6694099: Hotspot vm_exit_out_of_memory should dump core
Summary: This fix enables the generation of core file when process runs out of C-heap.
Reviewed-by: sbohne
ksrini [Tue, 17 Jun 2008 13:08:15 -0700] rev 772
6714758: hotspot: provide an entry point to the BootStrap Class loader[dholmes,acorn]
Summary: adds JVM_FindClassFromBootLoader entry point, for jdk's use
Reviewed-by: dholmes, acorn
trims [Fri, 27 Jun 2008 19:12:11 -0700] rev 771
Merge
never [Fri, 27 Jun 2008 11:11:27 -0700] rev 770
Merge
kvn [Thu, 26 Jun 2008 13:34:00 -0700] rev 769
6716441: error in meet with +DoEscapeAnalysis
Summary: Set instance_id to InstanceBot for InstPtr->meet(AryPtr) when types are not related.
Reviewed-by: jrose, never
never [Tue, 24 Jun 2008 16:00:14 -0700] rev 768
6718676: putback for 6604014 is incomplete
Reviewed-by: kvn, jrose
kvn [Tue, 24 Jun 2008 10:43:29 -0700] rev 767
6710487: More than half of JDI Regression tests hang with COOPs in -Xcomp mode
Summary: Remove DecodeNNode::decode() and EncodePNode::encode() methods.
Reviewed-by: rasbold, never
never [Mon, 23 Jun 2008 18:21:18 -0700] rev 766
6604014: add support for ideal graph visualizer
Reviewed-by: kvn, jrose
kvn [Mon, 23 Jun 2008 14:11:12 -0700] rev 765
6708714: Optimize long LShift on 32-bits x86
Summary: For small (1-3 bits) left long shifts in 32-bits VM use sets of add+addc instructions instead of shld+shl on new AMD cpus.
Reviewed-by: never
Contributed-by: shrinivas.joshi@amd.com
swamyv [Tue, 24 Jun 2008 21:37:10 -0700] rev 764
6620329: jstack prints double native methods on Solaris/sparc
Summary: Fixed stack walking code in sparc to start frame walk from last_java_sp.
Reviewed-by: sgoldman