Vladimir Kozlov
9e0929adba
Merge
2009-04-27 12:55:28 -07:00
Vladimir Kozlov
a1533dafce
6834142: method->print_codes(): Error: ShouldNotReachHere()
...
Restore the call to Bytecodes::java_code() in BytecodePrinter::print_attributes().
Reviewed-by: jrose
2009-04-27 12:45:14 -07:00
Peter Zhelezniakov
8b8c52ada8
6591875: Nimbus Swing Look and Feel
...
Reviewed-by: jasper, ohair
2009-04-25 21:34:45 +04:00
Peter Zhelezniakov
c738ebdc67
6591875: Nimbus Swing Look and Feel
...
Reviewed-by: jasper, ohair
2009-04-25 21:17:50 +04:00
Tom Rodriguez
8e16f6b5c4
Merge
2009-04-24 18:45:14 -07:00
Tom Rodriguez
60e1a19b44
6833573: C2 sparc: assert(c < 64 && (c & 1) == 0,"bad double float register")
...
Reviewed-by: twisti
2009-04-24 15:08:30 -07:00
Changpeng Fang
003ca0f848
6833951: Extra ":" Causes Testcase in CR 6589834 "Parse Exception: Invalid tag: summary:"
...
Remove the colon
Reviewed-by: never
2009-04-24 09:14:39 -07:00
Tim Bell
ce6f939956
Merge
2009-04-23 21:32:44 -07:00
Tim Bell
48643afa72
Merge
2009-04-23 21:31:39 -07:00
Tim Bell
494c3eb4f6
Merge
2009-04-23 21:30:46 -07:00
Tim Bell
a17987f7b4
Merge
2009-04-23 21:29:53 -07:00
Xiomara Jayasena
97e6e7e277
Added tag jdk7-b56 for changeset 845ccf65d4a7
2009-04-23 15:55:10 -07:00
Xiomara Jayasena
2906215abb
Added tag jdk7-b56 for changeset 825f6628794a
2009-04-23 15:55:01 -07:00
Xiomara Jayasena
103983356d
Added tag jdk7-b56 for changeset 28972659503d
2009-04-23 15:54:55 -07:00
Xiomara Jayasena
bff91cc1a4
Added tag jdk7-b56 for changeset 252c72d1f659
2009-04-23 15:54:53 -07:00
Xiomara Jayasena
57d7af3e23
Added tag jdk7-b56 for changeset 5bef15d9d54a
2009-04-23 15:54:48 -07:00
Xiomara Jayasena
6719f78363
Added tag jdk7-b56 for changeset d717c0dc996d
2009-04-23 15:54:45 -07:00
Xiomara Jayasena
cefc566e6e
Added tag jdk7-b56 for changeset eafb72a35bee
2009-04-23 15:54:44 -07:00
Changpeng Fang
04fdef79fa
6589834: deoptimization problem with -XX:+DeoptimizeALot
...
Relocate the stack pointer adjustment to where uncommon_trap is actually inserted for new_array.
Reviewed-by: kvn, jrose
2009-04-23 14:04:24 -07:00
Erik Trimble
e84d20271d
6833316: jprt.properties not setting values for 6u14 release flag
...
Fix jprt.properties to do 6u14 tests right
Reviewed-by: ohair
2009-04-22 19:30:54 -07:00
Vladimir Kozlov
273a47426e
6709742: find_base_for_derived's use of Ideal NULL is unsafe causing crashes during register allocation
...
Create a mach node corresponding to ideal node ConP #NULL specifically for derived pointers.
Reviewed-by: never
2009-04-22 17:03:18 -07:00
Xiaobin Lu
ee78b15d5a
Merge
2009-04-22 11:47:26 -07:00
Christian Thalinger
b9f27b5eea
Merge
2009-04-22 06:09:24 -07:00
John R Rose
34c1d72421
6655646: dynamic languages need dynamically linked call sites
...
Invokedynamic instruction (JSR 292 RI)
Reviewed-by: twisti, never
2009-04-21 23:21:04 -07:00
Tim Bell
cdcdf54d1e
Merge
2009-04-21 21:26:21 -07:00
Erik Trimble
9e2e7197f6
Merge
2009-04-21 15:08:49 -07:00
Coleen Phillimore
2e43a0450f
6830069: UseLargePages is broken on Win64
...
Making VirtualAlloc/VirtualProtect two calls for PAGE_EXECUTE_READWRITE doesn't work for MEM_LARGE_PAGES.
Reviewed-by: xlu, kvn, jcoomes
2009-04-21 16:12:51 -04:00
Christian Thalinger
57d945fd3d
6822110: Add AddressLiteral class on SPARC
...
The Address class on SPARC currently handles both, addresses and address literals, what makes the Address class more complicated than it has to be.
Reviewed-by: never, kvn
2009-04-21 11:16:30 -07:00
Tim Bell
af422c1d2f
Merge
2009-04-21 09:03:36 -07:00
Tim Bell
9331eed2d6
6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6
...
6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk
Reviewed-by: darcy
2009-04-21 08:46:25 -07:00
Anthony Petrov
176a41f92e
6802853: API: shaped & translucent windows
...
A public API for the feature forward-ported from 6u10.
Reviewed-by: yan
2009-04-21 11:35:52 +04:00
Tim Bell
e01ed73046
Merge
2009-04-20 22:51:20 -07:00
Tim Bell
1633b4781d
6738894: Merge jaxp fixes from 6 update train into OpenJDK 6 and 7
...
6573268: Four JCK-devtools-6a tests report OOM: Java Heap space since JDK7 b14
Reviewed-by: darcy
2009-04-20 22:50:16 -07:00
Martin Buchholz
c0b32f4e3c
6278014: java.util.logging.LogRecord.getThreadID() should provide real thread id
...
Make j.u.l. thread id a copy of Thread's id, for small values of thread id.
Reviewed-by: alanb
2009-04-20 21:57:01 -07:00
Martin Buchholz
4910f50ea2
6716076: test UTIL_REGRESSION/test/java/util/logging/LoggingDeadlock2.java failed with exit code 1
...
Reviewed-by: swamyv, mchung
2009-04-20 21:53:38 -07:00
Jeremy Manson
8d5b9cfad8
6830220: Logging issues due to regression from bug fix 6797480
...
Reviewed-by: swamyv
2009-04-20 21:23:47 -07:00
Tim Bell
2fa719cdb7
Merge
2009-04-20 15:25:02 -07:00
Tim Bell
71315ac3a3
6831313: update jaxws in OpenJDK7 to 2.1 plus bug fixes from OpenJDK 6
...
6672868: Package javax.xml.ws.wsaddressing not included in make/docs/CORE_PKGS.gmk
Reviewed-by: darcy
2009-04-20 15:14:39 -07:00
Tom Rodriguez
fd05c28901
Merge
2009-04-20 14:48:03 -07:00
Dmitry Cherepanov
fbea8d87f4
6825362: Avoid calling peer.setZOrder on Window instances
...
Reviewed-by: anthony
2009-04-20 19:18:41 +04:00
Dmitry Cherepanov
76fedc71ad
6770457: Using ToolTips causes inactive app window to exhibit active window behavior
...
Reviewed-by: art, ant
2009-04-20 17:05:34 +04:00
Dmitry Cherepanov
75d9b0f986
6633354: AppletPanel loads Swing classes
...
Reviewed-by: art, anthony
2009-04-20 14:41:24 -04:00
Alan Bateman
d4a0d0c66d
6831461: (sample) Copy -r fails with IllegalArgumentexception: 'maxDepth' is negative
...
Reviewed-by: chegar
2009-04-20 13:27:23 +01:00
Alan Bateman
cab29c9b7a
6830721: (fc) test/java/nio/channels/AsynchronousFileChannel/Basic.java intermittent failure
...
Reviewed-by: sherman
2009-04-20 09:30:50 +01:00
Tim Bell
e13875dd4e
6372405: Server thread hangs when fragments don't complete because of connection abort
...
5104239: Java: thread deadlock
6191561: JCK15: api/org_omg/PortableInterceptor/ClientRequestInfo/index.html#RIMethods sometime hang
6486322: org.omg.CORBA.ORB.init() thread safety issue
6420980: Security issue with the com.sun.corba.se.impl.orbutil.ORBUtility class
6465377: NullPointerException for RMI ORB in 1.5.0_08
6553303: Corba application fails w/ org.omg.CORBA.COMM_FAILURE: vmcid: SUN minor code: 203 completed: No
6438259: Wrong repository ID generated by IDLJ
Reviewed-by: darcy
2009-04-20 00:12:19 -07:00
Tim Bell
f70e9b8dd9
Merge
2009-04-18 14:10:27 -07:00
Tim Bell
38d8fb8017
Merge
2009-04-18 14:09:39 -07:00
Tom Rodriguez
425fb8197e
6831604: missing null check in guarantee
...
Reviewed-by: kvn
2009-04-17 12:22:18 -07:00
Vladimir Kozlov
6615262737
6831323: Use v8plus as minimum required hardware for current Hotspot sources
...
Use -xarch=v8plus as default for 32-bits VM on sparc.
Reviewed-by: never, twisti
2009-04-17 09:38:32 -07:00
Abhijit Saha
d3af1f284c
Merge
2009-04-17 09:21:27 -07:00