Christian Thalinger
ebc298d208
6934966: JSR 292 add C1 logic for saved SP over MethodHandle calls
...
The logic for x86 C1 to save the SP over MH calls is pretty straight forward but SPARC handles that differently.
Reviewed-by: never, jrose
2010-03-17 10:22:41 +01:00
Daniel D. Daugherty
d713517a21
Merge
2010-03-16 20:47:17 -07:00
Weijun Wang
69e5f8b791
6868865: Test: sun/security/tools/jarsigner/oldsig.sh fails under all platforms
...
Reviewed-by: wetmore
2010-03-17 09:55:04 +08:00
Daniel D. Daugherty
13296056f0
6923488: 4/4 need minor tweaks to HotSpot build for Cygwin
...
Clean up get_msc_ver, build.bat and build.make in general and for Cygwin.
Reviewed-by: ohair
2010-03-16 17:47:03 -06:00
Vladimir Kozlov
e8191b6730
6935466: new CodeCache flushing code is not guarded by the flag
...
Add missing guard.
Reviewed-by: never
2010-03-16 15:35:33 -07:00
Chris Hegarty
9b23617373
6935199: java/net regression tests failing with Assertions
...
Reviewed-by: michaelm
2010-03-16 14:31:57 +00:00
Christian Thalinger
82e9e2b4af
6934494: JSR 292 MethodHandles adapters should be generated into their own CodeBlob
...
Passing a null pointer to an InvokeDynamic function call should lead to a NullPointerException.
Reviewed-by: kvn, never
2010-03-16 11:52:17 +01:00
Chris Hegarty
f2034e6bba
6934923: test/java/net/ipv6tests/TcpTest.java hangs on Solaris 10
...
Reviewed-by: alanb
2010-03-16 10:05:51 +00:00
Karen Kinnear
d8ec453382
6932480: Fix crash in CompilerThread/Parser. Unloaded array klass?
...
Restore code deleted in 6626217
Reviewed-by: asaha, kevinw
2010-03-15 15:51:36 -04:00
Pavel Porvatov
1be45512de
6931347: SynthTabbedPaneUI.paintTabArea() is not called when tabbed pane is painted
...
Reviewed-by: peterz
2010-03-15 16:16:06 +03:00
Xiaobin Lu
09f8dd45d1
6934758: Expose the break down of clean up task time during safepoint
...
Use -XX:+TraceSafepointCleanupTime to print out the details of each clean up tasks.
Reviewed-by: dholmes, ysr
2010-03-13 16:32:49 -08:00
Kelly O'Hair
c21467f554
6934759: Add langtools testing to jprt control builds
...
Reviewed-by: jjg
2010-03-12 17:44:50 -08:00
Jonathan Gibbons
a4d7c77789
6934712: run langtools jtreg tests from top level test/Makefile
...
Reviewed-by: ohair
2010-03-12 15:22:50 -08:00
Jonathan Gibbons
a49bd21f3d
6934224: update langtools/test/Makefile
...
Reviewed-by: ohair
2010-03-12 12:00:42 -08:00
Kelly O'Hair
7fbd8c28c1
Merge
2010-03-12 09:06:00 -08:00
Kelly O'Hair
7913295040
6933294: Fix some test/Makefile issues around Linux ARCH settings, better defaults
...
Reviewed-by: jjg
2010-03-12 09:03:02 -08:00
Coleen Phillimore
053d7adeb2
6929067: Stack guard pages should be removed when thread is detached
...
Add code to unmap stack guard area when thread is detached.
Reviewed-by: coleenp, kamg
2010-03-12 10:42:16 -05:00
Andrew John Hughes
2c08386c75
6934327: Update linux fontconfigs for Ubuntu and Fedora
...
Use fontconfigs suitable for recent Fedora, Ubuntu and Debian releases.
Reviewed-by: prr
2010-03-12 01:09:13 +00:00
Xueming Shen
57a26502f0
6929479: Add a system property sun.zip.disableMemoryMapping to disable mmap use in ZipFile
...
System property sun.zip.disableMemoryMapping to disable mmap use
Reviewed-by: alanb
2010-03-11 14:06:09 -08:00
John Cuthbertson
e9f77f7ec1
6755988: G1: assert(new_obj != 0 || ... "should be forwarded")
...
A TLAB became large enough to be considered a humongous object allowing multiple objects to be allocated in a humongous region, which violates a basic assumption about humongous regions. The changes ensure that TLABs cannot be regarded as humongous.
Reviewed-by: iveresov, tonyp
2010-03-11 11:44:43 -08:00
Andrey Petrusenko
5e42804119
Merge
2010-03-15 02:56:45 -07:00
Karen Kinnear
8d1747bc4b
Merge
2010-03-11 14:41:29 -05:00
Damjan Jovanovic
63a75eead0
6223635: Code hangs at connect call even when Timeout is specified when using a socks proxy
...
Reviewed-by: michaelm, chegar
2010-03-11 17:50:30 +00:00
Chris Hegarty
9cf7c0352d
6933629: java/net/HttpURLConnection/HttpResponseCode.java fails if run in samevm mode
...
Reviewed-by: alanb
2010-03-11 17:37:33 +00:00
Chris Hegarty
ae14beadd3
6934054: java/net/Socket/FDClose.java return error in samevm
...
Test is no longer useful
Reviewed-by: alanb
2010-03-11 16:17:57 +00:00
Sergey Malenkov
a55a44a6e2
6707226: java.beans.Statement & java.beans.Expression miss one important usecase
...
Reviewed-by: rupashka
2010-03-11 17:39:33 +03:00
Gary Benson
dae3356905
6934089: Zero 32-bit/64kb page fix
...
The fix for 6927165 increased the number of shadow pages for 32-bit platforms and this causes a problem on systems with 64kb pages.
Reviewed-by: twisti
2010-03-11 05:09:20 -08:00
Xiaobin Lu
8742fc8e62
6933402: RFE: Improve PrintSafepointStatistics output to track cleanup time
...
Improve the usability of safepoint statistics data. See bug evaluation for more details.
Reviewed-by: ysr, dholmes
2010-03-10 21:42:26 -08:00
Yuka Kamiya
02e9344ed0
6933032: (tz) Support tzdata2010e
...
Reviewed-by: okutsu
2010-03-11 11:54:17 +09:00
Jonathan Gibbons
2ed0d63583
6933914: fix missing newlines
...
Reviewed-by: ohair
2010-03-10 16:23:18 -08:00
Ulf Zibis
3f5bea08cd
6931812: A better implementation of sun.nio.cs.Surrogate.isBMP(int)
...
Uc >> 16 == 0 is superior to (int) (char) uc == uc
Reviewed-by: sherman
2010-03-10 14:53:51 -08:00
Chris Hegarty
77c61b9819
6933618: java/net/MulticastSocket/NoLoopbackPackets.java fails when rerun
...
Reviewed-by: alanb
2010-03-10 14:44:53 +00:00
Masayoshi Okutsu
61995b9270
6932473: (tz) javazic produces incorrect SimpleTimeZone parameters with Sun<=7
...
Reviewed-by: peytoia
2010-03-10 14:32:47 +09:00
Lana Steuck
a5884c7b3d
Merge
2010-03-09 15:29:45 -08:00
Lana Steuck
55ca6aeb17
Merge
2010-03-09 15:29:13 -08:00
Lana Steuck
0ab8de7b57
Merge
2010-03-09 15:28:35 -08:00
Lana Steuck
4a25f3ef9c
Merge
2010-03-09 15:28:09 -08:00
Lana Steuck
6df5f2e72d
Merge
2010-03-09 15:26:32 -08:00
Erik Trimble
dbcabb71d7
Added tag hs17-b10 for changeset bd3cc6d99492
2010-03-08 15:50:52 -08:00
Yumin Qi
9e32d0d9d1
6918065: Crash in Java2D blit loop (IntArgbToIntArgbPreSrcOverMaskBlit) in 64bit mode
...
Reviewed-by: igor, bae
2010-03-08 11:35:30 -08:00
Kelly O'Hair
a347591e2d
Merge
2010-03-06 15:01:19 -08:00
Kelly O'Hair
891aa6bb9f
6928700: Configure top repo for JPRT testing
...
Reviewed-by: alanb, jjg
2010-03-06 15:00:40 -08:00
Kelly O'Hair
e4fce69702
6915983: testing problems, adjusting list of tests, needs some investigation
...
Reviewed-by: alanb
2010-03-06 14:59:23 -08:00
Denis Fokin
ec862c8b43
6932659: JTreg test files were missed in push of 6887703
...
Reviewed-by: uta
2010-03-06 03:37:53 +03:00
Jonathan Gibbons
aa0b8a3b12
Merge
2010-03-05 16:13:58 -08:00
Jonathan Gibbons
3c60c0e8ef
6930108: IllegalArgumentException in AbstractDiagnosticFormatter for tools/javac/api/TestJavacTaskScanner.jav
...
Reviewed-by: darcy
2010-03-05 16:12:33 -08:00
Roland Westrelin
7dcf59914e
6932496: c1: deoptimization of jsr subroutine fails on sparcv9
...
Store jsr ret bci as intptr constant in c1 debug info
Reviewed-by: never
2010-03-05 13:58:34 +01:00
Christian Thalinger
8f6df4c4af
Merge
2010-03-09 23:57:36 -08:00
Christian Thalinger
ffec4c00c4
6919934: JSR 292 needs to support x86 C1
...
This implements JSR 292 support for C1 x86.
Reviewed-by: never, jrose, kvn
2010-03-09 20:16:19 +01:00
Andrew Haley
11051a4e6a
6932270: Allow Java's ELF symtab reader to use separate debuginfo files
...
Reviewed-by: never
2010-03-09 11:02:39 -08:00