Fri, 11 Jun 2010 18:55:45 -0700 6944584: Improvements to subprocess handling on Unix
martin [Fri, 11 Jun 2010 18:55:45 -0700] rev 5786
6944584: Improvements to subprocess handling on Unix Summary: use thread pool for reaper thread; move most I/O operations out of reaper thread Reviewed-by: michaelm, hiroshi
Sat, 12 Jun 2010 01:32:43 +0100 6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror
andrew [Sat, 12 Jun 2010 01:32:43 +0100] rev 5785
6959197: When building with JAVAC_MAX_WARNINGS=true, the build fails in sun/nio/cs due to the use of -Werror Summary: Remove unneeded casts, add generic types and make better use of static data Reviewed-by: sherman
Fri, 11 Jun 2010 14:47:22 +0100 6938230: (so) SocketAdaptor.close() does not translate IOException resulting in Error
alanb [Fri, 11 Jun 2010 14:47:22 +0100] rev 5784
6938230: (so) SocketAdaptor.close() does not translate IOException resulting in Error Reviewed-by: chegar
Fri, 11 Jun 2010 14:31:26 +0100 6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java
alanb [Fri, 11 Jun 2010 14:31:26 +0100] rev 5783
6934585: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Basic.java Reviewed-by: chegar
Fri, 11 Jun 2010 11:38:36 +0800 6958869: regression: PKIXValidator fails when multiple trust anchors have same dn
weijun [Fri, 11 Jun 2010 11:38:36 +0800] rev 5782
6958869: regression: PKIXValidator fails when multiple trust anchors have same dn Reviewed-by: xuelei, wetmore, mullan
Thu, 10 Jun 2010 15:55:26 -0700 6959259: Minor improvements to static Random field caching
martin [Thu, 10 Jun 2010 15:55:26 -0700] rev 5781
6959259: Minor improvements to static Random field caching Summary: Cache fields in locals; small javadoc clarifications Reviewed-by: emcmanus, dholmes, forax, dl
Thu, 10 Jun 2010 15:54:25 -0700 6960394: Stop linking with -lnsl on Linux
martin [Thu, 10 Jun 2010 15:54:25 -0700] rev 5780
6960394: Stop linking with -lnsl on Linux Summary: Define LIBNSL (like LIBSOCKET), non-empty only on Solaris Reviewed-by: ohair
Thu, 10 Jun 2010 14:21:37 -0700 Merge
mchung [Thu, 10 Jun 2010 14:21:37 -0700] rev 5779
Merge
Thu, 10 Jun 2010 14:14:17 -0700 6959965: jstat: Add new -classload option to print class loading statistics
mchung [Thu, 10 Jun 2010 14:14:17 -0700] rev 5778
6959965: jstat: Add new -classload option to print class loading statistics Summary: Add a new jstat -classload option Reviewed-by: alanb
Wed, 09 Jun 2010 18:51:32 +0100 6935563: (dc) Improve connection reset/port unreachable handling [win]
alanb [Wed, 09 Jun 2010 18:51:32 +0100] rev 5777
6935563: (dc) Improve connection reset/port unreachable handling [win] Reviewed-by: chegar
Tue, 08 Jun 2010 18:52:17 -0700 6935997: Please add a nested throwable constructor to AssertionError
darcy [Tue, 08 Jun 2010 18:52:17 -0700] rev 5776
6935997: Please add a nested throwable constructor to AssertionError Reviewed-by: martin, forax, wetmore
Tue, 08 Jun 2010 10:46:14 +0100 6957375: java/net/ResponseCache getResponseCode and ResponseCacheTest fail after rebranding
chegar [Tue, 08 Jun 2010 10:46:14 +0100] rev 5775
6957375: java/net/ResponseCache getResponseCode and ResponseCacheTest fail after rebranding Reviewed-by: ohair, wetmore, alanb
Fri, 04 Jun 2010 19:28:53 +0800 6951366: kerberos login failure on win2008 with AD set to win2000 compat mode
weijun [Fri, 04 Jun 2010 19:28:53 +0800] rev 5774
6951366: kerberos login failure on win2008 with AD set to win2000 compat mode Reviewed-by: valeriep, xuelei
Wed, 02 Jun 2010 17:53:54 -0700 6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long)
martin [Wed, 02 Jun 2010 17:53:54 -0700] rev 5773
6955840: ThreadLocalRandom bug - overriden setSeed(long) method is not invoked for java.util.Random(long) Summary: Allow setSeed only during construction Reviewed-by: dl, dholmes
Wed, 02 Jun 2010 09:35:32 +0100 Merge
alanb [Wed, 02 Jun 2010 09:35:32 +0100] rev 5772
Merge
Wed, 02 Jun 2010 09:29:39 +0100 6950927: Testcase failure sun/management/jmxremote/bootstrap/JvmstatCountersTest.java
alanb [Wed, 02 Jun 2010 09:29:39 +0100] rev 5771
6950927: Testcase failure sun/management/jmxremote/bootstrap/JvmstatCountersTest.java Reviewed-by: dholmes, dcubed
Mon, 21 Jun 2010 22:06:28 -0700 Merge
lana [Mon, 21 Jun 2010 22:06:28 -0700] rev 5770
Merge
Tue, 15 Jun 2010 21:32:59 +0400 6739756: JToolBar leaves space for non-visible items under Nimbus L&F
alexp [Tue, 15 Jun 2010 21:32:59 +0400] rev 5769
6739756: JToolBar leaves space for non-visible items under Nimbus L&F Reviewed-by: peterz
Tue, 15 Jun 2010 21:28:22 +0400 6771547: SynthParser throws StringIndexOutOfBoundsException parsing custom ColorTypes
alexp [Tue, 15 Jun 2010 21:28:22 +0400] rev 5768
6771547: SynthParser throws StringIndexOutOfBoundsException parsing custom ColorTypes Reviewed-by: rupashka
Tue, 15 Jun 2010 19:10:42 +0400 6735259: NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408)
alexp [Tue, 15 Jun 2010 19:10:42 +0400] rev 5767
6735259: NPE at WindowsComboBoxUI$XPComboBoxButton.getState(WindowsComboBoxUI.java:408) Reviewed-by: rupashka
Tue, 15 Jun 2010 19:05:44 +0400 6788484: NPE in DefaultTableCellHeaderRenderer.getColumnSortOrder() with null table
alexp [Tue, 15 Jun 2010 19:05:44 +0400] rev 5766
6788484: NPE in DefaultTableCellHeaderRenderer.getColumnSortOrder() with null table Reviewed-by: rupashka
Tue, 15 Jun 2010 17:39:55 +0400 5066685: BorderFactory lacks SoftBevelBorder support
malenkov [Tue, 15 Jun 2010 17:39:55 +0400] rev 5765
5066685: BorderFactory lacks SoftBevelBorder support Reviewed-by: alexp
Thu, 10 Jun 2010 14:18:45 -0700 Merge
lana [Thu, 10 Jun 2010 14:18:45 -0700] rev 5764
Merge
Wed, 02 Jun 2010 12:53:35 +0400 6636983: Japanese text does not display correctly in a JEditorPane
rupashka [Wed, 02 Jun 2010 12:53:35 +0400] rev 5763
6636983: Japanese text does not display correctly in a JEditorPane Reviewed-by: peterz
Wed, 02 Jun 2010 11:59:27 +0400 6857057: api/javax_swing/text/GlyphView/index.html#Methods test fails
rupashka [Wed, 02 Jun 2010 11:59:27 +0400] rev 5762
6857057: api/javax_swing/text/GlyphView/index.html#Methods test fails Reviewed-by: peterz
Mon, 21 Jun 2010 22:05:11 -0700 Merge
lana [Mon, 21 Jun 2010 22:05:11 -0700] rev 5761
Merge
Fri, 18 Jun 2010 17:13:26 +0400 6961754: JCK tests CvsEventTest0001 and CvsEventTest0002 fail under FF 3.5 on OEL 5
anthony [Fri, 18 Jun 2010 17:13:26 +0400] rev 5760
6961754: JCK tests CvsEventTest0001 and CvsEventTest0002 fail under FF 3.5 on OEL 5 Summary: Check the return value of XlibUtil.translateCoordinates() for null Reviewed-by: art, dcherepanov
Fri, 18 Jun 2010 17:09:28 +0400 6959165: JVM crash during execution FileDialogBufferOverflowTest.html
anthony [Fri, 18 Jun 2010 17:09:28 +0400] rev 5759
6959165: JVM crash during execution FileDialogBufferOverflowTest.html Summary: Add proper synchronization Reviewed-by: art, dcherepanov
Wed, 16 Jun 2010 16:15:57 +0100 6860491: WRAP_TIME_MILLIS incorrectly set
coffeys [Wed, 16 Jun 2010 16:15:57 +0100] rev 5758
6860491: WRAP_TIME_MILLIS incorrectly set Summary: Alter WRAP_TIME_MILLIS to be unsigned Reviewed-by: yan
Wed, 16 Jun 2010 11:26:15 +0400 6959787: java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.html failed on 7b94
anthony [Wed, 16 Jun 2010 11:26:15 +0400] rev 5757
6959787: java/awt/FileDialog/FilenameFilterTest/FilenameFilterTest.html failed on 7b94 Summary: Add a delay to the test to make sure the filename filters are called. Reviewed-by: dcherepanov, art
Mon, 21 Jun 2010 22:04:23 -0700 Merge
lana [Mon, 21 Jun 2010 22:04:23 -0700] rev 5756
Merge
Fri, 18 Jun 2010 11:00:14 -0700 6961633: gui applications cause a jvm crash on windows
prr [Fri, 18 Jun 2010 11:00:14 -0700] rev 5755
6961633: gui applications cause a jvm crash on windows Reviewed-by: ceisserer, bae
Wed, 16 Jun 2010 20:46:10 +0200 6961732: FontMetrics.getLeading() may be negative in freetype-based OpenJDK builds.
neugens [Wed, 16 Jun 2010 20:46:10 +0200] rev 5754
6961732: FontMetrics.getLeading() may be negative in freetype-based OpenJDK builds. Summary: Fix premature integer roundings to preserve correct height, width and descent values for fonts Reviewed-by: prr
Thu, 10 Jun 2010 18:58:31 -0700 Merge
lana [Thu, 10 Jun 2010 18:58:31 -0700] rev 5753
Merge
Thu, 10 Jun 2010 15:00:30 -0700 6952043: Incorrect JNI calls in fontpath.c
igor [Thu, 10 Jun 2010 15:00:30 -0700] rev 5752
6952043: Incorrect JNI calls in fontpath.c Reviewed-by: jgodinez, prr
Tue, 08 Jun 2010 17:52:47 +0100 6959123: Remove use of obsolete png_check_sig function in splashscreen_png.c
andrew [Tue, 08 Jun 2010 17:52:47 +0100] rev 5751
6959123: Remove use of obsolete png_check_sig function in splashscreen_png.c Summary: Avoid use of deprecated libpng macro (removed in some 1.4.x releases) Reviewed-by: prr
Thu, 24 Jun 2010 20:03:10 -0700 Added tag jdk7-b99 for changeset f825b9b605e4
mikejwre [Thu, 24 Jun 2010 20:03:10 -0700] rev 5750
Added tag jdk7-b99 for changeset f825b9b605e4
Wed, 05 Jul 2017 17:16:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:16:26 +0200] rev 5749
Merge
Wed, 30 Jun 2010 18:57:35 -0700 Merge
mikejwre [Wed, 30 Jun 2010 18:57:35 -0700] rev 5748
Merge
Tue, 29 Jun 2010 16:33:41 -0700 6964882: 32 bit JDK does not build on 64 bit Windows platforms
prr [Tue, 29 Jun 2010 16:33:41 -0700] rev 5747
6964882: 32 bit JDK does not build on 64 bit Windows platforms Reviewed-by: ohair, valeriep
Thu, 24 Jun 2010 20:03:00 -0700 Added tag jdk7-b99 for changeset f45234b29a80
mikejwre [Thu, 24 Jun 2010 20:03:00 -0700] rev 5746
Added tag jdk7-b99 for changeset f45234b29a80
Tue, 29 Jun 2010 22:31:31 -0700 Merge
lana [Tue, 29 Jun 2010 22:31:31 -0700] rev 5745
Merge
Mon, 21 Jun 2010 22:06:46 -0700 Merge
lana [Mon, 21 Jun 2010 22:06:46 -0700] rev 5744
Merge
Mon, 21 Jun 2010 11:00:15 -0700 6960853: Cleanup makefiles, remove unused vars etc.
ohair [Mon, 21 Jun 2010 11:00:15 -0700] rev 5743
6960853: Cleanup makefiles, remove unused vars etc. 6959596: Windows fastdebug build broken 6960335: Add top level 'make test' rule that uses test/Makefile, runs all test batches Reviewed-by: alanb
Thu, 24 Jun 2010 20:02:55 -0700 Added tag jdk7-b99 for changeset 3aeed58228be
mikejwre [Thu, 24 Jun 2010 20:02:55 -0700] rev 5742
Added tag jdk7-b99 for changeset 3aeed58228be
Wed, 05 Jul 2017 17:16:17 +0200 Added tag jdk7-b99 for changeset c4c8a5bc54f6
duke [Wed, 05 Jul 2017 17:16:17 +0200] rev 5741
Added tag jdk7-b99 for changeset c4c8a5bc54f6
Wed, 05 Jul 2017 17:16:17 +0200 Merge jdk7-b99
duke [Wed, 05 Jul 2017 17:16:17 +0200] rev 5740
Merge
Wed, 05 Jul 2017 17:16:14 +0200 Merge
duke [Wed, 05 Jul 2017 17:16:14 +0200] rev 5739
Merge
Fri, 18 Jun 2010 15:12:04 -0700 Merge
jrose [Fri, 18 Jun 2010 15:12:04 -0700] rev 5738
Merge
Thu, 13 May 2010 20:01:40 -0700 Merge
jrose [Thu, 13 May 2010 20:01:40 -0700] rev 5737
Merge
Sat, 01 May 2010 15:05:39 -0700 6939134: JSR 292 adjustments to method handle invocation
jrose [Sat, 01 May 2010 15:05:39 -0700] rev 5736
6939134: JSR 292 adjustments to method handle invocation Summary: split MethodHandle.invoke into invokeExact and invokeGeneric Reviewed-by: twisti
Thu, 17 Jun 2010 16:28:21 -0700 Added tag jdk7-b98 for changeset eca02d17ce03
mikejwre [Thu, 17 Jun 2010 16:28:21 -0700] rev 5735
Added tag jdk7-b98 for changeset eca02d17ce03
Wed, 05 Jul 2017 17:16:10 +0200 Merge
duke [Wed, 05 Jul 2017 17:16:10 +0200] rev 5734
Merge
Thu, 17 Jun 2010 16:28:05 -0700 Added tag jdk7-b98 for changeset 2166b8232399
mikejwre [Thu, 17 Jun 2010 16:28:05 -0700] rev 5733
Added tag jdk7-b98 for changeset 2166b8232399
Wed, 05 Jul 2017 17:16:07 +0200 Merge
duke [Wed, 05 Jul 2017 17:16:07 +0200] rev 5732
Merge
Thu, 17 Jun 2010 16:28:04 -0700 Added tag jdk7-b98 for changeset 19fe6cf1559b
mikejwre [Thu, 17 Jun 2010 16:28:04 -0700] rev 5731
Added tag jdk7-b98 for changeset 19fe6cf1559b
Wed, 05 Jul 2017 17:16:05 +0200 Merge
duke [Wed, 05 Jul 2017 17:16:05 +0200] rev 5730
Merge
Thu, 17 Jun 2010 16:27:56 -0700 Added tag jdk7-b98 for changeset 7b1eebf9ecf0
mikejwre [Thu, 17 Jun 2010 16:27:56 -0700] rev 5729
Added tag jdk7-b98 for changeset 7b1eebf9ecf0
Wed, 05 Jul 2017 17:16:02 +0200 Merge
duke [Wed, 05 Jul 2017 17:16:02 +0200] rev 5728
Merge
Sat, 19 Jun 2010 01:14:40 -0700 Merge
jrose [Sat, 19 Jun 2010 01:14:40 -0700] rev 5727
Merge
Tue, 08 Jun 2010 23:08:56 -0700 6939203: JSR 292 needs method handle constants
jrose [Tue, 08 Jun 2010 23:08:56 -0700] rev 5726
6939203: JSR 292 needs method handle constants Summary: Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType to verifier; put in runtime support upcall. Reviewed-by: twisti
Fri, 18 Jun 2010 15:23:57 -0700 Merge
jrose [Fri, 18 Jun 2010 15:23:57 -0700] rev 5725
Merge
Thu, 13 May 2010 20:01:34 -0700 Merge
jrose [Thu, 13 May 2010 20:01:34 -0700] rev 5724
Merge
Mon, 03 May 2010 23:32:47 -0700 6939196: method handle signatures off the boot class path get linkage errors
jrose [Mon, 03 May 2010 23:32:47 -0700] rev 5723
6939196: method handle signatures off the boot class path get linkage errors Summary: Remove workaround from MethodHandleImpl lookup code; add JUnit regression test to MethodHandlesTest. Reviewed-by: twisti
Fri, 30 Apr 2010 23:48:23 -0700 6939134: JSR 292 adjustments to method handle invocation
jrose [Fri, 30 Apr 2010 23:48:23 -0700] rev 5722
6939134: JSR 292 adjustments to method handle invocation Summary: split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces Reviewed-by: twisti
Thu, 17 Jun 2010 16:28:11 -0700 Added tag jdk7-b98 for changeset 3046e368377b
mikejwre [Thu, 17 Jun 2010 16:28:11 -0700] rev 5721
Added tag jdk7-b98 for changeset 3046e368377b
Wed, 05 Jul 2017 17:15:57 +0200 Merge
duke [Wed, 05 Jul 2017 17:15:57 +0200] rev 5720
Merge
Fri, 18 Jun 2010 00:19:10 -0700 Merge
trims [Fri, 18 Jun 2010 00:19:10 -0700] rev 5719
Merge
Fri, 18 Jun 2010 00:09:22 -0700 Merge
trims [Fri, 18 Jun 2010 00:09:22 -0700] rev 5718
Merge
Thu, 10 Jun 2010 08:27:35 -0700 Merge
jmasa [Thu, 10 Jun 2010 08:27:35 -0700] rev 5717
Merge
Mon, 07 Jun 2010 17:46:04 -0700 6953058: G1: A bigapp crashes with SIGSEGV in compiled code
johnc [Mon, 07 Jun 2010 17:46:04 -0700] rev 5716
6953058: G1: A bigapp crashes with SIGSEGV in compiled code Summary: In C2's G1 post write barrier, the loads of the buffer and index fields from the DirtyCardQueue structure may be moved across a safepoint. Use the current value of "control" in the C2 IR to limit how far these loads can move. Reviewed-by: never, iveresov, kvn
Thu, 27 May 2010 13:09:56 -0700 6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax
jcoomes [Thu, 27 May 2010 13:09:56 -0700] rev 5715
6956472: test/runtime/6888954/vmerrors.sh uses ksh-specific syntax Reviewed-by: jmelvin, kvn
Mon, 24 May 2010 17:11:22 -0700 6941378: G1: change default value of G1UseFixedWindowMMUTracker to true
johnc [Mon, 24 May 2010 17:11:22 -0700] rev 5714
6941378: G1: change default value of G1UseFixedWindowMMUTracker to true Summary: Rather than changing the default value of the G1UseFixedWindowMMUTracker, the flag and associated guarantee have been removed. Reviewed-by: jcoomes, tonyp, ysr
Wed, 09 Jun 2010 13:53:58 -0400 Merge
coleenp [Wed, 09 Jun 2010 13:53:58 -0400] rev 5713
Merge
Fri, 04 Jun 2010 17:44:51 -0400 Merge
coleenp [Fri, 04 Jun 2010 17:44:51 -0400] rev 5712
Merge
Thu, 03 Jun 2010 13:34:47 -0400 Merge
acorn [Thu, 03 Jun 2010 13:34:47 -0400] rev 5711
Merge
Thu, 03 Jun 2010 13:21:47 -0400 6852873: Reduce safepoint cleanup time
acorn [Thu, 03 Jun 2010 13:21:47 -0400] rev 5710
6852873: Reduce safepoint cleanup time Summary: New optional flags to reduce inflated monitor cleanup times Reviewed-by: chrisphi, dice
Thu, 27 May 2010 17:06:39 -0400 6930553: classfile format checker allows invalid method descriptor in CONSTANT_NameAndType_info in some cases
kamg [Thu, 27 May 2010 17:06:39 -0400] rev 5709
6930553: classfile format checker allows invalid method descriptor in CONSTANT_NameAndType_info in some cases Summary: Check NameAndType_info signatures aggressively, even when unreferenced Reviewed-by: coleenp, acorn, never
Mon, 07 Jun 2010 14:17:01 -0700 6958485: fix for 6879921 was insufficient
never [Mon, 07 Jun 2010 14:17:01 -0700] rev 5708
6958485: fix for 6879921 was insufficient Reviewed-by: kvn
Fri, 04 Jun 2010 11:18:04 -0700 6958292: C1: Enable parallel compilation
iveresov [Fri, 04 Jun 2010 11:18:04 -0700] rev 5707
6958292: C1: Enable parallel compilation Summary: Enable parallel compilation in C1 Reviewed-by: never, kvn
Thu, 03 Jun 2010 14:20:27 -0700 6958254: -XX:+VerifyOops is broken on x86
kvn [Thu, 03 Jun 2010 14:20:27 -0700] rev 5706
6958254: -XX:+VerifyOops is broken on x86 Summary: save and restore r10 in verify_oop(). Reviewed-by: never
Thu, 17 Jun 2010 23:59:24 -0700 Merge
trims [Thu, 17 Jun 2010 23:59:24 -0700] rev 5705
Merge
Fri, 04 Jun 2010 11:54:35 -0700 Merge
trims [Fri, 04 Jun 2010 11:54:35 -0700] rev 5704
Merge
Thu, 03 Jun 2010 18:18:56 -0700 6958458: Bump the HS19 build number to 03
trims [Thu, 03 Jun 2010 18:18:56 -0700] rev 5703
6958458: Bump the HS19 build number to 03 Summary: Update the HS19 build number to 03 Reviewed-by: jcoomes
Wed, 02 Jun 2010 22:45:42 -0700 Merge
jrose [Wed, 02 Jun 2010 22:45:42 -0700] rev 5702
Merge
Wed, 02 Jun 2010 20:15:33 -0700 6930994: Code cache is full warning should be visible in product
never [Wed, 02 Jun 2010 20:15:33 -0700] rev 5701
6930994: Code cache is full warning should be visible in product Reviewed-by: kvn, twisti, ysr
Wed, 02 Jun 2010 14:23:23 -0700 6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint
never [Wed, 02 Jun 2010 14:23:23 -0700] rev 5700
6956931: assert(SafepointSynchronize::is_at_safepoint()) failed: must be executed at a safepoint Reviewed-by: kvn, dcubed
Wed, 02 Jun 2010 12:02:49 -0700 6957882: nsk/sajdi tests failed with NullPointerException
kvn [Wed, 02 Jun 2010 12:02:49 -0700] rev 5699
6957882: nsk/sajdi tests failed with NullPointerException Summary: VM.getObjectAlignmentInBytes() accesses intxType before it is created. Reviewed-by: never
Wed, 02 Jun 2010 09:49:32 -0700 6954029: Improve implicit null check generation with compressed oops
kvn [Wed, 02 Jun 2010 09:49:32 -0700] rev 5698
6954029: Improve implicit null check generation with compressed oops Summary: Hoist DecodeN instruction above null check Reviewed-by: never, twisti
Sat, 29 May 2010 19:22:32 -0700 6957080: MethodComparator needs stress testing
jrose [Sat, 29 May 2010 19:22:32 -0700] rev 5697
6957080: MethodComparator needs stress testing Summary: Add a stress-test flag for running MethodComparator over many inputs. Fix bugs that crop up. Reviewed-by: kvn
Fri, 28 May 2010 16:23:51 -0700 6957004: MethodComparator uses the wrong CP index accessor
jrose [Fri, 28 May 2010 16:23:51 -0700] rev 5696
6957004: MethodComparator uses the wrong CP index accessor Summary: Change two uses of get_index_u2 to get_index_u2_cpcache; also tweak some debugging print functions Reviewed-by: kvn
Thu, 27 May 2010 22:01:55 -0700 6955349: C1: Make G1 barriers work with x64
iveresov [Thu, 27 May 2010 22:01:55 -0700] rev 5695
6955349: C1: Make G1 barriers work with x64 Summary: This fixes G1 barriers in c1 on x64. Reviewed-by: never
Thu, 27 May 2010 18:01:56 -0700 6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb
kvn [Thu, 27 May 2010 18:01:56 -0700] rev 5694
6916623: Align object to 16 bytes to use Compressed Oops with java heap up to 64Gb Summary: Added new product ObjectAlignmentInBytes flag to control object alignment. Reviewed-by: twisti, ysr, iveresov
Thu, 27 May 2010 09:54:07 -0700 6956164: nightly regressions from 6939207
jrose [Thu, 27 May 2010 09:54:07 -0700] rev 5693
6956164: nightly regressions from 6939207 Summary: Fix errors in 6939207. Reviewed-by: kvn
Tue, 25 May 2010 13:18:49 -0700 Merge
never [Tue, 25 May 2010 13:18:49 -0700] rev 5692
Merge
Mon, 24 May 2010 13:53:38 -0700 6490487: java support on 64 bit solaris x86 machines is broken.
never [Mon, 24 May 2010 13:53:38 -0700] rev 5691
6490487: java support on 64 bit solaris x86 machines is broken. Reviewed-by: kvn, kamg
Tue, 25 May 2010 02:38:48 -0700 6934104: JSR 292 needs to support SPARC C2
twisti [Tue, 25 May 2010 02:38:48 -0700] rev 5690
6934104: JSR 292 needs to support SPARC C2 Summary: C2 for SPARC needs to support JSR 292. Reviewed-by: kvn, never
Mon, 24 May 2010 14:15:14 -0700 Merge
jrose [Mon, 24 May 2010 14:15:14 -0700] rev 5689
Merge
Sun, 23 May 2010 01:38:26 -0700 6939207: refactor constant pool index processing
jrose [Sun, 23 May 2010 01:38:26 -0700] rev 5688
6939207: refactor constant pool index processing Summary: Factored cleanup of instruction decode which prepares for enhanced ldc semantics. Reviewed-by: twisti
Fri, 21 May 2010 02:59:24 -0700 6930772: JSR 292 needs to support SPARC C1
twisti [Fri, 21 May 2010 02:59:24 -0700] rev 5687
6930772: JSR 292 needs to support SPARC C1 Summary: C1 for SPARC needs to support JSR 292. Reviewed-by: never, jrose
Thu, 20 May 2010 06:34:23 -0700 6951083: oops and relocations should part of nmethod not CodeBlob
twisti [Thu, 20 May 2010 06:34:23 -0700] rev 5686
6951083: oops and relocations should part of nmethod not CodeBlob Summary: This moves the oops from Codeblob to nmethod. Reviewed-by: kvn, never
Tue, 01 Jun 2010 11:48:33 -0700 Merge
trims [Tue, 01 Jun 2010 11:48:33 -0700] rev 5685
Merge
Wed, 26 May 2010 14:16:55 -0700 Merge
dcubed [Wed, 26 May 2010 14:16:55 -0700] rev 5684
Merge
Wed, 19 May 2010 10:19:10 -0400 6911922: JVM must throw VerifyError for jsr or jsr_w opcodes in class file v.51+
kamg [Wed, 19 May 2010 10:19:10 -0400] rev 5683
6911922: JVM must throw VerifyError for jsr or jsr_w opcodes in class file v.51+ 6693236: A class file whose version number is greater than to 50.0 must be verified using the typechecker Summary: Disable failover verification for classfiles >= v51 Reviewed-by: never, acorn, dholmes
Thu, 17 Jun 2010 16:27:59 -0700 Added tag jdk7-b98 for changeset cddc74d84e01
mikejwre [Thu, 17 Jun 2010 16:27:59 -0700] rev 5682
Added tag jdk7-b98 for changeset cddc74d84e01
Thu, 17 Jun 2010 16:27:54 -0700 Added tag jdk7-b98 for changeset eda3e9ad64dc
mikejwre [Thu, 17 Jun 2010 16:27:54 -0700] rev 5681
Added tag jdk7-b98 for changeset eda3e9ad64dc
Wed, 05 Jul 2017 17:15:36 +0200 Added tag jdk7-b98 for changeset db6e66012044
duke [Wed, 05 Jul 2017 17:15:36 +0200] rev 5680
Added tag jdk7-b98 for changeset db6e66012044
Wed, 05 Jul 2017 17:15:36 +0200 Merge jdk7-b98
duke [Wed, 05 Jul 2017 17:15:36 +0200] rev 5679
Merge
Wed, 05 Jul 2017 17:15:33 +0200 Merge
duke [Wed, 05 Jul 2017 17:15:33 +0200] rev 5678
Merge
Thu, 10 Jun 2010 13:59:19 -0700 Added tag jdk7-b97 for changeset 8dacdb7bb25b
mikejwre [Thu, 10 Jun 2010 13:59:19 -0700] rev 5677
Added tag jdk7-b97 for changeset 8dacdb7bb25b
Wed, 05 Jul 2017 17:15:31 +0200 Merge
duke [Wed, 05 Jul 2017 17:15:31 +0200] rev 5676
Merge
Thu, 10 Jun 2010 13:59:04 -0700 Added tag jdk7-b97 for changeset 84794cde307a
mikejwre [Thu, 10 Jun 2010 13:59:04 -0700] rev 5675
Added tag jdk7-b97 for changeset 84794cde307a
Wed, 05 Jul 2017 17:15:29 +0200 Merge
duke [Wed, 05 Jul 2017 17:15:29 +0200] rev 5674
Merge
Thu, 10 Jun 2010 13:59:04 -0700 Added tag jdk7-b97 for changeset c537acdc6dba
mikejwre [Thu, 10 Jun 2010 13:59:04 -0700] rev 5673
Added tag jdk7-b97 for changeset c537acdc6dba
Wed, 05 Jul 2017 17:15:26 +0200 Merge
duke [Wed, 05 Jul 2017 17:15:26 +0200] rev 5672
Merge
Thu, 10 Jun 2010 13:58:56 -0700 Added tag jdk7-b97 for changeset 75aee3dfd68e
mikejwre [Thu, 10 Jun 2010 13:58:56 -0700] rev 5671
Added tag jdk7-b97 for changeset 75aee3dfd68e
Wed, 05 Jul 2017 17:15:25 +0200 Merge
duke [Wed, 05 Jul 2017 17:15:25 +0200] rev 5670
Merge
Wed, 16 Jun 2010 15:49:13 -0700 Merge
mikejwre [Wed, 16 Jun 2010 15:49:13 -0700] rev 5669
Merge
Wed, 16 Jun 2010 09:42:39 -0700 6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers
prr [Wed, 16 Jun 2010 09:42:39 -0700] rev 5668
6961079: Build JDK7 for 64 bit Windows using free Windows 7.1 SDK 64 bit compilers Reviewed-by: ohair, jcoomes
Mon, 14 Jun 2010 10:37:29 -0700 6961061: make/tools/freetypecheck doesn't build with VS2010 : breaks openjdk builds
prr [Mon, 14 Jun 2010 10:37:29 -0700] rev 5667
6961061: make/tools/freetypecheck doesn't build with VS2010 : breaks openjdk builds Reviewed-by: ohair
(0) -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip