never [Mon, 04 Oct 2010 17:09:18 -0700] rev 6753
6968348: Byteswapped memory access can point to wrong location after JIT
Reviewed-by: twisti, kvn, iveresov
kvn [Thu, 30 Sep 2010 18:31:45 -0700] rev 6752
6916062: assert(_inserts <= _insert_limit,"hash table overflow") in NodeHash::hash_insert
Summary: Missing check for not empty worklist when puting memory node back on worklist and expecting address type update.
Reviewed-by: never
iveresov [Wed, 29 Sep 2010 16:53:42 -0700] rev 6751
6988346: 6986046 breaks tiered
Summary: adjusted profiling code generation to use the new ValueStack implementation; lowered optimization level for c1_LinearScan.cpp on solaris x64.
Reviewed-by: kvn, never
roland [Wed, 29 Sep 2010 18:53:28 +0200] rev 6750
6988303: 6986046 breaks build with recent gcc
Summary: fixes build break
Reviewed-by: never, kvn
twisti [Wed, 29 Sep 2010 00:30:57 -0700] rev 6749
6987634: JSR 292 assert(start_bci() >= 0 && start_bci() < code_size()) failed: correct osr_bci argument
Reviewed-by: never, kvn
never [Mon, 27 Sep 2010 20:44:18 -0700] rev 6748
6987763: assert(kind() == EmptyExceptionState) failed: only EmptyExceptionStates can be modified
Reviewed-by: roland, kvn, iveresov
iveresov [Mon, 27 Sep 2010 15:04:40 -0700] rev 6747
6987115: Non-tiered compilation policy creates unnecessary C1 threads
Summary: Fixed NonTieredCompPolicy::compiler_count() to return correct thread count.
Reviewed-by: twisti, kvn
roland [Fri, 24 Sep 2010 13:14:32 -0700] rev 6746
Merge
roland [Tue, 29 Dec 2009 19:08:54 +0100] rev 6745
6986046: C1 valuestack cleanup
Summary: fixes an historical oddity in C1 with inlining where all of the expression stacks are kept in the topmost ValueStack instead of being in their respective ValueStacks.
Reviewed-by: never
Contributed-by: Christian Wimmer <cwimmer@uci.edu>
twisti [Fri, 24 Sep 2010 03:51:43 -0700] rev 6744
6986944: JSR 292 assert(caller_nm->is_method_handle_return(caller_frame.pc())) failed: must be MH call site
Reviewed-by: never, kvn
never [Wed, 22 Sep 2010 23:51:03 -0700] rev 6743
6986028: assert(_base == Int) failed: Not an Int in CmpINode::sub
Reviewed-by: kvn, twisti
never [Wed, 22 Sep 2010 21:10:46 -0700] rev 6742
6972540: sun/nio/ch/SocketChannelImpl compilation crashed when executing CompileTheWorld
Reviewed-by: kvn
never [Wed, 22 Sep 2010 13:01:12 -0700] rev 6741
6982537: Crash in Node*step_through_mergemem
Reviewed-by: kvn
iveresov [Tue, 21 Sep 2010 13:38:35 -0700] rev 6740
6986270: guarantee(*bcp != Bytecodes::_monitorenter || exec_mode != Deoptimization::Unpack_exception) fails
Summary: Propagate the compiler type of the deopting method to vframeArrayElement::unpack_on_stack()
Reviewed-by: jrose, never
never [Wed, 15 Sep 2010 20:25:37 -0700] rev 6739
6984979: OptimizeFill misses some cases with an odd memory graph
Reviewed-by: kvn
trims [Fri, 01 Oct 2010 18:04:36 -0700] rev 6738
Added tag hs20-b01 for changeset 75ef8813e3e2
cl [Thu, 14 Oct 2010 19:24:57 -0700] rev 6737
Added tag jdk7-b114 for changeset 21dec68c50e9
jqzuo [Mon, 18 Oct 2010 11:13:35 -0400] rev 6736
Merge
jqzuo [Tue, 12 Oct 2010 13:29:44 -0400] rev 6735
Merge
jqzuo [Mon, 04 Oct 2010 16:36:17 -0400] rev 6734
6983855: The jre combo bundle target needs to be added in the makefile
Reviewed-by: billyh, paulk
herrick [Sat, 02 Oct 2010 11:08:37 -0400] rev 6733
Merge
igor [Tue, 28 Sep 2010 10:29:08 -0700] rev 6732
6982520: Move kernel to install ws
Reviewed-by: herrick, billyh
herrick [Fri, 17 Sep 2010 07:10:50 -0400] rev 6731
Merge
herrick [Fri, 17 Sep 2010 07:08:23 -0400] rev 6730
Merge
igor [Fri, 03 Sep 2010 20:19:45 -0700] rev 6729
6978977: Productivity: use ant for java part of build
Reviewed-by: mduigou, herrick, ohair, ngthomas
cl [Thu, 14 Oct 2010 19:24:47 -0700] rev 6728
Added tag jdk7-b114 for changeset fec780096b1f
duke [Wed, 05 Jul 2017 17:24:21 +0200] rev 6727
Added tag jdk7-b114 for changeset 750c1ccb2f2d
duke [Wed, 05 Jul 2017 17:24:21 +0200] rev 6726
Merge
duke [Wed, 05 Jul 2017 17:24:18 +0200] rev 6725
Merge
lana [Tue, 12 Oct 2010 12:52:49 -0700] rev 6724
Merge
lana [Mon, 04 Oct 2010 14:40:38 -0700] rev 6723
Merge
alanb [Sun, 03 Oct 2010 19:40:15 +0100] rev 6722
6907737: (file) FileVisitor and Files.walkFileTree issues
Reviewed-by: jjg
jjg [Thu, 30 Sep 2010 10:47:12 -0700] rev 6721
6988436: Cleanup javac option handling
Reviewed-by: darcy
darcy [Wed, 29 Sep 2010 23:27:57 -0700] rev 6720
6983738: Use a JavacTestingAbstractProcessor
Reviewed-by: jjg
jjg [Wed, 29 Sep 2010 14:01:37 -0700] rev 6719
6502392: Invalid relative names for Filer.createResource and Filer.getResource
Reviewed-by: darcy
sundar [Tue, 28 Sep 2010 22:46:36 +0530] rev 6718
6967842: Element not returned from tree API for ARM resource variables.
Reviewed-by: jjg, darcy
jjg [Mon, 27 Sep 2010 17:28:49 -0700] rev 6717
6986246: Trees object is round-specific
Reviewed-by: darcy
jjg [Mon, 27 Sep 2010 14:20:39 -0700] rev 6716
6877202: Elements.getDocComment() is not getting JavaDocComments
6861094: javac -Xprint <file> does not print comments
6985205: access to tree positions and doc comments may be lost across annotation processing rounds
Reviewed-by: darcy
jjg [Mon, 27 Sep 2010 14:05:33 -0700] rev 6715
6890226: javah -version is broken
Reviewed-by: darcy
lana [Sat, 25 Sep 2010 12:02:32 -0700] rev 6714
Merge
jjg [Wed, 22 Sep 2010 12:53:26 -0700] rev 6713
6986772: langtools netbeans build should use ${ant.core.lib} instead of ${ant.home}/lib/ant.jar
Reviewed-by: ohair
sundar [Wed, 22 Sep 2010 20:53:34 +0530] rev 6712
6587674: NoClassdefFound when anonymously extending a class.
Reviewed-by: jjg, mcimadamore
mcimadamore [Sat, 18 Sep 2010 14:24:09 -0700] rev 6711
6863465: javac doesn't detect circular subclass dependencies via qualified names
Summary: class inheritance circularity check should look at trees, not just symbols
Reviewed-by: jjg
mcimadamore [Sat, 18 Sep 2010 09:56:23 -0700] rev 6710
5088624: cannot find symbol message should be more intelligent
Summary: Resolve.java should keep track of all candidates found during a method resolution sweep to generate more meaningful diagnostics
Reviewed-by: jjg
mcimadamore [Sat, 18 Sep 2010 09:54:51 -0700] rev 6709
6980862: too aggressive compiler optimization causes stale results of Types.implementation()
Summary: use a scope counter in order to determine when/if the implementation cache entries are stale
Reviewed-by: jjg
cl [Thu, 07 Oct 2010 15:12:31 -0700] rev 6708
Added tag jdk7-b113 for changeset edcbadb1c4b3
duke [Wed, 05 Jul 2017 17:24:13 +0200] rev 6707
Merge
cl [Thu, 07 Oct 2010 15:12:12 -0700] rev 6706
Added tag jdk7-b113 for changeset 9d2d843d318f
duke [Wed, 05 Jul 2017 17:24:09 +0200] rev 6705
Merge
cl [Thu, 07 Oct 2010 15:12:11 -0700] rev 6704
Added tag jdk7-b113 for changeset 039713686e1c
duke [Wed, 05 Jul 2017 17:24:06 +0200] rev 6703
Merge
cl [Thu, 07 Oct 2010 15:12:01 -0700] rev 6702
Added tag jdk7-b113 for changeset c180f52ae197
duke [Wed, 05 Jul 2017 17:24:03 +0200] rev 6701
Merge
lana [Tue, 12 Oct 2010 12:51:48 -0700] rev 6700
Merge
sherman [Fri, 08 Oct 2010 21:33:28 -0700] rev 6699
6990846: Demo: NIO.2 filesystem provider for zip/jar archives
Summary: The first drop of the zip filesystem provider, as a separate demo
Reviewed-by: alanb
lana [Mon, 04 Oct 2010 14:39:57 -0700] rev 6698
Merge
lancea [Mon, 04 Oct 2010 13:04:09 -0400] rev 6697
6989139: Address JDBC Findbugs where Number type Constructor are used
Reviewed-by: ohair
alanb [Mon, 04 Oct 2010 14:17:36 +0100] rev 6696
6989190: SO_SNDBUF/SO_RCVBUF limits should only be checked when setsockopt fails (sol)
Reviewed-by: chegar, michaelm
alanb [Sun, 03 Oct 2010 19:39:25 +0100] rev 6695
6907737: (file) FileVisitor and Files.walkFileTree issues
Reviewed-by: sherman
alanb [Sat, 02 Oct 2010 12:59:52 +0100] rev 6694
Merge
alanb [Sat, 02 Oct 2010 12:59:04 +0100] rev 6693
6979526: (file) java/nio/file/FileStore/Basic.java fails if the same file system is mounted more than once
Reviewed-by: kevinw, forax
lancea [Fri, 01 Oct 2010 14:36:01 -0400] rev 6692
6988993: Address Findbugs warnings for the use of String Constructor
Reviewed-by: ohair
alanb [Thu, 30 Sep 2010 14:49:14 +0100] rev 6691
Merge
alanb [Thu, 30 Sep 2010 14:48:25 +0100] rev 6690
6988037: fileClose prints debug message is close fails
Reviewed-by: kevinw, forax
chegar [Wed, 29 Sep 2010 17:33:17 +0100] rev 6689
6987461: Handle leak when enabling java.net.useSystemProxies
Summary: Release the registry key handle if ProxyEnable is 0
Reviewed-by: michaelm
weijun [Wed, 29 Sep 2010 15:26:59 +0800] rev 6688
6988163: sun.security.util.Resources dup and a keytool doc typo
Reviewed-by: xuelei
michaelm [Tue, 28 Sep 2010 14:36:19 +0100] rev 6687
6987927: can't use -Dfile.encoding=Cp037 in net test
Reviewed-by: chegar
michaelm [Tue, 28 Sep 2010 12:04:09 +0100] rev 6686
Merge
michaelm [Tue, 28 Sep 2010 11:59:57 +0100] rev 6685
6550798: Using InputStream.skip with ResponseCache will cause partial data to be cached
Reviewed-by: chegar
lancea [Mon, 27 Sep 2010 18:05:23 -0400] rev 6684
6987638: javadoc update to RowSetProvider and Statement
Reviewed-by: darcy, alanb
lana [Sat, 25 Sep 2010 12:00:05 -0700] rev 6683
Merge
weijun [Sat, 25 Sep 2010 10:21:30 +0800] rev 6682
6986868: TEST failure: sun/security/tools/jarsigner/crl.sh
Reviewed-by: ohair
ohair [Fri, 24 Sep 2010 14:22:01 -0700] rev 6681
6987114: Fix top level "test" Makefile logic, add jdk/make/Makefile test target
6987113: Remove SCCS logic from makefiles
Reviewed-by: mchung
ohair [Fri, 24 Sep 2010 14:06:57 -0700] rev 6680
6987117: Add jprt test sets
Reviewed-by: mchung
mchung [Wed, 22 Sep 2010 21:44:18 -0700] rev 6679
6984036: servicetag vendor rebranding issues
Summary: Update product_vendor field to use java.vendor system property
Reviewed-by: ohair
weijun [Thu, 23 Sep 2010 10:46:03 +0800] rev 6678
6982971: TEST failure: com/sun/security/sasl/ntlm/NTLMTest.java
Reviewed-by: wetmore
ohair [Wed, 22 Sep 2010 12:53:06 -0700] rev 6677
Merge
ohair [Wed, 22 Sep 2010 11:06:50 -0700] rev 6676
6946527: rebranding system properties per Oracle Requirements (vendor)
Summary: Changes from "Sun Microsystems, Inc." to "Oracle Corporation" in the java.vendor, java.specification.vendor and java.vendor.url Java system properties. Also change of Windows COMPANY file property from "Oracle" to "Oracle Corporation".
Reviewed-by: lancea, flar
dcubed [Wed, 22 Sep 2010 07:46:49 -0700] rev 6675
6949710: 3/3 the GC'able nature of Logging objects needs to be made brutally clear
Summary: Add words in more places to make it clear that Logger objects are GC'able unless there is a strong reference.
Reviewed-by: dholmes, andrew
dl [Tue, 21 Sep 2010 16:06:59 +0100] rev 6674
6986050: Small clarifications and fixes for ForkJoin
Summary: Clarify FJ.get on throw InterruptedException, propagate ThreadFactory, shutdown transition
Reviewed-by: chegar
chegar [Tue, 21 Sep 2010 15:58:06 +0100] rev 6673
6672144: HttpURLConnection.getInputStream sends POST request after failed chunked
Reviewed-by: michaelm
dl [Mon, 20 Sep 2010 18:05:09 -0700] rev 6672
6981113: Add ConcurrentLinkedDeque
Summary: Extend techniques developed for ConcurrentLinkedQueue and LinkedTransferQueue to implement a non-blocking concurrent Deque with interior removes.
Reviewed-by: martin, dholmes, chegar
lancea [Sat, 18 Sep 2010 06:09:48 -0400] rev 6671
6984044: RowSet source needs to rebrand vendor references
Reviewed-by: darcy, ohair
martin [Fri, 17 Sep 2010 14:40:38 -0700] rev 6670
6981157: Improve UnknownHostException with EAI error details and other cleanups
Summary: generify; remove compiler warnings, typos, casts; return status information via gai_strerror when getaddrinfo fails; show full stack of native failures
Reviewed-by: michaelm, alanb
martin [Fri, 17 Sep 2010 14:35:00 -0700] rev 6669
6981138: (process) Process.waitFor() may hang if subprocess has live descendants (lnx)
Summary: Do exit status handling before trying to close streams
Reviewed-by: alanb, dholmes
mchung [Fri, 17 Sep 2010 14:16:14 -0700] rev 6668
6888546: restore System.initializeSystemClasses
Summary: restore System.initializeSystemClasses prior to fix for 6797688
Reviewed-by: alanb
lancea [Fri, 17 Sep 2010 13:33:40 -0400] rev 6667
6985725: RowSetProvider has typo for the property javax.sql.rowset.RowSetFactory in the javadoc
Reviewed-by: darcy, ohair
lancea [Fri, 17 Sep 2010 13:30:44 -0400] rev 6666
6985400: DatabaseMetaData.generatedKeyAlwaysReturned, "indexe(s)" should be "index(es)"
Reviewed-by: darcy, ohair
lancea [Fri, 17 Sep 2010 13:26:17 -0400] rev 6665
6984864: Exception when running acceptChanges with custom SyncProvider
Reviewed-by: darcy, ohair
lancea [Fri, 17 Sep 2010 13:23:33 -0400] rev 6664
6983452: SyncProvider issue for JoinRowSet implementation
Reviewed-by: darcy, ohair
lana [Mon, 04 Oct 2010 14:38:14 -0700] rev 6663
Merge
okutsu [Mon, 04 Oct 2010 13:05:14 +0900] rev 6662
6955776: (tz) Windows-only: tzmappings needs update for KB981793
6929185: (tz) Windows-only: tzmappings needs update for KB979306
Reviewed-by: peytoia
malenkov [Thu, 30 Sep 2010 20:21:55 +0400] rev 6661
6982753: javax/swing/JTextArea/6940863/bug6940863.java should be modified
Reviewed-by: alexp
naoto [Tue, 28 Sep 2010 10:57:56 -0700] rev 6660
6915621: (rb) ResourceBundle.getBundle() deadlock when called inside a synchronized thread
Reviewed-by: okutsu
malenkov [Mon, 27 Sep 2010 21:07:45 +0400] rev 6659
6986450: javax/swing/JTable/Test6888156.java test is failing against jdk7 just on windows
Reviewed-by: alexp
omajid [Mon, 27 Sep 2010 11:30:03 -0400] rev 6658
6986968: Crash on XIM server restart
Summary: Free XIM data structures on DestroyXIMCallback
Reviewed-by: naoto
malenkov [Mon, 27 Sep 2010 13:38:49 +0400] rev 6657
6976577: JCK7 api/java_beans/EventSetDescriptor/descriptions.html#Ctor1 fails since jdk7 b102
Reviewed-by: peterz
lana [Sun, 26 Sep 2010 14:14:48 -0700] rev 6656
Merge
naoto [Thu, 23 Sep 2010 20:05:20 -0700] rev 6655
6986612: pit jdk7 b112: java.util.Locale getDisplayVariant() sqe test getDisplayVariantTests.java fails
Reviewed-by: dougfelt
Contributed-by: Yoshito Umaoka <y.umaoka@gmail.com>
peterz [Tue, 21 Sep 2010 10:04:41 +0400] rev 6654
6978052: No appropriate CCC request for listed JDK 7 changes in javax.swing.plaf.synth package (b84)
Reviewed-by: malenkov
peterz [Tue, 21 Sep 2010 10:03:53 +0400] rev 6653
6960126: With GTK L&F JDesktopPane substitutes set desktop manager
Reviewed-by: malenkov
alexp [Fri, 17 Sep 2010 23:34:53 +0400] rev 6652
6542335: different behavior on knob of scroll bar between 1.4.2 and 5.0
Reviewed-by: peterz
alexp [Fri, 17 Sep 2010 23:21:51 +0400] rev 6651
4330950: Lost newly entered data in the cell when resizing column width
Reviewed-by: peterz
alexp [Fri, 17 Sep 2010 23:16:19 +0400] rev 6650
6576054: NullPointerException when closing tooltip by pressing esc
Reviewed-by: rupashka
alexp [Fri, 17 Sep 2010 23:09:29 +0400] rev 6649
6632953: MetalComboBoxUI.getBaseline(JComponent, int, int) throws IAE for valid width/height
Reviewed-by: rupashka
alexp [Fri, 17 Sep 2010 23:00:34 +0400] rev 6648
6606019: NPE and IAE are interchanged in specification for GroupLayout.Group class
Reviewed-by: rupashka
alexp [Fri, 17 Sep 2010 22:50:44 +0400] rev 6647
6982661: Complete JLayer component
Reviewed-by: malenkov
lana [Mon, 04 Oct 2010 14:36:45 -0700] rev 6646
Merge
anthony [Mon, 04 Oct 2010 16:21:26 +0400] rev 6645
6982279: java/awt/FullScreen/TranslucentWindow/TranslucentWindow.java failed due to NPE
Summary: Rely on the WWindowPeer.getTranslucentGraphics()'s return value
Reviewed-by: art, dcherepanov
anthony [Mon, 04 Oct 2010 16:12:07 +0400] rev 6644
6987233: FileDialog.getDirectory() should add a trainling slash when GTK FileDialog is used
Summary: Add the trailing slash if it's absent
Reviewed-by: art, dcherepanov
dav [Mon, 04 Oct 2010 11:40:07 +0400] rev 6643
6847155: test/java/awt/Mouse/MouseModifiersUnitTest/MouseModifiersUnitTest_Extra.java fails
Reviewed-by: denis
dav [Fri, 01 Oct 2010 15:10:32 +0400] rev 6642
6829267: Regression test java/awt/Toolkit/ToolkitPropertyTest/ToolkitPropertyTest_Enable.java fails in RHEL5
Reviewed-by: art, anthony
art [Thu, 30 Sep 2010 21:06:53 +0400] rev 6641
6860270: JVM crash is occuring when verifying whether Browse action is supported on WinVista 64 bit
Reviewed-by: anthony, uta
dav [Thu, 30 Sep 2010 14:50:36 +0400] rev 6640
6694729: obsolete link in ActionEvent javadoc
Reviewed-by: art
lana [Tue, 28 Sep 2010 11:43:45 -0700] rev 6639
Merge
lana [Tue, 28 Sep 2010 00:20:15 -0700] rev 6638
Merge
omajid [Tue, 28 Sep 2010 10:16:18 -0400] rev 6637
6987945: XDecoratedPeer shouldn't allow to resize a frame to zero size
Reviewed-by: anthony
art [Tue, 28 Sep 2010 14:57:23 +0400] rev 6636
6987896: Modal dialogs resumes the calling thread before it's hidden
Reviewed-by: anthony
ant [Mon, 27 Sep 2010 17:38:57 +0400] rev 6635
6886678: Clicking on parent JFrame's client area does not switch focus from JWindow to JFrame on Windows
Reviewed-by: dcherepanov, art
ant [Mon, 27 Sep 2010 16:11:58 +0400] rev 6634
6505819: Provide traverseIn method for sun.awt.EmbeddedFrame
Reviewed-by: dcherepanov, art