acorn [Fri, 15 Oct 2010 15:12:04 -0400] rev 6969
Merge
acorn [Wed, 13 Oct 2010 11:46:46 -0400] rev 6968
Merge
kamg [Tue, 12 Oct 2010 10:57:33 -0400] rev 6967
6392697: Additional flag needed to supress Hotspot warning messages
Summary: Apply PrintJvmWarnings flag to all warnings
Reviewed-by: coleenp, phh
bobv [Thu, 07 Oct 2010 15:14:41 -0400] rev 6966
Merge
bobv [Thu, 07 Oct 2010 15:12:57 -0400] rev 6965
6989297: Integrate additional portability improvements
Reviewed-by: vladidan, dholmes
coleenp [Thu, 07 Oct 2010 08:06:06 -0700] rev 6964
6983240: guarantee((Solaris::min_stack_allowed >= (StackYellowPages+StackRedPages...) wrong
Summary: min_stack_allowed is a compile time constant and Stack*Pages are settable
Reviewed-by: dholmes, kvn
acorn [Mon, 04 Oct 2010 10:08:29 -0700] rev 6963
Merge
acorn [Mon, 04 Oct 2010 13:11:10 -0400] rev 6962
6763959: java.util.concurrent.locks.LockSupport.parkUntil(0) blocks forever
Summary: Absolute time 0 needs to return immediately.
Reviewed-by: phh, dcubed, dholmes
zgu [Thu, 30 Sep 2010 12:05:08 -0400] rev 6961
6988363: Rebrand vm vendor property settings (jdk7 only)
Summary: Vendor properties should be initialized after JDK version is determined.
Reviewed-by: kamg, ohair, dcubed, dholmes
jcoomes [Thu, 14 Oct 2010 11:57:48 -0700] rev 6960
Merge
jcoomes [Tue, 12 Oct 2010 11:29:45 -0700] rev 6959
6989448: G1: refactor and simplify G1ParScanThreadState
Reviewed-by: iveresov, tonyp
johnc [Tue, 12 Oct 2010 09:36:48 -0700] rev 6958
6971296: G1: simplify G1RemSet class hierarchy
Summary: Remove G1RemSet base class and StupidG1RemSet class; rename HRInto_G1RemSet to just G1RemSet.
Reviewed-by: ysr, tonyp
trims [Thu, 04 Nov 2010 15:19:16 -0700] rev 6957
Added tag hs20-b02 for changeset 9353ae6eae7d
cl [Thu, 04 Nov 2010 15:54:20 -0700] rev 6956
Added tag jdk7-b117 for changeset fa3a454c72a6
cl [Thu, 04 Nov 2010 15:54:14 -0700] rev 6955
Added tag jdk7-b117 for changeset 0a086f450822
duke [Wed, 05 Jul 2017 17:26:05 +0200] rev 6954
Added tag jdk7-b117 for changeset 228e73f288c5
duke [Wed, 05 Jul 2017 17:26:04 +0200] rev 6953
Merge
duke [Wed, 05 Jul 2017 17:26:01 +0200] rev 6952
Merge
cl [Thu, 28 Oct 2010 13:31:55 -0700] rev 6951
Added tag jdk7-b116 for changeset 661f6dc7e63b
duke [Wed, 05 Jul 2017 17:26:00 +0200] rev 6950
Merge
cl [Thu, 28 Oct 2010 13:31:36 -0700] rev 6949
Added tag jdk7-b116 for changeset 4e762faec132
duke [Wed, 05 Jul 2017 17:25:57 +0200] rev 6948
Merge
cl [Thu, 28 Oct 2010 13:31:35 -0700] rev 6947
Added tag jdk7-b116 for changeset 990c6c2dc488
duke [Wed, 05 Jul 2017 17:25:55 +0200] rev 6946
Merge
cl [Thu, 28 Oct 2010 13:31:25 -0700] rev 6945
Added tag jdk7-b116 for changeset 1361b8fed8a0
duke [Wed, 05 Jul 2017 17:25:53 +0200] rev 6944
Merge
cl [Thu, 28 Oct 2010 13:31:42 -0700] rev 6943
Added tag jdk7-b116 for changeset 0141eb3aac61
duke [Wed, 05 Jul 2017 17:25:50 +0200] rev 6942
Merge
cl [Thu, 28 Oct 2010 13:31:30 -0700] rev 6941
Added tag jdk7-b116 for changeset fde203c3a894
cl [Thu, 28 Oct 2010 13:31:20 -0700] rev 6940
Added tag jdk7-b116 for changeset 78706f13dfc3
duke [Wed, 05 Jul 2017 17:25:43 +0200] rev 6939
Added tag jdk7-b116 for changeset a4e6aa1f45ad
duke [Wed, 05 Jul 2017 17:25:43 +0200] rev 6938
Merge
duke [Wed, 05 Jul 2017 17:25:40 +0200] rev 6937
Merge
lana [Tue, 26 Oct 2010 10:58:44 -0700] rev 6936
Merge
lana [Mon, 18 Oct 2010 21:50:47 -0700] rev 6935
Merge
mcimadamore [Mon, 18 Oct 2010 19:14:36 +0100] rev 6934
6991980: polymorphic signature calls don't share the same CP entries
Summary: wrong use of attr env in Infer.java prevents sharing of CP entries for PS calls
Reviewed-by: darcy, jrose
lana [Wed, 13 Oct 2010 17:52:29 -0700] rev 6933
Merge
jjg [Tue, 12 Oct 2010 14:47:51 -0700] rev 6932
6908476: test/tools/javac/T6705935.java fails if non-zip files found on platform class path
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 14:22:55 -0700] rev 6931
6990133: AnnotationProxyMaker.ValueVisitor$1 contains non-transient non-serializable field
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 13:19:47 -0700] rev 6930
4942232: missing param class processes without error
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 13:15:46 -0700] rev 6929
6988407: javac crashes running processor on errant code; it used to print error message
Reviewed-by: darcy
jjg [Tue, 12 Oct 2010 12:55:38 -0700] rev 6928
6989457: javadoc test file test/tools/javadoc/T4994049/FileWithTabs.java probably does not
Reviewed-by: mcimadamore
jjg [Mon, 11 Oct 2010 10:19:57 -0700] rev 6927
6990390: javah -help produces help screen with extraneous output
Reviewed-by: darcy
jjg [Thu, 07 Oct 2010 15:26:32 -0700] rev 6926
6990379: two examples fail under CheckExamples on Windows
Reviewed-by: darcy
jjg [Tue, 05 Oct 2010 17:37:31 -0700] rev 6925
6893932: javah help screen lists -h and -? but does not accept them
Reviewed-by: darcy
jjg [Tue, 05 Oct 2010 11:34:43 -0700] rev 6924
6988836: A new JavacElements is created for each round of annotation processing
Reviewed-by: darcy
cl [Thu, 21 Oct 2010 17:12:55 -0700] rev 6923
Added tag jdk7-b115 for changeset 17f7431708c8
duke [Wed, 05 Jul 2017 17:25:35 +0200] rev 6922
Merge
cl [Thu, 21 Oct 2010 17:12:33 -0700] rev 6921
Added tag jdk7-b115 for changeset 2d6f4aa03058
duke [Wed, 05 Jul 2017 17:25:32 +0200] rev 6920
Merge
cl [Thu, 21 Oct 2010 17:12:33 -0700] rev 6919
Added tag jdk7-b115 for changeset aced6801fb45
duke [Wed, 05 Jul 2017 17:25:30 +0200] rev 6918
Merge
cl [Thu, 21 Oct 2010 17:12:20 -0700] rev 6917
Added tag jdk7-b115 for changeset 1c74ecb366a0
duke [Wed, 05 Jul 2017 17:25:27 +0200] rev 6916
Merge
jqzuo [Tue, 26 Oct 2010 19:48:44 -0400] rev 6915
Merge
herrick [Sat, 16 Oct 2010 12:17:02 -0400] rev 6914
Merge
igor [Thu, 14 Oct 2010 16:45:31 -0700] rev 6913
Merge
herrick [Fri, 08 Oct 2010 11:43:46 -0400] rev 6912
Merge
lana [Tue, 26 Oct 2010 10:57:35 -0700] rev 6911
Merge
lana [Thu, 21 Oct 2010 17:31:43 -0700] rev 6910
6993984: PIT: b116 - Many of the swing test are failing on Solaris
Reviewed-by: anthony, prr
lana [Thu, 21 Oct 2010 16:54:47 -0700] rev 6909
Merge
lana [Mon, 18 Oct 2010 21:50:02 -0700] rev 6908
Merge
coffeys [Mon, 18 Oct 2010 18:04:02 +0100] rev 6907
6974104: TEST: sun/nio/ch/6645197.java should be fixed in 1.5.0u25b05 and jdk6 workspace
Reviewed-by: alanb
chegar [Mon, 18 Oct 2010 16:51:26 +0100] rev 6906
6992545: FindBugs scan - Malicious code vulnerability Warnings in com.sun.net.httpserver.HttpsParameters.*
Reviewed-by: alanb
mullan [Mon, 18 Oct 2010 09:05:49 -0400] rev 6905
Merge
mullan [Mon, 18 Oct 2010 09:00:28 -0400] rev 6904
6988599: CertificateRevokedException specifies name of authority but interacts with authority instance
Reviewed-by: vinnie
alanb [Mon, 18 Oct 2010 10:31:11 +0100] rev 6903
Merge
alanb [Mon, 18 Oct 2010 10:29:59 +0100] rev 6902
4837564: (bf) Please make DirectByteBuffer performance enhancements
Reviewed-by: chegar
ksrini [Thu, 14 Oct 2010 14:55:03 -0700] rev 6901
6746111: Improve pack200 error message
Reviewed-by: jrose
ksrini [Thu, 14 Oct 2010 14:41:08 -0700] rev 6900
6982312: (pack200) pack200 fails with the jdk7 class files
Reviewed-by: jrose
mullan [Fri, 15 Oct 2010 10:59:03 -0400] rev 6899
Merge
mullan [Fri, 15 Oct 2010 10:55:59 -0400] rev 6898
6954275: XML signatures with reference data larger 16KB and cacheRef on fails to validate
Reviewed-by: xuelei
alanb [Fri, 15 Oct 2010 15:09:37 +0100] rev 6897
6743526: (bf) -XX:MaxDirectMemorySize=<size> limits memory usage rather than total capacity as intended
Reviewed-by: chegar
alanb [Fri, 15 Oct 2010 12:10:32 +0100] rev 6896
6976036: Dual-pivot quicksort update (10/2010 tune-up)
Reviewed-by: alanb
Contributed-by: vladimir.yaroslavskiy@oracle.com
valeriep [Thu, 14 Oct 2010 18:01:47 -0700] rev 6895
6850402: Deadlock on sun.security.jca.ProviderConfig starting from jdk7-b55
Summary: Reduced the scope of locking
Reviewed-by: vinnie
valeriep [Thu, 14 Oct 2010 17:59:58 -0700] rev 6894
6988081: Use GetPrimitiveArrayCritical instead GetByteArray to Reduce allocation in some sunpkcs jni wrappers
Summary: Changed to use GetPrimitiveArrayCritical for encryption and decryption.
Reviewed-by: vinnie
lana [Thu, 14 Oct 2010 11:07:15 -0700] rev 6893
Merge
lana [Wed, 13 Oct 2010 17:51:41 -0700] rev 6892
Merge
ksrini [Thu, 14 Oct 2010 09:36:05 -0700] rev 6891
6991164: pack source needs vendor rebranding changes (jdk7 only)
Reviewed-by: ohair, jrose
valeriep [Tue, 12 Oct 2010 17:05:28 -0700] rev 6890
6887853: javadoc for java.lang.Classloader should be more clear
Summary: Updated the relevant javadoc description of java.lang.ClassLoader class w/ additional clarification.
Reviewed-by: mullan
ksrini [Tue, 12 Oct 2010 12:20:44 -0700] rev 6889
Merge
ksrini [Thu, 07 Oct 2010 14:35:14 -0700] rev 6888
6894719: (launcher)The option -no-jre-restrict-search is expected when -jre-no-restrict-search is documented.
Reviewed-by: darcy
chegar [Tue, 12 Oct 2010 17:01:07 +0100] rev 6887
6991300: MimeTable is unsafe
Reviewed-by: alanb, michaelm
chegar [Tue, 12 Oct 2010 11:11:32 +0100] rev 6886
6989690: java/net native code compiler warnings
Reviewed-by: alanb
alanb [Tue, 12 Oct 2010 09:46:17 +0100] rev 6885
6983520: java/io/pathNames/GeneralWin32.java fails with jdk7-b108 (win)
Reviewed-by: sherman
alanb [Tue, 12 Oct 2010 08:49:33 +0100] rev 6884
6728842: File.setReadOnly does not make a directory read-only (win)
6464744: java/io/File/SetAccess.java ignores sticky bit
Reviewed-by: forax
sherman [Mon, 11 Oct 2010 22:32:55 -0700] rev 6883
6984046: java/jar jar/pack source needs vendor rebranding changes (jdk7 only)
Summary: updated to use appropriate vendor name
Reviewed-by: ohair, dholmes
mchung [Mon, 11 Oct 2010 20:22:27 -0700] rev 6882
6977738: Deadlock between java.lang.ClassLoader and java.util.Properties
Reviewed-by: alanb, sherman, darcy, igor
chegar [Mon, 11 Oct 2010 10:55:04 +0100] rev 6881
Merge
chegar [Fri, 08 Oct 2010 11:28:49 +0100] rev 6880
Merge
chegar [Fri, 08 Oct 2010 11:27:55 +0100] rev 6879
Merge
alexp [Fri, 01 Oct 2010 18:39:44 +0400] rev 6878
6622002: UIDefault.ProxyLazyValue has unsafe reflection usage
Reviewed-by: malenkov
michaelm [Thu, 23 Sep 2010 03:22:13 -0700] rev 6877
6986400: Change Cookie to Cookie2 in 6980004 fix
Summary: fix error in previous fix for 6980004
Reviewed-by: chegar
michaelm [Thu, 16 Sep 2010 09:22:51 -0700] rev 6876
6980004: limit HTTP request cookie headers in HttpURLConnection
6961084: limit setting of some request headers in HttpURLConnection
Reviewed-by: chegar
michaelm [Thu, 16 Sep 2010 08:08:06 -0700] rev 6875
6981426: limit use of TRACE method in HttpURLConnection
Reviewed-by: chegar
chegar [Wed, 11 Aug 2010 09:32:38 +0100] rev 6874
6974093: Thread.clone should NOT invoke addUnstarted on started threads
Reviewed-by: dholmes, coffeys
michaelm [Thu, 22 Jul 2010 17:26:33 +0100] rev 6873
6952017: HttpURLConnection chunked encoding issue (Http request splitting)
Reviewed-by: chegar
michaelm [Thu, 22 Jul 2010 16:33:12 +0100] rev 6872
6952603: NetworkInterface reveals local network address to untrusted code
Reviewed-by: chegar
asaha [Fri, 16 Jul 2010 09:26:55 -0700] rev 6871
Merge
asaha [Thu, 08 Jul 2010 08:23:32 -0700] rev 6870
Merge
asaha [Thu, 01 Jul 2010 08:31:39 -0700] rev 6869
Merge
bae [Thu, 01 Jul 2010 12:04:14 +0400] rev 6868
6963489: ZDI-CAN-803: Sun JRE ICC Profile Device Information Tag Remote Code Execution Vulnerability
Reviewed-by: prr
chegar [Wed, 30 Jun 2010 16:24:37 +0100] rev 6867
Merge
chegar [Wed, 30 Jun 2010 16:08:47 +0100] rev 6866
6926623: Thread clone issues
Reviewed-by: hawtin
bae [Wed, 30 Jun 2010 11:32:38 +0400] rev 6865
6963023: ZDI-CAN-809: Sun JRE JPEGImageWriter.writeImage Remote Code Execution Vulnerability
Reviewed-by: prr
asaha [Mon, 28 Jun 2010 13:07:23 -0700] rev 6864
Merge
asaha [Thu, 24 Jun 2010 10:56:00 -0700] rev 6863
Merge
rupashka [Mon, 21 Jun 2010 16:47:05 +0400] rev 6862
6938813: Swing mutable statics
Reviewed-by: peterz, alexp
bae [Fri, 18 Jun 2010 13:18:42 +0400] rev 6861
6925710: IndexColorModel.finalize can be made to double free
Reviewed-by: igor, prr, hawtin
weijun [Thu, 17 Jun 2010 12:59:21 +0800] rev 6860
6958060: Malformed AP-REQ crashes acceptor side
Reviewed-by: valeriep, xuelei
weijun [Thu, 17 Jun 2010 12:59:14 +0800] rev 6859
6957564: Disclosure of DNS server IP address
Reviewed-by: xuelei, chegar
asaha [Tue, 15 Jun 2010 08:12:51 -0700] rev 6858
Merge
asaha [Sun, 13 Jun 2010 07:40:36 -0700] rev 6857
Merge
xuelei [Sat, 12 Jun 2010 00:42:51 -0700] rev 6856
6914943: Implement final TLS renegotiation fix
Summary: RFC 5746 implementation
Reviewed-by: wetmore, weijun
alanb [Mon, 11 Oct 2010 09:17:47 +0100] rev 6855
6987154: HTML link to serialization guide is broken
Reviewed-by: skannan
sherman [Fri, 08 Oct 2010 12:23:25 -0700] rev 6854
6990639: Fix for #6975829 breaks build
Summary: define MIN2 micro
Reviewed-by: alanb
alanb [Fri, 08 Oct 2010 10:37:04 +0100] rev 6853
Merge
alanb [Fri, 08 Oct 2010 10:36:17 +0100] rev 6852
6989116: (verifier) compiler warning messages
Reviewed-by: kamg, ohair
sherman [Thu, 07 Oct 2010 11:35:48 -0700] rev 6851
6975829: Perf. of gzip in existing JDKs is too slower than in 1.3.1
Summary: Improved memory/buffer handling in Inflater.c
Reviewed-by: alanb
alanb [Thu, 07 Oct 2010 14:36:17 +0100] rev 6850
6989466: Miscellaneous compiler warnings in java/lang, java/util, java/io, sun/misc native code
Reviewed-by: andrew, mchung, ohair
alanb [Thu, 07 Oct 2010 10:35:36 +0100] rev 6849
6989903: (process) test/java/lang/ProcessBuilder/Basic.java failing with "Bad file number" (sol)
Reviewed-by: ohair, chegar
darcy [Wed, 06 Oct 2010 21:55:28 -0700] rev 6848
6917323: serializable classes in java.dyn do not specify serialVersionUIDs
Reviewed-by: jrose
lancea [Wed, 06 Oct 2010 10:11:45 -0400] rev 6847
6988317: RowSetProvider.newFactory() may throw unspecified exception
Reviewed-by: darcy
lancea [Wed, 06 Oct 2010 10:09:58 -0400] rev 6846
6988310: SyncFactory.setLogger(Logger,Level) requires unspecified security permission
Reviewed-by: darcy
alanb [Tue, 05 Oct 2010 15:07:40 +0100] rev 6845
6987116: (so) test/java/nio/channels/SocketChannel/VectorIO.java failed on Solaris 11
Reviewed-by: forax
lana [Mon, 18 Oct 2010 21:46:27 -0700] rev 6844
Merge
naoto [Mon, 18 Oct 2010 14:45:00 -0700] rev 6843
6992272: I18N: Locale.getDisplayName() and toString() return empty if just script is set
Reviewed-by: srl
Contributed-by: y.umaoka@gmail.com
lana [Fri, 15 Oct 2010 11:45:30 -0700] rev 6842
Merge
okutsu [Fri, 15 Oct 2010 16:46:18 +0900] rev 6841
6638110: (tz) TimeZone.getDisplayName(...) spec is inconsistent with implementation for unavailable locales
Reviewed-by: peytoia
naoto [Thu, 14 Oct 2010 12:33:20 -0700] rev 6840
6991013: Serialized form for java.util.Locale contains typos
Reviewed-by: peytoia
naoto [Thu, 14 Oct 2010 11:37:22 -0700] rev 6839
6575419: Solaris : XSetICFoucs is not called with Java application at appropriate timing
Reviewed-by: okutsu
alexp [Thu, 14 Oct 2010 18:46:05 +0400] rev 6838
6986385: JLayer should implement accessible interface
Reviewed-by: rupashka
rupashka [Thu, 14 Oct 2010 13:33:00 +0400] rev 6837
6984643: Unable to instantiate JFileChooser with a minimal BasicL&F descendant installed
Reviewed-by: alexp
malenkov [Wed, 13 Oct 2010 15:18:34 +0400] rev 6836
6603635: links to tutorials broken in JTable API doc
Reviewed-by: alexp
naoto [Tue, 12 Oct 2010 17:09:14 -0700] rev 6835
6989440: tomcat test from dacapo benchmark fails with ConcurrentModificationException
Reviewed-by: okutsu
Contributed-by: y.umaoka@gmail.com
peytoia [Fri, 08 Oct 2010 09:50:56 +0900] rev 6834
6970930: RuleBasedCollator.compare(String,null) throws IAE (should be NPE)
Reviewed-by: okutsu
amenkov [Thu, 07 Oct 2010 18:23:13 +0400] rev 6833
6986335: 10 regtest failures (test/javax/sound/midi/Gervil) due AudioFloatConverter.PCM_FLOAT not found
Reviewed-by: dav
amenkov [Thu, 07 Oct 2010 18:13:20 +0400] rev 6832
6984047: sound sources needs vendor rebranding changes (jdk7 only)
Reviewed-by: ohair
rupashka [Thu, 07 Oct 2010 12:48:16 +0400] rev 6831
6979793: closed/javax/swing/JFileChooser/6396844/TwentyThousandTest fails due FileNotFound exc.
Reviewed-by: malenkov
lana [Mon, 18 Oct 2010 21:44:47 -0700] rev 6830
Merge
lana [Sun, 17 Oct 2010 19:43:33 -0700] rev 6829
Merge
dcherepanov [Thu, 14 Oct 2010 18:56:18 +0400] rev 6828
6838089: java.awt.Window.setOpacity() doesn't throw IllegalComponentStateException for two-display conf
Reviewed-by: art, anthony
anthony [Thu, 14 Oct 2010 18:59:15 +0400] rev 6827
6979568: Test failure: test\closed\java\awt\Component\VisibleHwInLwContTest\VisibleHwInLwContTest.html
Summary: Extend iteration to this container in isRecursivelyVisibleUpToHeavyweightContainer()
Reviewed-by: art, dcherepanov
dcherepanov [Thu, 14 Oct 2010 18:24:36 +0400] rev 6826
6991992: Need to forward-port AWT's part of the fix for 6691674
Reviewed-by: art
art [Thu, 14 Oct 2010 14:07:50 +0400] rev 6825
6989721: awt native code compiler warnings
Reviewed-by: yan, uta
dav [Wed, 13 Oct 2010 17:03:13 +0400] rev 6824
6973199: java/awt/Robot/RobotWheelTest/RobotWheelTest.html failed on JDK7 b102 bug passed on b101
Reviewed-by: art, yan
anthony [Tue, 12 Oct 2010 18:20:07 +0400] rev 6823
6990352: SplashScreen.getSplashScreen() does not return null for implicitly closed splash screen
Summary: Mark the splash screen closed when it happens implicitly
Reviewed-by: art, dcherepanov
anthony [Tue, 12 Oct 2010 15:52:58 +0400] rev 6822
6895647: Frame may jump to an unpredicted location upon entering the non-opaque mode on X11
Summary: Make sure the size hints are set before mapping the window on the screen
Reviewed-by: art, dcherepanov
art [Wed, 06 Oct 2010 16:42:15 +0400] rev 6821
6979541: closed/javax/swing/plaf/basic/AWTEventListenerLeak/AWTEventListenerLeak.java fails
Reviewed-by: anthony, ant
art [Tue, 05 Oct 2010 18:13:52 +0400] rev 6820
6828273: javax/swing/system/6799345/TestShutdown.java test fails with RuntimeException.
Reviewed-by: anthony, dcherepanov
art [Tue, 05 Oct 2010 18:12:04 +0400] rev 6819
6829546: Modal dialog causes underlying parent JFrame to be set to "Always on top".
Reviewed-by: anthony, dcherepanov
lana [Mon, 18 Oct 2010 12:43:39 -0700] rev 6818
Merge
jgodinez [Fri, 15 Oct 2010 11:20:31 -0700] rev 6817
6804454: RFE: Provide a way to control the printing dpi resolution from MSIE browser print. See also 6801859
Reviewed-by: igor, prr
bae [Fri, 15 Oct 2010 12:02:06 +0400] rev 6816
6984033: imageio vendor references need to change (jdk7 only)
Reviewed-by: prr, ohair
bae [Fri, 15 Oct 2010 11:26:43 +0400] rev 6815
6773022: java.awt.image.SampleModel.getDataElements() does't throw ArrayIndexOutOfBoundsEx for Integer.MAX_V
Reviewed-by: igor, prr
bae [Fri, 15 Oct 2010 10:42:39 +0400] rev 6814
6725821: Compiler warnings in medialib code
Reviewed-by: igor, prr
bae [Thu, 07 Oct 2010 12:25:23 +0400] rev 6813
6975884: sun/java2d/SunGraphics2D/DrawImageBilinear.java failed
Reviewed-by: prr
bae [Wed, 06 Oct 2010 12:19:54 +0400] rev 6812
6853488: REGRESSION : A black background is seen for a transparent animated gif image for splash screen
Reviewed-by: igor, prr
bae [Tue, 05 Oct 2010 10:23:14 +0400] rev 6811
6976076: sun/java2d/pipe/MutableColorTest/MutableColorTest.java failed
Reviewed-by: igor, prr
cl [Thu, 21 Oct 2010 17:12:41 -0700] rev 6810
Added tag jdk7-b115 for changeset d4a3f4d26885
duke [Wed, 05 Jul 2017 17:25:05 +0200] rev 6809
Merge
cl [Thu, 21 Oct 2010 17:12:26 -0700] rev 6808
Added tag jdk7-b115 for changeset 6c5fa35fa077
cl [Thu, 21 Oct 2010 17:12:19 -0700] rev 6807
Added tag jdk7-b115 for changeset 78cff985750d
duke [Wed, 05 Jul 2017 17:24:57 +0200] rev 6806
Added tag jdk7-b115 for changeset 9cb24917216b
duke [Wed, 05 Jul 2017 17:24:57 +0200] rev 6805
Merge
duke [Wed, 05 Jul 2017 17:24:54 +0200] rev 6804
Merge
cl [Thu, 14 Oct 2010 19:25:23 -0700] rev 6803
Added tag jdk7-b114 for changeset 114c3761ebd8
duke [Wed, 05 Jul 2017 17:24:51 +0200] rev 6802
Merge
cl [Thu, 14 Oct 2010 19:25:03 -0700] rev 6801
Added tag jdk7-b114 for changeset 645f70db28dc
duke [Wed, 05 Jul 2017 17:24:49 +0200] rev 6800
Merge
cl [Thu, 14 Oct 2010 19:25:02 -0700] rev 6799
Added tag jdk7-b114 for changeset 83c0366b459c
duke [Wed, 05 Jul 2017 17:24:46 +0200] rev 6798
Merge
cl [Thu, 14 Oct 2010 19:24:52 -0700] rev 6797
Added tag jdk7-b114 for changeset a8770885b5cb
duke [Wed, 05 Jul 2017 17:24:43 +0200] rev 6796
Merge
jqzuo [Mon, 18 Oct 2010 11:25:28 -0400] rev 6795
Merge
jqzuo [Tue, 12 Oct 2010 13:34:59 -0400] rev 6794
Merge
herrick [Sat, 02 Oct 2010 11:09:04 -0400] rev 6793
Merge
herrick [Fri, 17 Sep 2010 07:11:14 -0400] rev 6792
Merge
herrick [Thu, 16 Sep 2010 12:19:52 -0400] rev 6791
Merge
igor [Tue, 07 Sep 2010 11:28:28 -0700] rev 6790
6982499: ant detection is fragile on windows. especially using cygwin
Reviewed-by: ohair
igor [Tue, 07 Sep 2010 11:24:28 -0700] rev 6789
6982774: HOTSPOT_IMPORT_PATH detection does not work as expected
Reviewed-by: herrick, ohair
jqzuo [Thu, 02 Sep 2010 09:23:28 -0400] rev 6788
Merge
igor [Wed, 01 Sep 2010 09:36:38 -0700] rev 6787
6981436: Variable gets hidden if Defs-javadoc is included
Reviewed-by: ohair
herrick [Fri, 20 Aug 2010 14:48:10 -0400] rev 6786
Merge
igor [Thu, 12 Aug 2010 23:21:17 -0700] rev 6785
6976516: Add support for compiling deploy ws without compiling j2se
Reviewed-by: herrick, ohair
cl [Thu, 14 Oct 2010 19:25:10 -0700] rev 6784
Added tag jdk7-b114 for changeset 59be7b5071f2
duke [Wed, 05 Jul 2017 17:24:37 +0200] rev 6783
Merge
trims [Wed, 20 Oct 2010 16:49:06 -0700] rev 6782
Merge
trims [Thu, 14 Oct 2010 16:05:59 -0700] rev 6781
6992267: Bump the HS20 build number to 02
Summary: Update the HS20 build number to 02
Reviewed-by: jcoomes
trims [Thu, 14 Oct 2010 15:52:41 -0700] rev 6780
Merge
kvn [Thu, 14 Oct 2010 10:46:38 -0700] rev 6779
Merge
roland [Wed, 13 Oct 2010 15:38:14 -0700] rev 6778
Merge
roland [Wed, 13 Oct 2010 10:29:31 +0200] rev 6777
6991211: assert failure on sparc: "can not have caller-save register operands at calls"
Summary: fixes sparc only assert failure following 6972540
Reviewed-by: never
twisti [Wed, 13 Oct 2010 13:31:30 -0700] rev 6776
Merge
twisti [Wed, 13 Oct 2010 01:19:43 -0700] rev 6775
6987555: JSR 292 unboxing to a boolean value fails on big-endian SPARC
Reviewed-by: never, jrose
iveresov [Tue, 12 Oct 2010 23:51:20 -0700] rev 6774
6991512: G1 barriers fail with 64bit C1
Summary: Fix compare-and-swap intrinsic problem with G1 post-barriers and issue with branch ranges in G1 stubs on sparc
Reviewed-by: never, kvn
twisti [Tue, 12 Oct 2010 02:21:06 -0700] rev 6773
6991065: missed a review comment in 6829194
Reviewed-by: kvn
twisti [Mon, 11 Oct 2010 04:18:58 -0700] rev 6772
6829194: JSR 292 needs to support compressed oops
Reviewed-by: kvn, jrose
twisti [Fri, 08 Oct 2010 02:42:17 -0700] rev 6771
6990549: Zero and Shark fixes after 6978355 and 6953144
Reviewed-by: twisti
Contributed-by: Gary Benson <gbenson@redhat.com>
never [Thu, 07 Oct 2010 21:40:55 -0700] rev 6770
6980792: Crash "exception happened outside interpreter, nmethods and vtable stubs (1)"
Reviewed-by: kvn
jcoomes [Fri, 08 Oct 2010 09:29:09 -0700] rev 6769
Merge
tonyp [Fri, 01 Oct 2010 16:43:05 -0400] rev 6768
6980838: G1: guarantee(false) failed: thread has an unexpected active value in its SATB queue
Summary: Under certain circumstances a safepoint could happen between a JavaThread object being created and that object being added to the Java threads list. This could cause the active field of that thread's SATB queue to get out-of-sync with respect to the other Java threads. The solution is to activate the SATB queue, when necessary, before adding the thread to the Java threads list, not when the JavaThread object is created. The changeset also includes a small fix to rename the surrogate locker thread from "Surrogate Locker Thread (CMS)" to "Surrogate Locker Thread (Concurrent GC)" since it's also used in G1.
Reviewed-by: iveresov, ysr, johnc, jcoomes
johnc [Fri, 01 Oct 2010 21:48:40 -0700] rev 6767
Merge
johnc [Fri, 01 Oct 2010 18:23:16 -0700] rev 6766
6983311: G1: LoopTest hangs when run with -XX:+ExplicitInvokesConcurrent
Summary: Clear the concurrent marking "in progress" flag while the FullGCCount_lock is held. This avoids a race that can cause back to back System.gc() calls, when ExplicitGCInvokesConcurrent is enabled, to fail to initiate a marking cycle causing the requesting thread to hang.
Reviewed-by: tonyp, ysr
ysr [Fri, 01 Oct 2010 16:12:54 -0700] rev 6765
6794422: Perm gen expansion policy for concurrent collectors
Summary: Concurrent collectors should expand the perm gen without a full STW GC, but possibly by triggering a concurrent collection. Temporary band-aid for G1 where no concurrent collection is kicked off since the perm gen is not collected concurrently.
Reviewed-by: johnc
jcoomes [Thu, 30 Sep 2010 12:15:13 -0700] rev 6764
6988678: fatal error deadlock handling was unintentionally disabled
Reviewed-by: ysr
ysr [Wed, 29 Sep 2010 16:17:02 -0700] rev 6763
6692906: CMS: parallel concurrent marking may be prone to hanging or stalling mutators for periods of time
Summary: Inserted missing yield(check)s in closures used during the work-stealing phase of parallel concurrent marking, a missing synchronous yield-request in the cms perm gen allocation path, and a terminator-terminator for the offer_termination invocation that monitors the yield status of the concurrent marking task. Elaborated some documentation comments and made some task queue termination loop flags configurable at start-up to aid debugging in the field.
Reviewed-by: jmasa, johnc, poonam
jcoomes [Tue, 28 Sep 2010 15:56:15 -0700] rev 6762
6423256: GC stacks should use a better data structure
6942771: SEGV in ParScanThreadState::take_from_overflow_stack
Reviewed-by: apetrusenko, ysr, pbk
johnc [Tue, 28 Sep 2010 09:51:37 -0700] rev 6761
6941395: G1: Use only lock-free versions of region stack push() and pop()
Summary: Re-enable use of the lock-free versions of region stack push() and pop() by recording aborted regions in a thread-local structure, which are then processed when scanning of the region stack restarts. The previous locking versions of these routines are retained for diagnostic purposes.
Reviewed-by: tonyp, ysr
jcoomes [Wed, 08 Sep 2010 16:10:51 -0700] rev 6760
6983296: build sanity checks for jdk7 should require SS12u1
Reviewed-by: ohair
jmasa [Mon, 20 Sep 2010 14:38:38 -0700] rev 6759
6984287: Regularize how GC parallel workers are specified.
Summary: Associate number of GC workers with the workgang as opposed to the task.
Reviewed-by: johnc, ysr
kvn [Wed, 06 Oct 2010 14:18:32 -0700] rev 6758
Merge
never [Tue, 05 Oct 2010 17:38:40 -0700] rev 6757
6989736: fix mapfile warnings on solaris
Reviewed-by: kvn, iveresov, jcoomes
never [Tue, 05 Oct 2010 11:16:12 -0700] rev 6756
6988018: dtrace/hotspot/MethodInvocation/MethodInvocation002 crashes with client compiler
Reviewed-by: iveresov, kvn, kamg
kvn [Tue, 05 Oct 2010 08:57:20 -0700] rev 6755
6979458: VM crashes when -XX:ObjectAlignmentInBytes is too big
Summary: Set upper limit 256 for ObjectAlignmentInBytes value.
Reviewed-by: never, iveresov
iveresov [Tue, 05 Oct 2010 00:19:21 -0700] rev 6754
6989368: Regression in scimark2.MonteCarlo in jdk7_b112 on Linux
Summary: Fix ciMethod::instructions_size() to return correct value
Reviewed-by: kvn, twisti
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