jiangli [Tue, 17 Jul 2012 12:32:26 -0400] rev 13287
Merge
jiangli [Fri, 13 Jul 2012 20:14:27 -0400] rev 13286
Merge
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
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
bdelsart [Mon, 02 Jul 2012 04:19:22 -0400] rev 13283
Merge
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
amurillo [Fri, 13 Jul 2012 14:16:21 -0700] rev 13281
7184050: new hotspot build - hs24-b17
Reviewed-by: jcoomes
cl [Thu, 26 Jul 2012 16:48:17 -0700] rev 13280
Added tag jdk8-b49 for changeset 9e2de5dca700
cl [Thu, 26 Jul 2012 16:48:07 -0700] rev 13279
Added tag jdk8-b49 for changeset f66321de53db
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13278
Added tag jdk8-b49 for changeset cecd7026f30c
duke [Wed, 05 Jul 2017 18:17:39 +0200] rev 13277
Merge
duke [Wed, 05 Jul 2017 18:17:35 +0200] rev 13276
Merge
lana [Tue, 24 Jul 2012 11:05:52 -0700] rev 13275
Merge
lana [Mon, 16 Jul 2012 17:05:13 -0700] rev 13274
Merge
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
cl [Mon, 23 Jul 2012 12:38:49 -0700] rev 13272
Added tag jdk8-b48 for changeset 9d19a5f8d2ad
duke [Wed, 05 Jul 2017 18:17:29 +0200] rev 13271
Merge
cl [Mon, 23 Jul 2012 12:38:24 -0700] rev 13270
Added tag jdk8-b48 for changeset 2bd7c6c12449
duke [Wed, 05 Jul 2017 18:17:25 +0200] rev 13269
Merge
lana [Tue, 24 Jul 2012 11:05:30 -0700] rev 13268
Merge
lana [Mon, 16 Jul 2012 17:02:36 -0700] rev 13267
Merge
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
cl [Mon, 23 Jul 2012 12:38:21 -0700] rev 13265
Added tag jdk8-b48 for changeset ff4cbdd893ef
duke [Wed, 05 Jul 2017 18:17:20 +0200] rev 13264
Merge
cl [Mon, 23 Jul 2012 12:38:01 -0700] rev 13263
Added tag jdk8-b48 for changeset 7a93e19ba08f
duke [Wed, 05 Jul 2017 18:17:16 +0200] rev 13262
Merge
lana [Tue, 24 Jul 2012 11:06:38 -0700] rev 13261
Merge
lana [Wed, 18 Jul 2012 16:09:35 -0700] rev 13260
Merge
michaelm [Wed, 18 Jul 2012 18:46:17 +0100] rev 13259
7183292: HttpURLConnection.getHeaderFields() throws IllegalArgumentException: Illegal cookie name
Reviewed-by: khazra, chegar
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
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
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