Volker Simonis
43a9130faa
6935118: UseCompressedOops modification in methodOopDesc::sort_methods() causes JCK timeout
...
Add comparison functions for compressed oops to use bubblesort.
Reviewed-by: never, coleenp
2010-05-04 15:12:08 -04:00
Gary Benson
416df6da75
6949423: remove tagged stack interpreter for Zero
...
Missed Zero changes for 6943304.
Reviewed-by: twisti
2010-05-04 02:33:59 -07:00
John R Rose
07ee2dd259
6939196: method handle signatures off the boot class path get linkage errors
...
Remove workaround from MethodHandleImpl lookup code; add JUnit regression test to MethodHandlesTest.
Reviewed-by: twisti
2010-05-03 23:32:47 -07:00
Y. Srinivas Ramakrishna
d14cf2e13c
6919638: CMS: ExplicitGCInvokesConcurrent misinteracts with gc locker
...
GC-locker induced concurrent full gc should be asynchronous; policy now controlled by a separate flag, which defaults to false.
Reviewed-by: jmasa
2010-05-03 20:19:05 -07:00
Maurizio Cimadamore
de2b567108
6943289: Project Coin: Improved Exception Handling for Java (aka 'multicatch')
...
Reviewed-by: jjg, darcy
2010-05-03 17:12:59 -07:00
Antonios Printezis
643553d0e6
Merge
2010-05-03 17:23:58 -04:00
Antonios Printezis
cc872846f5
Merge
2010-05-03 16:31:07 -04:00
Y. Srinivas Ramakrishna
762f60d343
6948537: CMS: BOT walkers observe out-of-thin-air zeros on sun4v sparc/CMT
...
On sun4v/CMT avoid use of memset() in BOT updates so as to prevent concurrent BOT readers from seeing the phantom zeros arising from memset()'s use of BIS.
Reviewed-by: jmasa, johnc, minqi, poonam, tonyp
2010-05-03 10:24:51 -07:00
Lana Steuck
3c813135d9
Merge
2010-05-02 15:55:02 -07:00
Lana Steuck
fadbc27979
Merge
2010-05-02 15:54:20 -07:00
Lana Steuck
21133d6819
Merge
2010-05-02 15:49:15 -07:00
John R Rose
973b1ef143
6939196: method handle signatures off the boot class path get linkage errors
...
Adjust MethodType lookup logic to search off the BCP, but not to cache those results
Reviewed-by: twisti
2010-05-01 21:57:35 -07:00
John R Rose
a56ce23775
6939134: JSR 292 adjustments to method handle invocation
...
Split MethodHandle.invoke into invokeExact and invokeGeneric
Reviewed-by: twisti
2010-05-01 15:05:39 -07:00
John R Rose
4eb75c2df3
6939134: JSR 292 adjustments to method handle invocation
...
Split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces
Reviewed-by: twisti
2010-05-01 02:42:18 -07:00
John R Rose
0d30a781cf
6939134: JSR 292 adjustments to method handle invocation
...
Split MethodHandle.invoke into invokeExact and invokeGeneric; also clean up JVM-to-Java interfaces
Reviewed-by: twisti
2010-04-30 23:48:23 -07:00
Lana Steuck
529eba0d94
Merge
2010-04-30 17:03:15 -07:00
Lana Steuck
5d6c7f37ba
Merge
2010-04-30 11:03:38 -07:00
Christian Thalinger
0211f9703a
6943304: remove tagged stack interpreter
...
Reviewed-by: coleenp, never, gbenson
2010-04-30 08:37:24 -07:00
Gary Benson
55457c9cc7
6939182: Zero JNI handles fix
...
Zero will exit with an error when invoked with -Xcheck:jni.
Reviewed-by: twisti, kamg
2010-04-30 04:27:25 -07:00
Igor Veresov
61b9d428d1
6948602: Disable use of SSE4.2 in String.indexOf intrinsic until 6942326 is fixed
...
Disable the use of pcmpestri until it can be guaranteed that the load doesn't cross in to the uncommited space. See 6942326.
Reviewed-by: never, kvn
2010-04-29 17:53:58 -07:00
Erik Trimble
a7fa37352d
6948636: Bump the HS18 build number to 04
...
Update the HS18 build number to 04
Reviewed-by: jcoomes
2010-04-29 15:47:28 -07:00
Erik Trimble
f88224d98e
Merge
2010-04-29 15:18:27 -07:00
Michael Wilkerson
74597db90f
Added tag jdk7-b91 for changeset cdc146f667c7
2010-04-29 14:33:03 -07:00
Michael Wilkerson
7320b42880
Added tag jdk7-b91 for changeset bafb4ec71cd3
2010-04-29 14:32:53 -07:00
Michael Wilkerson
088d5c41e9
Added tag jdk7-b91 for changeset e675c1f4d97e
2010-04-29 14:32:48 -07:00
Michael Wilkerson
332c6ac181
Added tag jdk7-b91 for changeset d93fc4179dc2
2010-04-29 14:32:48 -07:00
Michael Wilkerson
1273d6969f
Added tag jdk7-b91 for changeset c5092b6d8193
2010-04-29 14:32:43 -07:00
Michael Wilkerson
2467acb3fa
Added tag jdk7-b91 for changeset acab8ba96315
2010-04-29 14:32:40 -07:00
Michael Wilkerson
5d05e67d86
Added tag jdk7-b91 for changeset cc69164423eb
2010-04-29 14:32:39 -07:00
Jonathan Gibbons
3b66a75150
6948251: need to quote args in langtools launcher script
...
Reviewed-by: darcy
2010-04-29 14:25:47 -07:00
Michael Wilkerson
cec6ecbe3e
Merge
2010-04-29 14:10:24 -07:00
Michael Wilkerson
d58a26a190
Merge
2010-04-29 13:53:09 -07:00
Alexander Potochkin
16e7bb5c19
6899405: Specification for JLayer.setLayerEventMask() should mention that eventDispatch() might not be called
...
Reviewed-by: peterz
2010-04-29 19:07:26 +04:00
Alexander Potochkin
98a42c6444
6899453: Remove unnecessary methods from LayerUI
...
Reviewed-by: peterz
2010-04-29 18:56:26 +04:00
Alexander Potochkin
ac7a6db631
6899413: Fix for CR #6878399 should be refactored
...
Reviewed-by: peterz
2010-04-29 18:38:25 +04:00
Christian Thalinger
6d2a896bcd
6829193: JSR 292 needs to support SPARC
...
There are unimplemented portions of the hotspot code for method handles and invokedynamic specific to SPARC.
Reviewed-by: kvn, never, jrose
2010-04-29 06:30:25 -07:00
Weijun Wang
20fbeb53cd
6844193: support max_retries in krb5.conf
...
Reviewed-by: valeriep
2010-04-29 15:51:10 +08:00
Weijun Wang
46ebf10e26
6947487: use HexDumpEncoder.encodeBuffer()
...
Reviewed-by: mullan
2010-04-29 15:50:40 +08:00
John R Rose
78e6939c37
Merge
2010-04-29 00:03:40 -07:00
Michael Wilkerson
07e63b95d1
Merge
2010-04-28 20:04:59 -07:00
Michael Wilkerson
dc22d413ff
Merge
2010-04-28 20:04:33 -07:00
Costantino Cerbo
c21ea1a6d8
6913179: The java.awt.FileDialog should use native GTK file chooser on linux distros
...
Introduce a GTK-based alternative implementation of the FileDialogPeer on X11
Reviewed-by: anthony, peterz
2010-04-28 17:16:05 +04:00
Igor Veresov
cb911cf098
6946892: c1 shouldn't sign-extend to upper 32bits on x64
...
C1 does sign-extension when it loads ints and shorts from memory to 64-bit registers. This causes problems for c2 because it relies on the fact the int passed in a 64-bit register is zero-extended.
Reviewed-by: never
2010-04-27 11:19:12 -07:00
Artem Ananiev
d052130c49
6880336: SwingWorker deadlocks due one thread in the swingworker-pool
...
Reviewed-by: dcherepanov, alexp
2010-04-27 18:08:26 +04:00
Chris Hegarty
77a56e5d33
6718504: IN6_IS_ADDR_ANY tests only 12 bytes of 16-byte address
...
Reviewed-by: alanb
2010-04-27 09:42:51 +01:00
Tom Rodriguez
eb534d777a
6943485: JVMTI always on capabilities change code generation too much
...
Reviewed-by: twisti, dcubed
2010-04-26 23:59:45 -07:00
Antonios Printezis
e1ae5e1cb0
Merge
2010-04-26 18:01:55 -04:00
Hiroshi Yamauchi
cd48f31efe
6946040: add intrinsic for short and char reverseBytes
...
Reviewed-by: never, twisti
2010-04-26 11:27:21 -07:00
Alan Bateman
ba20286ba3
6939646: Remove obsolete com.sun.corba.se.internal.io package
...
Reviewed-by: ohair
2010-04-24 17:09:18 +01:00
Michael Wilkerson
24bf601cb1
Added tag jdk7-b90 for changeset e04dfc23e480
2010-04-22 16:54:44 -07:00