Tue, 07 Aug 2012 14:31:52 -0700 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
twisti [Tue, 07 Aug 2012 14:31:52 -0700] rev 13424
7188911: nightly failures after JSR 292 lazy method handle update (round 2) Reviewed-by: kvn, jrose
Tue, 24 Jul 2012 10:47:44 -0700 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti [Tue, 24 Jul 2012 10:47:44 -0700] rev 13423
7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, mhaupt, forax Contributed-by: John Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
Thu, 12 Jul 2012 00:12:52 -0700 7127687: MethodType leaks memory due to interning
jrose [Thu, 12 Jul 2012 00:12:52 -0700] rev 13422
7127687: MethodType leaks memory due to interning Summary: Replace internTable with a weak-reference version. Reviewed-by: sundar, forax, brutisso Contributed-by: james.laskey@oracle.com
Thu, 12 Jul 2012 00:12:28 -0700 7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited
jrose [Thu, 12 Jul 2012 00:12:28 -0700] rev 13421
7087658: MethodHandles.Lookup.findVirtual is confused by interface methods that are multiply inherited Reviewed-by: twisti
Thu, 12 Jul 2012 00:11:35 -0700 7129034: VM crash with a field setter method with a filterArguments
jrose [Thu, 12 Jul 2012 00:11:35 -0700] rev 13420
7129034: VM crash with a field setter method with a filterArguments Summary: add null checks before unsafe calls that take a variable base reference; update unit tests Reviewed-by: kvn, twisti
Thu, 12 Jul 2012 00:10:53 -0700 7153157: ClassValue.get does not return if computeValue calls remove
jrose [Thu, 12 Jul 2012 00:10:53 -0700] rev 13419
7153157: ClassValue.get does not return if computeValue calls remove Summary: Track intermediate states more precisely, according to spec. Reviewed-by: twisti, forax
Fri, 10 Aug 2012 10:15:52 -0700 Merge
lana [Fri, 10 Aug 2012 10:15:52 -0700] rev 13418
Merge
Thu, 09 Aug 2012 14:52:12 +0400 7183753: [TEST] Some colon in the diff for this test
dsamersoff [Thu, 09 Aug 2012 14:52:12 +0400] rev 13417
7183753: [TEST] Some colon in the diff for this test Summary: Reference output file contains extra colon Reviewed-by: sspitsyn, mgronlun
Wed, 08 Aug 2012 09:29:32 -0700 7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes
ksrini [Wed, 08 Aug 2012 09:29:32 -0700] rev 13416
7189944: (launcher) test/tools/launcher/Arrrrghs.java needs a couple of minor fixes Reviewed-by: darcy, jgish
Wed, 08 Aug 2012 15:31:22 +0100 7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool
alanb [Wed, 08 Aug 2012 15:31:22 +0100] rev 13415
7189886: (aio) Add test coverage for AsynchronousChannelGroup.withThreadPool Reviewed-by: alanb Contributed-by: amy.lu@oracle.com
Wed, 08 Aug 2012 12:37:02 +0100 7189533: GetJavaProperties should free temporary file if subsequent allocations fails
andrew [Wed, 08 Aug 2012 12:37:02 +0100] rev 13414
7189533: GetJavaProperties should free temporary file if subsequent allocations fails Summary: Add missing calls to free Reviewed-by: alanb, dholmes, sherman
Tue, 07 Aug 2012 20:23:41 -0700 Merge
lana [Tue, 07 Aug 2012 20:23:41 -0700] rev 13413
Merge
Tue, 07 Aug 2012 12:47:45 +0100 7076644: TEST_BUG: test/java/io/File/Basic.java fails with cygwin
alanb [Tue, 07 Aug 2012 12:47:45 +0100] rev 13412
7076644: TEST_BUG: test/java/io/File/Basic.java fails with cygwin Reviewed-by: alanb Contributed-by: Eric Wang <yiming.wang@oracle.com>
Tue, 31 Jul 2012 06:14:28 -0700 7146424: Wildcard expansion for single entry classpath
ksrini [Tue, 31 Jul 2012 06:14:28 -0700] rev 13411
7146424: Wildcard expansion for single entry classpath Reviewed-by: dholmes, darcy, jjh, sherman
Tue, 31 Jul 2012 06:10:01 -0700 7188114: (launcher) need an alternate command line parser for Windows
ksrini [Tue, 31 Jul 2012 06:10:01 -0700] rev 13410
7188114: (launcher) need an alternate command line parser for Windows Reviewed-by: darcy, dholmes, jjh Contributed-by: akhil.arora@oracle.com
Fri, 03 Aug 2012 13:40:03 -0700 7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native
sherman [Fri, 03 Aug 2012 13:40:03 -0700] rev 13409
7188852: Move implementation of De/Inflater.getBytesRead/Writtten() to java from native Summary: re-implemented getBytesRead/Writtten() at java level Reviewed-by: andrew, alanb
Thu, 02 Aug 2012 18:12:18 -0700 7187876: ClassCastException in TCPTransport.executeAcceptLoop
dmocek [Thu, 02 Aug 2012 18:12:18 -0700] rev 13408
7187876: ClassCastException in TCPTransport.executeAcceptLoop Reviewed-by: dholmes, smarks
Thu, 02 Aug 2012 10:42:19 -0400 Merge
mullan [Thu, 02 Aug 2012 10:42:19 -0400] rev 13407
Merge
Thu, 02 Aug 2012 10:40:24 -0400 7026347: Certificate and X509CRL should have verify(PublicKey key, Provider sigProvider)
mullan [Thu, 02 Aug 2012 10:40:24 -0400] rev 13406
7026347: Certificate and X509CRL should have verify(PublicKey key, Provider sigProvider) Reviewed-by: mullan, xuelei, weijun Contributed-by: jason.uh@oracle.com
Wed, 01 Aug 2012 22:13:12 +0100 6844255: Potential stack corruption in GetJavaProperties
omajid [Wed, 01 Aug 2012 22:13:12 +0100] rev 13405
6844255: Potential stack corruption in GetJavaProperties Summary: Use dynamically allocated buffers for temp and encoding. Reviewed-by: alanb, andrew
Fri, 27 Jul 2012 16:17:11 -0400 6914123: (str) Missing synchronization in java.lang.String#contentEquals(CharSequence)
jgish [Fri, 27 Jul 2012 16:17:11 -0400] rev 13404
6914123: (str) Missing synchronization in java.lang.String#contentEquals(CharSequence) Summary: Change contentEquals( CharSequence cs ) to do synchronization if cs is a StringBuffer Reviewed-by: mduigou Contributed-by: Jim Gish <jim.gish@oracle.com>
Wed, 01 Aug 2012 11:08:11 -0400 Merge
mullan [Wed, 01 Aug 2012 11:08:11 -0400] rev 13403
Merge
Wed, 01 Aug 2012 11:06:44 -0400 7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID
mullan [Wed, 01 Aug 2012 11:06:44 -0400] rev 13402
7179715: OCSP revocation checking fails if the signer certificate is identified using the key ID Reviewed-by: vinnie
Thu, 09 Aug 2012 18:02:01 -0700 Added tag jdk8-b51 for changeset 1325e8a540e5
katleman [Thu, 09 Aug 2012 18:02:01 -0700] rev 13401
Added tag jdk8-b51 for changeset 1325e8a540e5
Wed, 05 Jul 2017 18:19:08 +0200 Merge
duke [Wed, 05 Jul 2017 18:19:08 +0200] rev 13400
Merge
Fri, 10 Aug 2012 23:07:38 -0700 Added tag hs24-b20 for changeset 25eb3939c390
amurillo [Fri, 10 Aug 2012 23:07:38 -0700] rev 13399
Added tag hs24-b20 for changeset 25eb3939c390
Fri, 10 Aug 2012 17:50:24 -0700 Merge
twisti [Fri, 10 Aug 2012 17:50:24 -0700] rev 13398
Merge
Fri, 10 Aug 2012 15:50:49 -0700 Merge
twisti [Fri, 10 Aug 2012 15:50:49 -0700] rev 13397
Merge
Tue, 07 Aug 2012 14:32:08 -0700 7188911: nightly failures after JSR 292 lazy method handle update (round 2)
twisti [Tue, 07 Aug 2012 14:32:08 -0700] rev 13396
7188911: nightly failures after JSR 292 lazy method handle update (round 2) Reviewed-by: kvn, jrose
Wed, 01 Aug 2012 14:44:26 -0700 7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13
twisti [Wed, 01 Aug 2012 14:44:26 -0700] rev 13395
7188276: JSR 292: assert(ct == T_OBJECT) failed: rt=T_OBJECT, ct=13 Reviewed-by: kvn, jrose
Wed, 01 Aug 2012 14:10:32 -0700 7188227: VM should recognize M-series SPARC
kvn [Wed, 01 Aug 2012 14:10:32 -0700] rev 13394
7188227: VM should recognize M-series SPARC Summary: Check kstat data for SPARC-M. Reviewed-by: roland
Mon, 30 Jul 2012 09:49:25 -0700 7187454: stack overflow in C2 compiler thread on Solaris x86
kvn [Mon, 30 Jul 2012 09:49:25 -0700] rev 13393
7187454: stack overflow in C2 compiler thread on Solaris x86 Summary: Added new FormatBufferResource class to use thread's resource area for error message buffer. Reviewed-by: twisti
Fri, 27 Jul 2012 16:14:15 -0700 7187290: nightly failures after JSR 292 lazy method handle update
twisti [Fri, 27 Jul 2012 16:14:15 -0700] rev 13392
7187290: nightly failures after JSR 292 lazy method handle update Reviewed-by: kvn, twisti
Tue, 24 Jul 2012 10:51:00 -0700 7023639: JSR 292 method handle invocation needs a fast path for compiled code
twisti [Tue, 24 Jul 2012 10:51:00 -0700] rev 13391
7023639: JSR 292 method handle invocation needs a fast path for compiled code 6984705: JSR 292 method handle creation should not go through JNI Summary: remove assembly code for JDK 7 chained method handles Reviewed-by: jrose, twisti, kvn, mhaupt Contributed-by: John Rose <john.r.rose@oracle.com>, Christian Thalinger <christian.thalinger@oracle.com>, Michael Haupt <michael.haupt@oracle.com>
Fri, 03 Aug 2012 13:24:02 -0700 7189086: new hotspot build - hs24-b20
amurillo [Fri, 03 Aug 2012 13:24:02 -0700] rev 13390
7189086: new hotspot build - hs24-b20 Reviewed-by: jcoomes
Thu, 09 Aug 2012 18:00:58 -0700 Added tag jdk8-b51 for changeset 90fa336b0a49
katleman [Thu, 09 Aug 2012 18:00:58 -0700] rev 13389
Added tag jdk8-b51 for changeset 90fa336b0a49
Thu, 09 Aug 2012 18:00:28 -0700 Added tag jdk8-b51 for changeset 3cb655c7a1f2
katleman [Thu, 09 Aug 2012 18:00:28 -0700] rev 13388
Added tag jdk8-b51 for changeset 3cb655c7a1f2
Wed, 05 Jul 2017 18:18:57 +0200 Added tag jdk8-b51 for changeset 382651d28f25
duke [Wed, 05 Jul 2017 18:18:57 +0200] rev 13387
Added tag jdk8-b51 for changeset 382651d28f25
Wed, 05 Jul 2017 18:18:57 +0200 Merge jdk8-b51
duke [Wed, 05 Jul 2017 18:18:57 +0200] rev 13386
Merge
Wed, 05 Jul 2017 18:18:53 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:53 +0200] rev 13385
Merge
Thu, 02 Aug 2012 15:37:22 -0700 Added tag jdk8-b50 for changeset 1081f6a5c2ef
katleman [Thu, 02 Aug 2012 15:37:22 -0700] rev 13384
Added tag jdk8-b50 for changeset 1081f6a5c2ef
Wed, 05 Jul 2017 18:18:50 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:50 +0200] rev 13383
Merge
Thu, 02 Aug 2012 15:35:19 -0700 Added tag jdk8-b50 for changeset 4b4d56b18674
katleman [Thu, 02 Aug 2012 15:35:19 -0700] rev 13382
Added tag jdk8-b50 for changeset 4b4d56b18674
Wed, 05 Jul 2017 18:18:47 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:47 +0200] rev 13381
Merge
Thu, 02 Aug 2012 15:35:03 -0700 Added tag jdk8-b50 for changeset c0935ebf58d0
katleman [Thu, 02 Aug 2012 15:35:03 -0700] rev 13380
Added tag jdk8-b50 for changeset c0935ebf58d0
Wed, 05 Jul 2017 18:18:43 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:43 +0200] rev 13379
Merge
Thu, 02 Aug 2012 15:32:46 -0700 Added tag jdk8-b50 for changeset 48c6010d07a1
katleman [Thu, 02 Aug 2012 15:32:46 -0700] rev 13378
Added tag jdk8-b50 for changeset 48c6010d07a1
Wed, 05 Jul 2017 18:18:40 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:40 +0200] rev 13377
Merge
Mon, 06 Aug 2012 15:53:34 -0700 Merge
lana [Mon, 06 Aug 2012 15:53:34 -0700] rev 13376
Merge
Tue, 31 Jul 2012 18:38:38 -0700 Merge
lana [Tue, 31 Jul 2012 18:38:38 -0700] rev 13375
Merge
Mon, 30 Jul 2012 22:32:59 +0100 7120665: Change Java SE spec so that external networking not required
michaelm [Mon, 30 Jul 2012 22:32:59 +0100] rev 13374
7120665: Change Java SE spec so that external networking not required Reviewed-by: alanb
Mon, 30 Jul 2012 04:57:27 +0100 7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win]
dxu [Mon, 30 Jul 2012 04:57:27 +0100] rev 13373
7185340: TEST_BUG: java/nio/channels/AsynchronousSocketChannel/Leaky.java failing intermittently [win] Reviewed-by: alanb
Fri, 27 Jul 2012 22:26:19 -0700 Merge
lana [Fri, 27 Jul 2012 22:26:19 -0700] rev 13372
Merge
Fri, 27 Jul 2012 16:53:15 -0700 7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup
dmocek [Fri, 27 Jul 2012 16:53:15 -0700] rev 13371
7186111: fix bugs in java/rmi/activation/ActivationSystem/unregisterGroup/UnregisterGroup Reviewed-by: smarks, jgish
Thu, 26 Jul 2012 22:00:55 +0100 7179879: SSLSocket connect times out instead of throwing socket closed exception
coffeys [Thu, 26 Jul 2012 22:00:55 +0100] rev 13370
7179879: SSLSocket connect times out instead of throwing socket closed exception Reviewed-by: xuelei, chegar
Thu, 26 Jul 2012 20:38:44 +0800 7187051: ShortRSAKeynnn.sh tests should do cleanup before start test
weijun [Thu, 26 Jul 2012 20:38:44 +0800] rev 13369
7187051: ShortRSAKeynnn.sh tests should do cleanup before start test Reviewed-by: xuelei
Wed, 25 Jul 2012 12:47:28 -0700 7186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly build
sherman [Wed, 25 Jul 2012 12:47:28 -0700] rev 13368
7186829: test/sun/nio/cs/OLD/JIS_X_0201_OLD.java failed in jdk8 TL nightly build Summary: fixed the test case Reviewed-by: alanb
Tue, 24 Jul 2012 13:38:50 -0700 7184287: (prefs) BackingStoreException when calling flush on root node[macosx]
khazra [Tue, 24 Jul 2012 13:38:50 -0700] rev 13367
7184287: (prefs) BackingStoreException when calling flush on root node[macosx] Summary: Change implementation to enable user without administrative privileges to call flush Reviewed-by: alanb
Tue, 24 Jul 2012 12:17:39 -0700 6653797: Reimplement JDK charset repository charsets.jar
sherman [Tue, 24 Jul 2012 12:17:39 -0700] rev 13366
6653797: Reimplement JDK charset repository charsets.jar Summary: Migrated all jis based charsets to new implementation Reviewed-by: okutsu
Tue, 24 Jul 2012 03:31:44 -0700 7185576: Need to consider the connection timeout at test/com/sun/jndi/ldap/InvalidLdapFilters.java
xuelei [Tue, 24 Jul 2012 03:31:44 -0700] rev 13365
7185576: Need to consider the connection timeout at test/com/sun/jndi/ldap/InvalidLdapFilters.java Reviewed-by: vinnie
Tue, 24 Jul 2012 09:20:44 +0800 7179796: GSSExceptionImpl outputs duplicate mech oid
weijun [Tue, 24 Jul 2012 09:20:44 +0800] rev 13364
7179796: GSSExceptionImpl outputs duplicate mech oid Reviewed-by: valeriep
Sun, 22 Jul 2012 20:32:12 +0100 6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux
alanb [Sun, 22 Jul 2012 20:32:12 +0100] rev 13363
6633549: (dc) Include-mode filtering of IPv6 sources does not block datagrams on Linux Reviewed-by: chegar
Sat, 21 Jul 2012 19:56:55 +0800 7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout
weijun [Sat, 21 Jul 2012 19:56:55 +0800] rev 13362
7178649: TEST BUG: BadKdc3.java needs improvement to ignore the unlikely but possible timeout Reviewed-by: xuelei
Sat, 21 Jul 2012 19:56:53 +0800 7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes
weijun [Sat, 21 Jul 2012 19:56:53 +0800] rev 13361
7180907: Jarsigner -verify fails if rsa file used sha-256 with authenticated attributes Reviewed-by: xuelei
Thu, 19 Jul 2012 21:23:53 -0700 7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X
sherman [Thu, 19 Jul 2012 21:23:53 -0700] rev 13360
7130915: File.equals does not give expected results when path contains Non-English characters on Mac OS X Summary: to support Unicode nfd/nfc file path on Macos Reviewed-by: alanb
Thu, 19 Jul 2012 18:19:04 +0100 7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently
chegar [Thu, 19 Jul 2012 18:19:04 +0100] rev 13359
7081476: test/java/net/InetSocketAddress/B6469803.java failing intermittently Reviewed-by: chegar Contributed-by: Eric Wang <yiming.wang@oracle.com>
Wed, 18 Jul 2012 15:19:22 -0700 7185051: Remove TestProviderLeak.java from the ProblemList
khazra [Wed, 18 Jul 2012 15:19:22 -0700] rev 13358
7185051: Remove TestProviderLeak.java from the ProblemList Summary: Remove TestProviderLeak.java from jdk test problem list. Reviewed-by: khazra Contributed-by: dan.xu@oracle.com
Mon, 30 Jul 2012 14:31:01 +0400 7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails
alexsch [Mon, 30 Jul 2012 14:31:01 +0400] rev 13357
7184365: closed/java/awt/event/TextEvent/TextEventSequenceTest/TextEventSequenceTest fails Reviewed-by: serb, bagiras
Mon, 30 Jul 2012 13:35:10 +0400 7187618: PropertyDescriptor Performance Slow
malenkov [Mon, 30 Jul 2012 13:35:10 +0400] rev 13356
7187618: PropertyDescriptor Performance Slow Reviewed-by: rupashka
Fri, 27 Jul 2012 22:39:44 -0700 Merge
lana [Fri, 27 Jul 2012 22:39:44 -0700] rev 13355
Merge
Fri, 27 Jul 2012 19:41:24 +0400 7149068: java/awt/Window/Grab/GrabTest.java failed
denis [Fri, 27 Jul 2012 19:41:24 +0400] rev 13354
7149068: java/awt/Window/Grab/GrabTest.java failed Reviewed-by: art, ant
Wed, 25 Jul 2012 19:14:02 +0400 4650871: Classes in sunw.* should be removed from workspace and rt.jar
malenkov [Wed, 25 Jul 2012 19:14:02 +0400] rev 13353
4650871: Classes in sunw.* should be removed from workspace and rt.jar Reviewed-by: art, rupashka
Wed, 25 Jul 2012 13:41:46 +0400 7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests
rupashka [Wed, 25 Jul 2012 13:41:46 +0400] rev 13352
7167780: Hang javasoft.sqe.tests.api.javax.swing.Timer.Ctor2Tests Reviewed-by: alexsch
Tue, 24 Jul 2012 16:26:05 +0400 7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue
alexsch [Tue, 24 Jul 2012 16:26:05 +0400] rev 13351
7129800: [macosx] Regression test OverrideRedirectWindowActivationTest fails due to timing issue Reviewed-by: rupashka
Mon, 23 Jul 2012 17:41:43 +0400 7185512: The printout doesn't match image on screen.
alexsch [Mon, 23 Jul 2012 17:41:43 +0400] rev 13350
7185512: The printout doesn't match image on screen. Reviewed-by: serb, bagiras
Thu, 19 Jul 2012 19:41:59 +0400 7181027: [macosx] Unable to use headless mode
leonidr [Thu, 19 Jul 2012 19:41:59 +0400] rev 13349
7181027: [macosx] Unable to use headless mode Reviewed-by: anthony
Thu, 19 Jul 2012 19:09:30 +0400 7124330: [macosx] javax.swing.JComboBox throws unexpected ClassCastException
rupashka [Thu, 19 Jul 2012 19:09:30 +0400] rev 13348
7124330: [macosx] javax.swing.JComboBox throws unexpected ClassCastException Reviewed-by: kizune
Thu, 02 Aug 2012 15:36:39 -0700 Added tag jdk8-b50 for changeset 9e9deec19f0f
katleman [Thu, 02 Aug 2012 15:36:39 -0700] rev 13347
Added tag jdk8-b50 for changeset 9e9deec19f0f
Wed, 05 Jul 2017 18:18:31 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:31 +0200] rev 13346
Merge
Fri, 03 Aug 2012 13:13:43 -0700 Added tag hs24-b19 for changeset a8397f4de214
amurillo [Fri, 03 Aug 2012 13:13:43 -0700] rev 13345
Added tag hs24-b19 for changeset a8397f4de214
Fri, 03 Aug 2012 13:13:42 -0700 Merge
amurillo [Fri, 03 Aug 2012 13:13:42 -0700] rev 13344
Merge
Tue, 31 Jul 2012 18:37:13 -0700 Merge
dcubed [Tue, 31 Jul 2012 18:37:13 -0700] rev 13343
Merge
Tue, 31 Jul 2012 16:01:56 -0400 7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0
andrew [Tue, 31 Jul 2012 16:01:56 -0400] rev 13342
7186278: Build error after CR#6995781 / 7151532 with GCC 4.7.0 Summary: Templates need this object if not using template parameter in call Reviewed-by: coleenp, kamg, dholmes
Mon, 30 Jul 2012 07:21:15 -0700 Merge
zgu [Mon, 30 Jul 2012 07:21:15 -0700] rev 13341
Merge
Mon, 30 Jul 2012 10:25:52 -0400 7186778: MachO decoder implementation for MacOSX
zgu [Mon, 30 Jul 2012 10:25:52 -0400] rev 13340
7186778: MachO decoder implementation for MacOSX Summary: Implementation of decoder for Apple's MacOSX. The implementation is based on the patch provided by Kevin Walls. Reviewed-by: coleenp, kamg, kevinw
Fri, 27 Jul 2012 21:41:17 -0700 Merge
jmasa [Fri, 27 Jul 2012 21:41:17 -0700] rev 13339
Merge
Thu, 26 Jul 2012 23:43:36 -0700 Merge
jmasa [Thu, 26 Jul 2012 23:43:36 -0700] rev 13338
Merge
Tue, 24 Jul 2012 14:48:58 -0700 Merge
jmasa [Tue, 24 Jul 2012 14:48:58 -0700] rev 13337
Merge
Thu, 19 Jul 2012 15:15:54 -0700 7114678: G1: various small fixes, code cleanup, and refactoring
tonyp [Thu, 19 Jul 2012 15:15:54 -0700] rev 13336
7114678: G1: various small fixes, code cleanup, and refactoring Summary: Various cleanups as a prelude to introducing iterators for HeapRegions. Reviewed-by: johnc, brutisso
Tue, 17 Jul 2012 12:24:05 -0700 7182260: G1: Fine grain RSet freeing bottleneck
johnc [Tue, 17 Jul 2012 12:24:05 -0700] rev 13335
7182260: G1: Fine grain RSet freeing bottleneck Summary: Chain the fine grain PerRegionTables in an individual RSet together and free them in bulk using a single operation. Reviewed-by: johnc, brutisso Contributed-by: Thomas Schatzl <thomas.schatzl@jku.at>
Tue, 17 Jul 2012 14:57:02 -0700 7184772: G1: Incorrect assert in HeapRegionLinkedList::add_as_head()
johnc [Tue, 17 Jul 2012 14:57:02 -0700] rev 13334
7184772: G1: Incorrect assert in HeapRegionLinkedList::add_as_head() Summary: Assertion incorrectly checks that _head is NULL and should be checking that _tail is NULL instead. Reviewed-by: johnc Contributed-by: Brandon Mitchell <brandon@twitter.com>
Tue, 17 Jul 2012 11:52:10 -0700 7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv()
johnc [Tue, 17 Jul 2012 11:52:10 -0700] rev 13333
7173712: G1: Duplicated code in G1UpdateRSOrPushRefOopClosure::do_oop_nv() Summary: Duplicated code from G1RemSet::par_write_ref() inlined into G1UpdateRSOrPushRefOopClosure::do_oop_nv() was showing up in profiles with a fairly high amount of CPU time. Manually inline the main part of G1RemSet::par_write_ref() to eliminate the code duplication. Reviewed-by: azeemj, brutisso
Fri, 27 Jul 2012 16:51:44 -0700 7187463: new hotspot build - hs24-b19
amurillo [Fri, 27 Jul 2012 16:51:44 -0700] rev 13332
7187463: new hotspot build - hs24-b19 Reviewed-by: jcoomes
Thu, 02 Aug 2012 15:33:31 -0700 Added tag jdk8-b50 for changeset 91311c4d5882
katleman [Thu, 02 Aug 2012 15:33:31 -0700] rev 13331
Added tag jdk8-b50 for changeset 91311c4d5882
Thu, 02 Aug 2012 15:32:36 -0700 Added tag jdk8-b50 for changeset 3d3a1c3550f3
katleman [Thu, 02 Aug 2012 15:32:36 -0700] rev 13330
Added tag jdk8-b50 for changeset 3d3a1c3550f3
Wed, 05 Jul 2017 18:18:18 +0200 Added tag jdk8-b50 for changeset 38fe5ab02890
duke [Wed, 05 Jul 2017 18:18:18 +0200] rev 13329
Added tag jdk8-b50 for changeset 38fe5ab02890
Wed, 05 Jul 2017 18:18:18 +0200 Merge jdk8-b50
duke [Wed, 05 Jul 2017 18:18:18 +0200] rev 13328
Merge
Wed, 05 Jul 2017 18:18:14 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:14 +0200] rev 13327
Merge
Thu, 26 Jul 2012 16:48:41 -0700 Added tag jdk8-b49 for changeset b47c53dc4c45
cl [Thu, 26 Jul 2012 16:48:41 -0700] rev 13326
Added tag jdk8-b49 for changeset b47c53dc4c45
Wed, 05 Jul 2017 18:18:11 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:11 +0200] rev 13325
Merge
Thu, 26 Jul 2012 16:48:28 -0700 Added tag jdk8-b49 for changeset 521a481677ff
cl [Thu, 26 Jul 2012 16:48:28 -0700] rev 13324
Added tag jdk8-b49 for changeset 521a481677ff
Wed, 05 Jul 2017 18:18:07 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:07 +0200] rev 13323
Merge
Thu, 26 Jul 2012 16:48:26 -0700 Added tag jdk8-b49 for changeset 23117496a054
cl [Thu, 26 Jul 2012 16:48:26 -0700] rev 13322
Added tag jdk8-b49 for changeset 23117496a054
Wed, 05 Jul 2017 18:18:04 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:04 +0200] rev 13321
Merge
Thu, 26 Jul 2012 16:48:11 -0700 Added tag jdk8-b49 for changeset 530f4983fc73
cl [Thu, 26 Jul 2012 16:48:11 -0700] rev 13320
Added tag jdk8-b49 for changeset 530f4983fc73
Wed, 05 Jul 2017 18:18:01 +0200 Merge
duke [Wed, 05 Jul 2017 18:18:01 +0200] rev 13319
Merge
Thu, 26 Jul 2012 16:48:33 -0700 Added tag jdk8-b49 for changeset be20c8b5a9da
cl [Thu, 26 Jul 2012 16:48:33 -0700] rev 13318
Added tag jdk8-b49 for changeset be20c8b5a9da
Wed, 05 Jul 2017 18:17:57 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:57 +0200] rev 13317
Merge
Fri, 27 Jul 2012 12:08:33 -0700 Added tag hs24-b18 for changeset bf02c20037ae
amurillo [Fri, 27 Jul 2012 12:08:33 -0700] rev 13316
Added tag hs24-b18 for changeset bf02c20037ae
Fri, 27 Jul 2012 12:08:32 -0700 Merge
amurillo [Fri, 27 Jul 2012 12:08:32 -0700] rev 13315
Merge
Thu, 26 Jul 2012 16:55:42 -0700 Merge
jiangli [Thu, 26 Jul 2012 16:55:42 -0700] rev 13314
Merge
Tue, 24 Jul 2012 13:16:26 -0400 Merge
jiangli [Tue, 24 Jul 2012 13:16:26 -0400] rev 13313
Merge
Mon, 16 Jul 2012 15:31:18 -0400 7147464: Java crashed while executing method with over 8k of dneg operations
dlong [Mon, 16 Jul 2012 15:31:18 -0400] rev 13312
7147464: Java crashed while executing method with over 8k of dneg operations Summary: replace recursive method with iterative Reviewed-by: kvn, twisti Contributed-by: dean.long@oracle.com
Thu, 26 Jul 2012 17:24:31 -0400 7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses.
jiangli [Thu, 26 Jul 2012 17:24:31 -0400] rev 13311
7187046: Crash in ClassFileParser on solaris-ia32 during RetransformClasses. Summary: Lower compiler optimization level when compiling jvmtiClassFileReconstituter.cpp as a workaround for the solaris x86 5.10 cc bug. Reviewed-by: kvn, coleenp
Mon, 23 Jul 2012 14:28:38 -0700 7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar
asaha [Mon, 23 Jul 2012 14:28:38 -0700] rev 13310
7185550: TEST: runtime/7020373/Test7020373.sh fails because there is no test/runtime/7020373/testcase.jar Reviewed-by: coleenp
Mon, 23 Jul 2012 13:04:59 -0700 7185775: new hotspot build - hs24-b18
amurillo [Mon, 23 Jul 2012 13:04:59 -0700] rev 13309
7185775: new hotspot build - hs24-b18 Reviewed-by: jcoomes
Mon, 23 Jul 2012 12:54:21 -0700 Added tag hs24-b17 for changeset bc3545585f1d
amurillo [Mon, 23 Jul 2012 12:54:21 -0700] rev 13308
Added tag hs24-b17 for changeset bc3545585f1d
Mon, 23 Jul 2012 12:54:20 -0700 Merge
amurillo [Mon, 23 Jul 2012 12:54:20 -0700] rev 13307
Merge
Fri, 20 Jul 2012 12:09:31 -0400 Merge
coleenp [Fri, 20 Jul 2012 12:09:31 -0400] rev 13306
Merge
Thu, 19 Jul 2012 06:24:46 -0700 Merge
zgu [Thu, 19 Jul 2012 06:24:46 -0700] rev 13305
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip