Wed, 30 Jun 2010 16:11:32 -0700 6933322: Add methods highSurrogate(), lowSurrogate() to class Character
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5991
6933322: Add methods highSurrogate(), lowSurrogate() to class Character Summary: Add public variants of methods Surrogate.high, Surrogate.low Reviewed-by: okutsu, sherman Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
Wed, 30 Jun 2010 16:11:32 -0700 6934270: Remove javac warnings from Character.java
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5990
6934270: Remove javac warnings from Character.java Summary: Use generics and conform to coding style Reviewed-by: sherman Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
Wed, 30 Jun 2010 16:11:32 -0700 6963749: Minor improvements to Character.UnicodeBlock
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5989
6963749: Minor improvements to Character.UnicodeBlock Summary: Fix surrogate area docs; make source more readable Reviewed-by: okutsu, sherman Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
Wed, 30 Jun 2010 16:11:32 -0700 6940381: Wording improvements for String.indexOf, String.lastIndexOf
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5988
6940381: Wording improvements for String.indexOf, String.lastIndexOf Summary: Make wording of javadoc clearer and more consistent Reviewed-by: sherman
Wed, 30 Jun 2010 16:11:32 -0700 6937112: String.lastIndexOf confused by unpaired trailing surrogate
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5987
6937112: String.lastIndexOf confused by unpaired trailing surrogate Summary: Rewrite lastIndexOf for performance and correctness Reviewed-by: sherman Contributed-by: Reviewed by Ulf Zibis <ulf.zibis@gmx.de>
Wed, 30 Jun 2010 16:11:32 -0700 6934265: Add public method Character.isBmpCodePoint
martin [Wed, 30 Jun 2010 16:11:32 -0700] rev 5986
6934265: Add public method Character.isBmpCodePoint Summary: Move isBmpCodePoint from sun.nio.cs.Surrogate to Character Reviewed-by: sherman Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
Wed, 30 Jun 2010 16:11:31 -0700 6934268: Better implementation of Character.isValidCodePoint
martin [Wed, 30 Jun 2010 16:11:31 -0700] rev 5985
6934268: Better implementation of Character.isValidCodePoint Summary: Use the cleverest possible bit-twiddling micro-optimizations Reviewed-by: sherman Contributed-by: Ulf Zibis <ulf.zibis@gmx.de>
Tue, 29 Jun 2010 10:50:11 -0700 Merge
lana [Tue, 29 Jun 2010 10:50:11 -0700] rev 5984
Merge
Tue, 29 Jun 2010 17:11:12 +0100 6213702: (so) non-blocking sockets with TCP urgent disabled get still selected for read ops (win)
alanb [Tue, 29 Jun 2010 17:11:12 +0100] rev 5983
6213702: (so) non-blocking sockets with TCP urgent disabled get still selected for read ops (win) Reviewed-by: michaelm, chegar
Mon, 28 Jun 2010 18:25:03 -0700 6856415: Enabling java security manager will make programe thrown wrong exception ( main method not found )
ksrini [Mon, 28 Jun 2010 18:25:03 -0700] rev 5982
6856415: Enabling java security manager will make programe thrown wrong exception ( main method not found ) Reviewed-by: darcy
Mon, 28 Jun 2010 20:52:37 +0100 6961029: java/net/BindException/Test.java should not use wildcard address
chegar [Mon, 28 Jun 2010 20:52:37 +0100] rev 5981
6961029: java/net/BindException/Test.java should not use wildcard address Reviewed-by: michaelm, alanb
Mon, 28 Jun 2010 15:06:24 +0100 Merge
chegar [Mon, 28 Jun 2010 15:06:24 +0100] rev 5980
Merge
Mon, 28 Jun 2010 14:55:25 +0100 6954525: Testcase failure java/net/Authenticator/B4769350.java
chegar [Mon, 28 Jun 2010 14:55:25 +0100] rev 5979
6954525: Testcase failure java/net/Authenticator/B4769350.java Reviewed-by: michaelm, weijun
Fri, 25 Jun 2010 18:34:11 +0100 Merge
alanb [Fri, 25 Jun 2010 18:34:11 +0100] rev 5978
Merge
Fri, 25 Jun 2010 18:31:41 +0100 6963828: TEST_BUG: java/nio/channels/FileTransfer.java takes too long (win)
alanb [Fri, 25 Jun 2010 18:31:41 +0100] rev 5977
6963828: TEST_BUG: java/nio/channels/FileTransfer.java takes too long (win) Reviewed-by: chegar
Fri, 25 Jun 2010 08:44:20 -0700 6964311: Build regression due to rt.jar contents change
ohair [Fri, 25 Jun 2010 08:44:20 -0700] rev 5976
6964311: Build regression due to rt.jar contents change Summary: The fix for 6933622 regressed control builds, this is a workaround fix, filed 6964313 to find the right answer to why it happened and how to fix it correctly. Reviewed-by: alanb, darcy
Thu, 24 Jun 2010 14:26:35 +0800 6946669: SSL/Krb5 should not call EncryptedData.reset(data, false)
weijun [Thu, 24 Jun 2010 14:26:35 +0800] rev 5975
6946669: SSL/Krb5 should not call EncryptedData.reset(data, false) Reviewed-by: xuelei
Thu, 24 Jun 2010 14:26:28 +0800 6844907: krb5 etype order should be from strong to weak
weijun [Thu, 24 Jun 2010 14:26:28 +0800] rev 5974
6844907: krb5 etype order should be from strong to weak Reviewed-by: valeriep
Thu, 24 Jun 2010 14:26:22 +0800 6958026: Problem with PKCS12 keystore
weijun [Thu, 24 Jun 2010 14:26:22 +0800] rev 5973
6958026: Problem with PKCS12 keystore Reviewed-by: mullan
Wed, 23 Jun 2010 17:03:40 -0700 6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks
darcy [Wed, 23 Jun 2010 17:03:40 -0700] rev 5972
6911258: Project Coin: Add essential API support for Automatic Resource Management (ARM) blocks 6911261: Project Coin: Retrofit Automatic Resource Management (ARM) support onto platform APIs 6962571: Infinite loop in printing out Throwable stack traces with circular references Reviewed-by: darcy, alanb Contributed-by: jjb@google.com
Wed, 23 Jun 2010 21:22:27 +0100 Merge
alanb [Wed, 23 Jun 2010 21:22:27 +0100] rev 5971
Merge
Wed, 23 Jun 2010 20:19:29 +0100 6963027: TEST_BUG: channels and buffer tests need to run in samevm mode
alanb [Wed, 23 Jun 2010 20:19:29 +0100] rev 5970
6963027: TEST_BUG: channels and buffer tests need to run in samevm mode Reviewed-by: ohair, sherman, chegar
Wed, 23 Jun 2010 17:25:50 +0400 6931566: NetworkInterface is not working when interface name is more than 15 characters long
dsamersoff [Wed, 23 Jun 2010 17:25:50 +0400] rev 5969
6931566: NetworkInterface is not working when interface name is more than 15 characters long Summary: Separate Linux and Solaris code, use lifreq under Solaris Reviewed-by: chegar
Tue, 22 Jun 2010 19:18:06 -0700 Merge
ohair [Tue, 22 Jun 2010 19:18:06 -0700] rev 5968
Merge
Tue, 22 Jun 2010 17:26:32 -0700 6933622: Duplicate class files in rt.jar and charsets.jar
ohair [Tue, 22 Jun 2010 17:26:32 -0700] rev 5967
6933622: Duplicate class files in rt.jar and charsets.jar 6895003: JarReorder is not excluding a requested file. Reviewed-by: jjg
Tue, 22 Jun 2010 17:07:17 -0700 6939022: Source code adjustments for parfait compilation
ohair [Tue, 22 Jun 2010 17:07:17 -0700] rev 5966
6939022: Source code adjustments for parfait compilation Reviewed-by: jjg
Tue, 22 Jun 2010 16:18:54 -0700 Merge
dcubed [Tue, 22 Jun 2010 16:18:54 -0700] rev 5965
Merge
Tue, 22 Jun 2010 10:54:59 -0700 6942989: 2/2 Memory leak of java.lang.ref.WeakReference objects
dcubed [Tue, 22 Jun 2010 10:54:59 -0700] rev 5964
6942989: 2/2 Memory leak of java.lang.ref.WeakReference objects Summary: Use ReferenceQueues to manage WeakReferences in LogManager and Logger. Reviewed-by: dholmes, alanb, emcmanus, tonyp Contributed-by: jeremymanson@google.com
Tue, 22 Jun 2010 14:22:14 -0400 Merge
sherman [Tue, 22 Jun 2010 14:22:14 -0400] rev 5963
Merge
Tue, 22 Jun 2010 14:04:36 -0400 6963156: TEST_BUG: Several tests under sun/nio/cs failed
sherman [Tue, 22 Jun 2010 14:04:36 -0400] rev 5962
6963156: TEST_BUG: Several tests under sun/nio/cs failed Summary: Updated the test cases and removed them from ProblemList.txt Reviewed-by: alanb
Tue, 22 Jun 2010 10:54:38 -0700 6931871: Rebranding of javadoc generation in makefiles
ohair [Tue, 22 Jun 2010 10:54:38 -0700] rev 5961
6931871: Rebranding of javadoc generation in makefiles 6951293: control docs target does not work on windows Reviewed-by: jjg
Mon, 12 Jul 2010 19:35:11 -0700 Merge
lana [Mon, 12 Jul 2010 19:35:11 -0700] rev 5960
Merge
Fri, 09 Jul 2010 22:07:39 +0400 6963811: Deadlock-prone locking changes in Introspector
malenkov [Fri, 09 Jul 2010 22:07:39 +0400] rev 5959
6963811: Deadlock-prone locking changes in Introspector Reviewed-by: peterz, rupashka
Fri, 09 Jul 2010 19:42:17 +0400 6894597: test/closed/javax/swing/JPopupMenu/6495920/bug6495920.java fails
malenkov [Fri, 09 Jul 2010 19:42:17 +0400] rev 5958
6894597: test/closed/javax/swing/JPopupMenu/6495920/bug6495920.java fails Reviewed-by: alexp, peterz
Thu, 08 Jul 2010 19:09:41 +0400 6520101: FileChooser will cause OutOfMemory when application will run long time
rupashka [Thu, 08 Jul 2010 19:09:41 +0400] rev 5957
6520101: FileChooser will cause OutOfMemory when application will run long time Reviewed-by: peterz
Fri, 02 Jul 2010 19:34:34 +0400 6937415: Some components return undocumented default values under Nimbus LaF
alexp [Fri, 02 Jul 2010 19:34:34 +0400] rev 5956
6937415: Some components return undocumented default values under Nimbus LaF Reviewed-by: peterz
Fri, 02 Jul 2010 19:28:51 +0400 6711682: JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click
alexp [Fri, 02 Jul 2010 19:28:51 +0400] rev 5955
6711682: JCheckBox in JTable: checkbox doesn't alaways respond to the first mouse click Reviewed-by: rupashka
Thu, 01 Jul 2010 18:47:56 +0400 6959266: test javax/swing/JInternalFrame/6725409/bug6725409.java should be modified
malenkov [Thu, 01 Jul 2010 18:47:56 +0400] rev 5954
6959266: test javax/swing/JInternalFrame/6725409/bug6725409.java should be modified Reviewed-by: alexp
Thu, 01 Jul 2010 18:09:45 +0400 4129681: Cannot get a title border to display its label as disabled
malenkov [Thu, 01 Jul 2010 18:09:45 +0400] rev 5953
4129681: Cannot get a title border to display its label as disabled Reviewed-by: alexp, rupashka
Wed, 30 Jun 2010 19:05:50 -0700 Merge
lana [Wed, 30 Jun 2010 19:05:50 -0700] rev 5952
Merge
Tue, 29 Jun 2010 14:42:30 +0400 6963870: NPE in CompoundBorder.getInsets()
peterz [Tue, 29 Jun 2010 14:42:30 +0400] rev 5951
6963870: NPE in CompoundBorder.getInsets() Reviewed-by: alexp Contributed-by: jon.vanalten@redhat.com
Tue, 22 Jun 2010 20:36:55 +0400 6684401: JTree isExpanded should not call itself recursively
alexp [Tue, 22 Jun 2010 20:36:55 +0400] rev 5950
6684401: JTree isExpanded should not call itself recursively Reviewed-by: rupashka
Tue, 22 Jun 2010 19:38:27 +0400 6777378: NullPointerException in XPDefaultRenderer.paint()
alexp [Tue, 22 Jun 2010 19:38:27 +0400] rev 5949
6777378: NullPointerException in XPDefaultRenderer.paint() Reviewed-by: rupashka
Tue, 22 Jun 2010 14:36:46 +0400 6959260: javax/swing/JLabel/6501991/bug6501991.java failed on build 1.7.0-ea-b96
peterz [Tue, 22 Jun 2010 14:36:46 +0400] rev 5948
6959260: javax/swing/JLabel/6501991/bug6501991.java failed on build 1.7.0-ea-b96 Reviewed-by: rupashka
Tue, 22 Jun 2010 12:06:33 +0400 6707234: Method returned by Introspector.internalFindMethod not necessarily most specific
malenkov [Tue, 22 Jun 2010 12:06:33 +0400] rev 5947
6707234: Method returned by Introspector.internalFindMethod not necessarily most specific Reviewed-by: peterz
Mon, 12 Jul 2010 19:33:50 -0700 Merge
lana [Mon, 12 Jul 2010 19:33:50 -0700] rev 5946
Merge
Thu, 08 Jul 2010 11:28:01 -0700 Merge
lana [Thu, 08 Jul 2010 11:28:01 -0700] rev 5945
Merge
Wed, 07 Jul 2010 14:20:22 +0400 6959174: Need to introduce sun.awt.disableGtkFileDialogs system property
dcherepanov [Wed, 07 Jul 2010 14:20:22 +0400] rev 5944
6959174: Need to introduce sun.awt.disableGtkFileDialogs system property Reviewed-by: art, anthony
Tue, 06 Jul 2010 18:23:09 +0400 6966643: GTK FileDialog hangs when user manually closes it
dcherepanov [Tue, 06 Jul 2010 18:23:09 +0400] rev 5943
6966643: GTK FileDialog hangs when user manually closes it Reviewed-by: art
Tue, 06 Jul 2010 17:59:56 +0400 6424157: java.awt.EventQueue push/pop might cause threading issues
art [Tue, 06 Jul 2010 17:59:56 +0400] rev 5942
6424157: java.awt.EventQueue push/pop might cause threading issues Reviewed-by: ant, dcherepanov
Thu, 24 Jun 2010 11:50:18 +0400 6957166: With XAWT, set arguments properly creating a MouseWheelEvent.
yan [Thu, 24 Jun 2010 11:50:18 +0400] rev 5941
6957166: With XAWT, set arguments properly creating a MouseWheelEvent. Summary: swap some parameters to allow bigger values for click count. Reviewed-by: dav
Mon, 12 Jul 2010 19:32:29 -0700 Merge
lana [Mon, 12 Jul 2010 19:32:29 -0700] rev 5940
Merge
Mon, 12 Jul 2010 15:11:20 -0700 6968373: FontUtilities static initializer throws AccessControlException
igor [Mon, 12 Jul 2010 15:11:20 -0700] rev 5939
6968373: FontUtilities static initializer throws AccessControlException Reviewed-by: prr
Mon, 12 Jul 2010 13:16:28 -0700 6959998: Return of SurfaceData_InitOps point not checked in all cases (parfait found these)
igor [Mon, 12 Jul 2010 13:16:28 -0700] rev 5938
6959998: Return of SurfaceData_InitOps point not checked in all cases (parfait found these) Reviewed-by: prr Contributed-by: ohair <kelly.ohair@oracle.com>
Tue, 06 Jul 2010 18:23:14 -0700 6967050: JDK build issues with cygwin/vc2010
igor [Tue, 06 Jul 2010 18:23:14 -0700] rev 5937
6967050: JDK build issues with cygwin/vc2010 Reviewed-by: prr, ohair
Wed, 30 Jun 2010 15:09:24 -0700 Merge
lana [Wed, 30 Jun 2010 15:09:24 -0700] rev 5936
Merge
Tue, 29 Jun 2010 09:48:15 -0700 6943487: NPE in makeMultiCharsetString while printing on linux
prr [Tue, 29 Jun 2010 09:48:15 -0700] rev 5935
6943487: NPE in makeMultiCharsetString while printing on linux Reviewed-by: igor, jgodinez
Thu, 15 Jul 2010 20:11:45 -0700 Added tag jdk7-b101 for changeset 47da38a8c0f0
mikejwre [Thu, 15 Jul 2010 20:11:45 -0700] rev 5934
Added tag jdk7-b101 for changeset 47da38a8c0f0
Wed, 05 Jul 2017 17:17:39 +0200 Merge
duke [Wed, 05 Jul 2017 17:17:39 +0200] rev 5933
Merge
Tue, 20 Jul 2010 18:13:55 -0700 Merge
trims [Tue, 20 Jul 2010 18:13:55 -0700] rev 5932
Merge
Thu, 15 Jul 2010 19:52:58 -0700 Merge
trims [Thu, 15 Jul 2010 19:52:58 -0700] rev 5931
Merge
Thu, 15 Jul 2010 13:48:01 -0700 Merge
never [Thu, 15 Jul 2010 13:48:01 -0700] rev 5930
Merge
Thu, 15 Jul 2010 08:54:48 -0700 6968336: VM crash guarantee(!nm->is_zombie()) failed: cannot lock a zombie method
never [Thu, 15 Jul 2010 08:54:48 -0700] rev 5929
6968336: VM crash guarantee(!nm->is_zombie()) failed: cannot lock a zombie method Reviewed-by: twisti
Wed, 14 Jul 2010 14:47:34 -0700 6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies
kvn [Wed, 14 Jul 2010 14:47:34 -0700] rev 5928
6968368: SIGSEGV in the BCEscapeAnalyzer::copy_dependencies Summary: Use GrowableArray and VectorSet allocated in ciEnv arena. Reviewed-by: never, twisti
Wed, 14 Jul 2010 14:29:14 -0700 6968646: JVM crashes with SIGFPE during startup
kvn [Wed, 14 Jul 2010 14:29:14 -0700] rev 5927
6968646: JVM crashes with SIGFPE during startup Summary: Check that cpuid returns valid values for processor topology (not zeros). Reviewed-by: never, twisti
Mon, 12 Jul 2010 22:27:18 -0700 6968385: malformed xml in sweeper logging
never [Mon, 12 Jul 2010 22:27:18 -0700] rev 5926
6968385: malformed xml in sweeper logging Reviewed-by: kvn
Mon, 12 Jul 2010 10:58:25 -0700 6958668: repeated uncommon trapping for new of klass which is being initialized
never [Mon, 12 Jul 2010 10:58:25 -0700] rev 5925
6958668: repeated uncommon trapping for new of klass which is being initialized Reviewed-by: kvn, jrose
Thu, 08 Jul 2010 14:29:44 -0700 6965184: possible races in make_not_entrant_or_zombie
never [Thu, 08 Jul 2010 14:29:44 -0700] rev 5924
6965184: possible races in make_not_entrant_or_zombie Reviewed-by: kvn
Wed, 14 Jul 2010 17:52:18 -0400 Merge
apangin [Wed, 14 Jul 2010 17:52:18 -0400] rev 5923
Merge
Wed, 07 Jul 2010 15:35:58 -0700 6967423: Hotspot support for modules image
mchung [Wed, 07 Jul 2010 15:35:58 -0700] rev 5922
6967423: Hotspot support for modules image Summary: Add hotspot support for modules image Reviewed-by: acorn
Wed, 07 Jul 2010 14:12:08 -0400 Merge
acorn [Wed, 07 Jul 2010 14:12:08 -0400] rev 5921
Merge
Fri, 02 Jul 2010 17:23:43 -0400 6964164: MonitorInUseLists leak of contended objects
acorn [Fri, 02 Jul 2010 17:23:43 -0400] rev 5920
6964164: MonitorInUseLists leak of contended objects Summary: fix MonitorInUseLists memory leak and MonitorBound now works Reviewed-by: chrisphi, dice
Mon, 12 Jul 2010 12:53:52 -0700 Merge
ysr [Mon, 12 Jul 2010 12:53:52 -0700] rev 5919
Merge
Thu, 01 Jul 2010 21:40:45 -0700 6957084: simplify TaskQueue overflow handling
jcoomes [Thu, 01 Jul 2010 21:40:45 -0700] rev 5918
6957084: simplify TaskQueue overflow handling Reviewed-by: ysr, jmasa
Thu, 15 Jul 2010 19:51:34 -0700 Merge
trims [Thu, 15 Jul 2010 19:51:34 -0700] rev 5917
Merge
Fri, 09 Jul 2010 00:35:35 -0700 Merge
trims [Fri, 09 Jul 2010 00:35:35 -0700] rev 5916
Merge
Wed, 07 Jul 2010 12:40:01 -0700 Merge
never [Wed, 07 Jul 2010 12:40:01 -0700] rev 5915
Merge
Fri, 02 Jul 2010 17:30:30 -0700 6966411: escape.cpp:450 assert(base->Opcode() == Op_ConP
kvn [Fri, 02 Jul 2010 17:30:30 -0700] rev 5914
6966411: escape.cpp:450 assert(base->Opcode() == Op_ConP Summary: Execute IGVN optimization before and after Escape Analysis Reviewed-by: never
Fri, 02 Jul 2010 15:01:47 -0700 6965671: fatal error: acquiring lock JNIGlobalHandle_lock/16 out of order with lock CodeCache_lock/1
never [Fri, 02 Jul 2010 15:01:47 -0700] rev 5913
6965671: fatal error: acquiring lock JNIGlobalHandle_lock/16 out of order with lock CodeCache_lock/1 Reviewed-by: kvn, dcubed
Fri, 09 Jul 2010 00:32:48 -0700 Merge
trims [Fri, 09 Jul 2010 00:32:48 -0700] rev 5912
Merge
Fri, 09 Jul 2010 00:31:01 -0700 Added tag hs19-b03 for changeset 4670a882996f
trims [Fri, 09 Jul 2010 00:31:01 -0700] rev 5911
Added tag hs19-b03 for changeset 4670a882996f
Fri, 02 Jul 2010 01:37:36 -0700 6966252: Bump the HS19 build number to 04
trims [Fri, 02 Jul 2010 01:37:36 -0700] rev 5910
6966252: Bump the HS19 build number to 04 Summary: Update the HS19 build number to 04 Reviewed-by: jcoomes
Fri, 02 Jul 2010 01:36:15 -0700 Merge
trims [Fri, 02 Jul 2010 01:36:15 -0700] rev 5909
Merge
Wed, 30 Jun 2010 11:52:10 -0400 Merge
coleenp [Wed, 30 Jun 2010 11:52:10 -0400] rev 5908
Merge
Mon, 28 Jun 2010 12:03:05 -0400 Merge
coleenp [Mon, 28 Jun 2010 12:03:05 -0400] rev 5907
Merge
Thu, 24 Jun 2010 15:38:42 -0700 6888573: class data sharing does not always disable large pages
jcoomes [Thu, 24 Jun 2010 15:38:42 -0700] rev 5906
6888573: class data sharing does not always disable large pages Reviewed-by: phh
Tue, 22 Jun 2010 10:03:12 -0400 Merge
zgu [Tue, 22 Jun 2010 10:03:12 -0400] rev 5905
Merge
Tue, 22 Jun 2010 09:46:15 -0400 6939019: Source code adjustments for parfait compilation of hotspot
zgu [Tue, 22 Jun 2010 09:46:15 -0400] rev 5904
6939019: Source code adjustments for parfait compilation of hotspot Summary: Minor source code adjustments for parfait compilation, since it uses different compiler vs. JDK Reviewed-by: never, kamg
Tue, 29 Jun 2010 16:09:57 -0700 Merge
jrose [Tue, 29 Jun 2010 16:09:57 -0700] rev 5903
Merge
Tue, 29 Jun 2010 10:34:00 -0700 6964774: Adjust optimization flags setting
kvn [Tue, 29 Jun 2010 10:34:00 -0700] rev 5902
6964774: Adjust optimization flags setting Summary: Adjust performance flags settings. Reviewed-by: never, phh
Mon, 28 Jun 2010 14:54:39 -0700 6677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist()
kvn [Mon, 28 Jun 2010 14:54:39 -0700] rev 5901
6677629: PhaseIterGVN::subsume_node() should call hash_delete() and add_users_to_worklist() Summary: Use replace_node() method instead of subsume_node(). Reviewed-by: jrose, never
Mon, 28 Jun 2010 10:52:50 -0700 6964479: widen normalization of small int and long values should be symmetric
kvn [Mon, 28 Jun 2010 10:52:50 -0700] rev 5900
6964479: widen normalization of small int and long values should be symmetric Summary: normalize widen value in xmeet() and xdual() methods for types Int and Long so the type meet will be symmetric. Reviewed-by: jrose
Sat, 26 Jun 2010 00:19:55 -0700 Merge
jrose [Sat, 26 Jun 2010 00:19:55 -0700] rev 5899
Merge
Wed, 23 Jun 2010 09:40:11 -0700 6947341: JVM Crash running Oracle ATG CRMDemo
kvn [Wed, 23 Jun 2010 09:40:11 -0700] rev 5898
6947341: JVM Crash running Oracle ATG CRMDemo Summary: Missing protected page below heap with compressed oops on Linux with large pages use. Reviewed-by: never, phh, jcoomes
Tue, 22 Jun 2010 12:10:07 -0700 6962980: C1: stub area should take into account method handle deopt stub
iveresov [Tue, 22 Jun 2010 12:10:07 -0700] rev 5897
6962980: C1: stub area should take into account method handle deopt stub Reviewed-by: twisti, never
Mon, 21 Jun 2010 14:26:17 -0700 6656830: assert((*p)->is_oop(),"expected an oop while scanning weak refs")
never [Mon, 21 Jun 2010 14:26:17 -0700] rev 5896
6656830: assert((*p)->is_oop(),"expected an oop while scanning weak refs") Reviewed-by: dcubed, kvn, twisti
(0) -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip