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
Thu, 19 Jul 2012 09:15:50 -0400 Merge
zgu [Thu, 19 Jul 2012 09:15:50 -0400] rev 13304
Merge
Mon, 16 Jul 2012 14:05:34 -0400 7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address
zgu [Mon, 16 Jul 2012 14:05:34 -0400] rev 13303
7181989: NMT ON: Assertion failure when NMT checks thread's native stack base address Summary: Assertion on stack base is not necessary Reviewed-by: coleenp, dholmes, kvn
Thu, 19 Jul 2012 09:10:12 -0400 Merge
zgu [Thu, 19 Jul 2012 09:10:12 -0400] rev 13302
Merge
Mon, 16 Jul 2012 14:10:34 -0400 7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest
zgu [Mon, 16 Jul 2012 14:10:34 -0400] rev 13301
7181986: NMT ON: Assertion failure when running jdi ExpiredRequestDeletionTest Summary: Changed _query_lock to heap object from static object. Also fixed _query_lock and snapshot lock ranks, so they can participate deadlock detection. Reviewed-by: coleenp, dholmes, kvn
Thu, 19 Jul 2012 09:05:42 -0400 7182543: NMT ON: Aggregate a few NMT related bugs
zgu [Thu, 19 Jul 2012 09:05:42 -0400] rev 13300
7182543: NMT ON: Aggregate a few NMT related bugs Summary: 1) Fixed MemTrackWorker::generations_in_used() calculation 2) Ensured NMT not to leak memory recorders after shutdown 3) Used ThreadCritical to block safepoint safe threads Reviewed-by: acorn, coleenp, dholmes, kvn
Tue, 17 Jul 2012 22:16:17 -0700 7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms
asaha [Tue, 17 Jul 2012 22:16:17 -0700] rev 13299
7053586: TEST: runtime/7020373/Test7020373.sh fails on 64-bit platforms Reviewed-by: kamg
Mon, 16 Jul 2012 04:06:44 -0700 7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM
fparain [Mon, 16 Jul 2012 04:06:44 -0700] rev 13298
7183754: Test runtime/6294277/Test6294277.sh runs wrong JVM Reviewed-by: kamg, coleenp, ctornqvi
Thu, 19 Jul 2012 16:17:41 -0700 Merge
kvn [Thu, 19 Jul 2012 16:17:41 -0700] rev 13297
Merge
Tue, 17 Jul 2012 11:16:13 -0700 Merge
kvn [Tue, 17 Jul 2012 11:16:13 -0700] rev 13296
Merge
Mon, 16 Jul 2012 19:50:52 -0700 Merge
kvn [Mon, 16 Jul 2012 19:50:52 -0700] rev 13295
Merge
Mon, 16 Jul 2012 17:10:22 -0700 7181494: cleanup avx and vectors code
kvn [Mon, 16 Jul 2012 17:10:22 -0700] rev 13294
7181494: cleanup avx and vectors code Summary: renamed mach nodes which use scalar AVX instructions, added integer vectors shuffling instructions Reviewed-by: twisti
Mon, 16 Jul 2012 11:14:41 -0700 7087357: JSR 292: remove obsolete code after 7085860
twisti [Mon, 16 Jul 2012 11:14:41 -0700] rev 13293
7087357: JSR 292: remove obsolete code after 7085860 Reviewed-by: kvn, never
Fri, 13 Jul 2012 17:48:26 -0700 7123926: Some CTW test crash: !_control.contains(ctrl)
kvn [Fri, 13 Jul 2012 17:48:26 -0700] rev 13292
7123926: Some CTW test crash: !_control.contains(ctrl) Summary: Don't eliminate Integer::toString() call node during String concatenation optimization if it has several uses. Reviewed-by: twisti
Thu, 12 Jul 2012 00:39:53 -0700 6711908: JVM needs direct access to some annotations
jrose [Thu, 12 Jul 2012 00:39:53 -0700] rev 13291
6711908: JVM needs direct access to some annotations Summary: Add annotation extraction code to class file parser. Reviewed-by: twisti, jrose, kvn Contributed-by: michael.haupt@oracle.com
Tue, 17 Jul 2012 14:33:17 -0700 Merge
jmasa [Tue, 17 Jul 2012 14:33:17 -0700] rev 13290
Merge
Mon, 16 Jul 2012 13:00:26 -0700 Merge
jmasa [Mon, 16 Jul 2012 13:00:26 -0700] rev 13289
Merge
Wed, 11 Jul 2012 22:47:38 +0200 7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause
brutisso [Wed, 11 Jul 2012 22:47:38 +0200] rev 13288
7178361: G1: Make sure that PrintGC and PrintGCDetails use the same timing for the GC pause Summary: Also reviewed by: vitalyd@gmail.com. Move the timing out of G1CollectorPolicy into the G1GCPhaseTimes class Reviewed-by: johnc
Tue, 17 Jul 2012 12:32:26 -0400 Merge
jiangli [Tue, 17 Jul 2012 12:32:26 -0400] rev 13287
Merge
Fri, 13 Jul 2012 20:14:27 -0400 Merge
jiangli [Fri, 13 Jul 2012 20:14:27 -0400] rev 13286
Merge
Thu, 05 Jul 2012 20:54:45 -0400 7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145.
jiangli [Thu, 05 Jul 2012 20:54:45 -0400] rev 13285
7181632: nsk classLoad001_14 failure and CompileTheWorld crash after 7178145. Summary: Need to copy the inlined exception table to the new constMethodOop during method rewriting. Reviewed-by: coleenp, dholmes
Thu, 05 Jul 2012 18:47:41 -0400 7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop.
jiangli [Thu, 05 Jul 2012 18:47:41 -0400] rev 13284
7180914: Compilation warning after: 7172967: Eliminate the constMethod's _method backpointer to the methodOop. Summary: Use read_pointer(J...) to access from 'constMethod' base in name_for_methodOop(), libjvm_db.c. Reviewed-by: kvn, coleenp
Mon, 02 Jul 2012 04:19:22 -0400 Merge
bdelsart [Mon, 02 Jul 2012 04:19:22 -0400] rev 13283
Merge
Tue, 26 Jun 2012 19:08:44 -0400 7178145: Change constMethodOop::_exception_table to optionally inlined u2 table.
jiangli [Tue, 26 Jun 2012 19:08:44 -0400] rev 13282
7178145: Change constMethodOop::_exception_table to optionally inlined u2 table. Summary: Change constMethodOop::_exception_table to optionally inlined u2 table. Reviewed-by: bdelsart, coleenp, kamg
Fri, 13 Jul 2012 14:16:21 -0700 7184050: new hotspot build - hs24-b17
amurillo [Fri, 13 Jul 2012 14:16:21 -0700] rev 13281
7184050: new hotspot build - hs24-b17 Reviewed-by: jcoomes
Thu, 26 Jul 2012 16:48:17 -0700 Added tag jdk8-b49 for changeset 9e2de5dca700
cl [Thu, 26 Jul 2012 16:48:17 -0700] rev 13280
Added tag jdk8-b49 for changeset 9e2de5dca700
Thu, 26 Jul 2012 16:48:07 -0700 Added tag jdk8-b49 for changeset f66321de53db
cl [Thu, 26 Jul 2012 16:48:07 -0700] rev 13279
Added tag jdk8-b49 for changeset f66321de53db
Wed, 05 Jul 2017 18:17:39 +0200 Added tag jdk8-b49 for changeset cecd7026f30c
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13278
Added tag jdk8-b49 for changeset cecd7026f30c
Wed, 05 Jul 2017 18:17:39 +0200 Merge jdk8-b49
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13277
Merge
Wed, 05 Jul 2017 18:17:35 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:35 +0200] rev 13276
Merge
Tue, 24 Jul 2012 11:05:52 -0700 Merge
lana [Tue, 24 Jul 2012 11:05:52 -0700] rev 13275
Merge
Mon, 16 Jul 2012 17:05:13 -0700 Merge
lana [Mon, 16 Jul 2012 17:05:13 -0700] rev 13274
Merge
Fri, 13 Jul 2012 12:58:50 +0100 7181578: javac reports uninitialized variable with nested try...finally blocks
mcimadamore [Fri, 13 Jul 2012 12:58:50 +0100] rev 13273
7181578: javac reports uninitialized variable with nested try...finally blocks Summary: regression introduced in refactoring of Flow.java Reviewed-by: jjg
Mon, 23 Jul 2012 12:38:49 -0700 Added tag jdk8-b48 for changeset 9d19a5f8d2ad
cl [Mon, 23 Jul 2012 12:38:49 -0700] rev 13272
Added tag jdk8-b48 for changeset 9d19a5f8d2ad
Wed, 05 Jul 2017 18:17:29 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:29 +0200] rev 13271
Merge
Mon, 23 Jul 2012 12:38:24 -0700 Added tag jdk8-b48 for changeset 2bd7c6c12449
cl [Mon, 23 Jul 2012 12:38:24 -0700] rev 13270
Added tag jdk8-b48 for changeset 2bd7c6c12449
Wed, 05 Jul 2017 18:17:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:25 +0200] rev 13269
Merge
Tue, 24 Jul 2012 11:05:30 -0700 Merge
lana [Tue, 24 Jul 2012 11:05:30 -0700] rev 13268
Merge
Mon, 16 Jul 2012 17:02:36 -0700 Merge
lana [Mon, 16 Jul 2012 17:02:36 -0700] rev 13267
Merge
Thu, 12 Jul 2012 21:06:52 -0700 7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled
joehw [Thu, 12 Jul 2012 21:06:52 -0700] rev 13266
7183760: DocumentBuilder.parse(String uri) is not IPv6 enabled Summary: removing the hack of using escapeNonUSAscii. this is the same patch as 7166896 for 7u8. Reviewed-by: psandoz, lancea
Mon, 23 Jul 2012 12:38:21 -0700 Added tag jdk8-b48 for changeset ff4cbdd893ef
cl [Mon, 23 Jul 2012 12:38:21 -0700] rev 13265
Added tag jdk8-b48 for changeset ff4cbdd893ef
Wed, 05 Jul 2017 18:17:20 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:20 +0200] rev 13264
Merge
Mon, 23 Jul 2012 12:38:01 -0700 Added tag jdk8-b48 for changeset 7a93e19ba08f
cl [Mon, 23 Jul 2012 12:38:01 -0700] rev 13263
Added tag jdk8-b48 for changeset 7a93e19ba08f
Wed, 05 Jul 2017 18:17:16 +0200 Merge
duke [Wed, 05 Jul 2017 18:17:16 +0200] rev 13262
Merge
Tue, 24 Jul 2012 11:06:38 -0700 Merge
lana [Tue, 24 Jul 2012 11:06:38 -0700] rev 13261
Merge
Wed, 18 Jul 2012 16:09:35 -0700 Merge
lana [Wed, 18 Jul 2012 16:09:35 -0700] rev 13260
Merge
Wed, 18 Jul 2012 18:46:17 +0100 7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
michaelm [Wed, 18 Jul 2012 18:46:17 +0100] rev 13259
7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name Reviewed-by: khazra, chegar
Wed, 18 Jul 2012 10:04:45 -0700 7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java
dmocek [Wed, 18 Jul 2012 10:04:45 -0700] rev 13258
7184943: fix failing test com/sun/jndi/rmi/registry/RegistryContext/UnbindIdempotent.java 7184946: fix failing test com/sun/jndi/rmi/registry/RegistryContext/ContextWithNullProperties.java Reviewed-by: smarks
Tue, 17 Jul 2012 19:57:31 -0700 7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[])
sherman [Tue, 17 Jul 2012 19:57:31 -0700] rev 13257
7183053: Optimize DoubleByte charset for String.getBytes()/new String(byte[]) Summary: DoubleByte implements sun/nio.cs/ArrayDe/Encoder interface Reviewed-by: alanb
Tue, 17 Jul 2012 11:01:44 -0700 7142596: RMI JPRT tests are failing
dmocek [Tue, 17 Jul 2012 11:01:44 -0700] rev 13256
7142596: RMI JPRT tests are failing Summary: Changed RMI tests to use random port numbers for the RMI Registry and RMID so the tests can be run concurrently without test failures due to tests using the same port numbers. Reviewed-by: smarks, alanb Contributed-by: olivier.lagneau@oracle.com
Mon, 16 Jul 2012 22:05:16 -0700 Merge
lana [Mon, 16 Jul 2012 22:05:16 -0700] rev 13255
Merge
Mon, 16 Jul 2012 17:04:32 -0700 Merge
lana [Mon, 16 Jul 2012 17:04:32 -0700] rev 13254
Merge
Tue, 17 Jul 2012 11:57:37 +0800 7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified
weijun [Tue, 17 Jul 2012 11:57:37 +0800] rev 13253
7102106: TEST_BUG: sun/security/util/Oid/S11N.sh should be modified Reviewed-by: mullan
Tue, 17 Jul 2012 11:28:16 +0800 7183203: ShortRSAKeynnn.sh tests intermittent failure
weijun [Tue, 17 Jul 2012 11:28:16 +0800] rev 13252
7183203: ShortRSAKeynnn.sh tests intermittent failure Reviewed-by: xuelei
Mon, 16 Jul 2012 16:30:11 -0700 7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors.
khazra [Mon, 16 Jul 2012 16:30:11 -0700] rev 13251
7177045: Rework the TestProviderLeak.java regression test, it is too fragile to low memory errors. Summary: Increase Xmx to 20 MB and add mechanisms to eat up most of the JVM free memory. Reviewed-by: wetmore Contributed-by: dan.xu@oracle.com
Mon, 16 Jul 2012 22:38:49 +0100 6880559: Enable PKCS11 64-bit windows builds
vinnie [Mon, 16 Jul 2012 22:38:49 +0100] rev 13250
6880559: Enable PKCS11 64-bit windows builds Reviewed-by: valeriep
Sat, 14 Jul 2012 18:00:42 -0700 7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path
ksrini [Sat, 14 Jul 2012 18:00:42 -0700] rev 13249
7184145: (pack200) pack200 --repack throws NullPointerException when JAR file specified without path Reviewed-by: alanb, sherman
Fri, 13 Jul 2012 16:02:26 -0700 7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node
khazra [Fri, 13 Jul 2012 16:02:26 -0700] rev 13248
7160252: (prefs) NodeAddedEvent was not delivered when new node add when new Node Summary: Change native code to convey to Java code whether a new node was added Reviewed-by: alanb, chegar
Wed, 11 Jul 2012 17:10:34 +0800 6966259: Make PrincipalName and Realm immutable
weijun [Wed, 11 Jul 2012 17:10:34 +0800] rev 13247
6966259: Make PrincipalName and Realm immutable Reviewed-by: xuelei
Mon, 09 Jul 2012 22:26:08 +0100 7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled
robm [Mon, 09 Jul 2012 22:26:08 +0100] rev 13246
7179305: (fs) Method name sun.nio.fs.UnixPath.getPathForExecptionMessage is misspelled Reviewed-by: dholmes, chegar
Fri, 06 Jul 2012 10:36:19 +0800 7181353: Update error message to distinguish native OOM and java OOM in net
zhouyx [Fri, 06 Jul 2012 10:36:19 +0800] rev 13245
7181353: Update error message to distinguish native OOM and java OOM in net Reviewed-by: chegar
Thu, 05 Jul 2012 15:13:45 -0700 7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently
smarks [Thu, 05 Jul 2012 15:13:45 -0700] rev 13244
7123972: test/java/lang/annotation/loaderLeak/Main.java fails intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang <yiming.wang@oracle.com>
Thu, 05 Jul 2012 15:12:10 -0700 6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently
smarks [Thu, 05 Jul 2012 15:12:10 -0700] rev 13243
6948101: java/rmi/transport/pinLastArguments/PinLastArguments.java failing intermittently Reviewed-by: dholmes, smarks Contributed-by: Eric Wang <yiming.wang@oracle.com>
Wed, 18 Jul 2012 16:07:45 -0700 Merge
lana [Wed, 18 Jul 2012 16:07:45 -0700] rev 13242
Merge
Wed, 18 Jul 2012 18:25:49 +0400 7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7
alexsch [Wed, 18 Jul 2012 18:25:49 +0400] rev 13241
7182902: [macosx] Test api/java_awt/GraphicsDevice/indexTGF.html#SetDisplayMode fails on Mac OS X 10.7 Reviewed-by: bae, kizune
Tue, 17 Jul 2012 12:59:57 +0400 7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater
bagiras [Tue, 17 Jul 2012 12:59:57 +0400] rev 13240
7177040: Deadlock between PostEventQueue.noEvents, EventQueue.isDispatchThread and SwingUtilities.invokeLater Reviewed-by: anthony, ant
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip