Xiomara Jayasena
a91d2cfe7a
Added tag jdk7-b53 for changeset 66f056cc8fd4
2009-04-02 16:51:38 -07:00
Xiomara Jayasena
21e44848b0
Added tag jdk7-b53 for changeset 149237542285
2009-04-02 16:51:36 -07:00
Xueming Shen
21aa30606a
4681995: Add support for large (> 4GB) zip/jar files
...
The ZIP64 format support is added for > 4GB jar/zip files
Reviewed-by: alanb, martin
2009-04-02 15:35:46 -07:00
Karen Kinnear
d4f2196cd0
Merge
2009-04-02 18:17:03 -04:00
Kelly O'Hair
208dfa22cd
6825765: Further adjustments to regression tests run by jprt
...
Reviewed-by: tbell
2009-04-02 15:04:33 -07:00
Alan Bateman
78e9762656
6824477: (se) Selector.select fails with IOException: "Invalid argument" if maximum file descriptors is low
...
Reviewed-by: sherman
2009-04-02 19:47:24 +01:00
Karen Kinnear
1f5324fed4
6825642: nsk sajdi tests fail with NullPointerException
...
Reviewed-by: xlu, coleenp, kamg, swamyv
2009-04-02 14:26:42 -04:00
Tom Rodriguez
e36afee3bd
Merge
2009-04-02 10:49:41 -07:00
Alan Bateman
f83fd900a9
6824141: test/java/rmi/activation/rmidViaInheritedChannel tests fail
...
Reviewed-by: peterjones
2009-04-02 16:31:44 +01:00
Andrey Petrusenko
a8f9284064
Merge
2009-04-02 05:22:02 -07:00
Alan Bateman
15bf5db9c7
6666739: (ref) ReferenceQueue.poll() doesn't scale well
...
6711667: (ref) Update SoftReference timestamp only if clock advances
Forward port from 6u14; originally fixed by Tom Rodriguez in earlier update
Reviewed-by: martin
2009-04-02 11:19:34 +01:00
Alan Bateman
d2cd251815
6824135: (ch) test/java/nio/channels/AsyncCloseAndInterrupt.java fails (lnx)
...
Reviewed-by: sherman
2009-04-02 11:13:56 +01:00
Erik Trimble
0244538b93
Merge
2009-04-01 22:31:26 -07:00
Kelly O'Hair
06a5796034
Merge
2009-04-01 18:45:25 -07:00
Kelly O'Hair
8ed0a99cb6
6825175: Remove or disable sanity check on binary plugs
...
Reviewed-by: xdono
2009-04-01 16:49:43 -07:00
Paul Hohensee
4be7c3c672
6819213: revive sun.boot.library.path
...
Support multiplex and mutable sun.boot.library.path
Reviewed-by: acorn, dcubed, xlu
2009-04-01 16:38:01 -04:00
Tom Rodriguez
4d34a77121
6823454: Oop-typed loadP yields invalid pointer (0x1) on SPECjbb2005 at OSRed method entry
...
Reviewed-by: kvn, jrose
2009-04-01 11:45:01 -07:00
Kelly O'Hair
36ce084168
Merge
2009-04-01 09:44:34 -07:00
Kelly O'Hair
028a93578f
Merge
2009-04-01 09:10:01 -07:00
Kelly O'Hair
1e18bf2d6e
6824583: regtest TimeUnit/Basic.java fails intermittently on Windows - again
...
Reviewed-by: dholmes
2009-04-01 09:08:54 -07:00
Xiomara Jayasena
4c089452ee
Merge
2009-04-01 08:58:42 -07:00
Xiomara Jayasena
5953ff9720
Merge
2009-04-01 08:58:18 -07:00
Xiomara Jayasena
6996b27f46
Merge
2009-04-01 08:58:07 -07:00
Xiomara Jayasena
af876f1345
Merge
2009-04-01 08:58:05 -07:00
Anthony Petrov
0a24bf67c2
6818312: com.sun.awt.SecurityWarning.getSize() always reports (0, 0) on X11
...
The fix got pushed with 6693253. However the test was omitted. Here it comes.
Reviewed-by: dcherepanov, art
2009-04-01 19:05:47 +04:00
Tim Bell
c81e6c29c1
6824595: OpenJDK fix breaks product build for jdk7
...
Reviewed-by: xdono, ohair
2009-04-01 04:44:30 -07:00
Mandy Chung
1870624c08
6819110: Lazily load Sun digest provider for jar verification
...
Lazily call Providers.getSunProvider() instead of at static initializer
Reviewed-by: mullan
2009-03-31 23:52:04 -07:00
Tom Rodriguez
f3946ad215
Merge
2009-03-31 19:20:34 -07:00
Kelly O'Hair
c9ce349372
6824012: Add jdk regression tests to default jprt jobs
...
A work in progress on adding to the jprt testing.
Reviewed-by: tbell
2009-03-31 16:14:14 -07:00
Kelly O'Hair
53b5f6ae6b
6502548: test/Makefile needs to be setup to allow for JPRT testrules (NSK and JCK testing too?)
...
A work in progress on testing additions for JPRT system.
Reviewed-by: tbell
2009-03-31 16:12:56 -07:00
Kelly O'Hair
a4fccad415
6745361: Add -XX options to prevent stdout/stderr pollution using fastdebug/debug bootjdk
...
Reviewed-by: tbell
2009-03-31 16:11:09 -07:00
Kelly O'Hair
183aabe3b5
6604458: linux_x64-fastdebug-c2 fails on hyperbolic trig tests
...
Reviewed-by: tbell
2009-03-31 16:10:31 -07:00
Tim Bell
0a7ba6e27e
6819847: build is broken for OpenJDK with plugs
...
Reviewed-by: jjg, robilad, ohair
2009-03-31 15:27:40 -07:00
Tom Rodriguez
b857081608
6824463: deopt blob is testing wrong register on 64-bit x86
...
Reviewed-by: jrose, phh, kvn
2009-03-31 15:09:45 -07:00
Changpeng Fang
c0d62ad9e6
6761600: Use sse 4.2 in intrinsics
...
Use SSE 4.2 in intrinsics for String.{compareTo/equals/indexOf} and Arrays.equals.
Reviewed-by: kvn, never, jrose
2009-03-31 14:07:08 -07:00
Jonathan Gibbons
851190bb2e
6813059: replace use of JavaCompiler.errorCount with shouldContinue
...
Reviewed-by: mcimadamore
2009-03-31 11:16:15 -07:00
Jonathan Gibbons
681d216332
6817950: refactor ClassReader to improve attribute handling
...
Reviewed-by: mcimadamore
2009-03-31 11:07:55 -07:00
Vladimir Kozlov
aee9449305
Merge
2009-03-31 10:02:01 -07:00
Xiomara Jayasena
edd49c4cf2
Merge
2009-03-31 08:54:12 -07:00
Xiomara Jayasena
a2371fe1f8
Merge
2009-03-31 08:53:40 -07:00
Xiomara Jayasena
39aa31ca05
Merge
2009-03-31 08:53:16 -07:00
Andrew John Hughes
f38ce53536
6819601: Fix AWT JTReg tests which fail to compile
...
Fix compilation of tests.
Reviewed-by: anthony, son
2009-03-31 18:47:31 +04:00
Vladimir Kozlov
705188bb7b
6821700: tune VM flags for peak performance
...
Tune C2 flags default values for performance.
Reviewed-by: never, phh, iveresov, jmasa, ysr
2009-03-30 18:19:31 -07:00
Jonathan Gibbons
dcd2283896
6819246: improve support for decoding instructions in classfile library
...
Reviewed-by: ksrini
2009-03-30 15:08:09 -07:00
Alan Bateman
445c56f3ea
Merge
2009-03-30 19:22:27 +01:00
Yuri Nesterenko
0c7428a720
6823589: Remake sizes.64-solaris-i386 with newly added fields
...
6782746: Keyboard hotkeys don't work in locales where non latin characters are used
6299348: Zero keycode returned in keyPressed and keyReleased for some keys in non-english layout - Win32
6316369: Provide a method to convert a character to VK_* Java keycode, if possible
6446568: KeyEvent lacks 3 virtual keys of Danish keyboards
6559449: Support for converting from char to KeyEvent VK_ keycode
6182651: Need to identify any key pressed/released with a unique code
Various by-products of 6680988 fix.
Reviewed-by: art
2009-03-30 16:33:39 +04:00
Karen Kinnear
d37d544754
Merge
2009-03-29 18:19:05 -04:00
Y. Srinivas Ramakrishna
137a679446
6819891: ParNew: Fix work queue overflow code to deal correctly with +UseCompressedOops
...
When using compressed oops, rather than chaining the overflowed grey objects' pre-images through their klass words, we use GC-worker thread-local overflow stacks.
Reviewed-by: jcoomes, jmasa
2009-03-28 15:47:29 -07:00
Erik Trimble
350ce4d28b
6823377: Bump HS15 build number to 04
...
Update the HS15 Build number to 04
Reviewed-by: jcoomes
2009-03-27 16:58:30 -07:00
Erik Trimble
e4f3d13dbb
Merge
2009-03-27 16:54:56 -07:00