Changpeng Fang
|
815db4fcba
|
6894779: Loop Predication for Loop Optimizer in C2
Loop predication implementation
Reviewed-by: never, kvn
|
2010-01-12 14:37:35 -08:00 |
|
Igor Veresov
|
ba4994e447
|
Merge
|
2010-01-12 13:54:40 -08:00 |
|
Michael McMahon
|
a77c29524f
|
6910590: Application can modify command array, in ProcessBuilder
Clone array returned by List.toArray()
Reviewed-by: chegar, alanb
|
2010-01-12 12:13:48 +00:00 |
|
Yong Jeffrey Huang
|
0db0a7d9e9
|
Merge
|
2010-01-11 23:25:20 -08:00 |
|
Jonathan Gibbons
|
6e3f4a8a4c
|
6909470: langtools stub generator should prune unnecessary imports
Reviewed-by: darcy
|
2010-01-11 16:18:05 -08:00 |
|
Joe Darcy
|
8e7d694a82
|
6828204: NavigableSet.subSet() documentation refers to nonexistent parameters
Reviewed-by: martin
|
2010-01-11 15:35:28 -08:00 |
|
Jonathan Gibbons
|
2279a1af12
|
6915497: test test/tools/javac/nio/compileTest/CompileTest.java fails under Hudson
Reviewed-by: darcy
|
2010-01-11 14:17:01 -08:00 |
|
Jonathan Gibbons
|
8d42657600
|
6915476: java.util.regex.PatternSyntaxException in com.sun.tools.javac.nio.PathFileObject
Reviewed-by: darcy
|
2010-01-11 14:12:10 -08:00 |
|
Jesse Glick
|
dfe44a05ec
|
6764569: [PATCH] Fix unused imports in list resource bundles
Reviewed-by: ksrini
|
2010-01-11 14:09:15 -08:00 |
|
Jonathan Gibbons
|
4447330ab3
|
6326754: Compiler will fail to handle -Xmaxerrs with -ve numbers
Reviewed-by: ksrini
|
2010-01-11 14:05:21 -08:00 |
|
Chris Hegarty
|
1d92211cb6
|
6915313: Reorganize implementation to make it more feasible to port to JDK6
This makes the SCTP implementation easier to run with Suns JDK6.
Reviewed-by: alanb
|
2010-01-11 16:04:05 +00:00 |
|
Alan Bateman
|
30d2fd5f41
|
6913877: (fs) AsynchronousFileChannel.write can return wrong result under load [win]
Reviewed-by: chegar
|
2010-01-10 12:29:19 +00:00 |
|
Alan Bateman
|
46d57b48e4
|
6907760: (file) OVERFLOW event should cause pending events to be purged
Reviewed-by: chegar
|
2010-01-09 19:32:58 +00:00 |
|
Y. Srinivas Ramakrishna
|
c0174fb200
|
Merge
|
2010-01-09 09:01:41 -08:00 |
|
Tom Rodriguez
|
96612c6e23
|
6909839: missing unsigned compare cases for some cmoves in sparc.ad
Reviewed-by: kvn, jrose
|
2010-01-09 00:59:35 -08:00 |
|
John R Rose
|
84ad3ddc31
|
Merge
|
2010-01-08 22:02:42 -08:00 |
|
John R Rose
|
48bd193a36
|
Merge
|
2010-01-08 18:27:20 -08:00 |
|
John R Rose
|
d5049c59b3
|
Merge
|
2010-01-08 15:17:42 -08:00 |
|
John R Rose
|
6fbdf208fc
|
6912063: inlining parameters need to be adjusted for some uses of the JVM
Put all inline-related switches into product mode, to allow tuning by dynamic language implementors.
Reviewed-by: twisti, kvn
|
2010-01-08 13:58:49 -08:00 |
|
John R Rose
|
fdbb64ef71
|
6912062: disassembler plugin needs to produce symbolic information in product mode
More informative disassembly in product mode. Also, a more consistent CompileCommand syntax.
Reviewed-by: never
|
2010-01-08 13:47:01 -08:00 |
|
Jonathan Gibbons
|
09e737337b
|
6915152: langtools build failures with import.jdk on Windows
Reviewed-by: ohair
|
2010-01-08 13:14:45 -08:00 |
|
Jonathan Gibbons
|
2c83d314bc
|
6915078: ALT_JDK_IMPORT_PATH typo in langtools/make/Makefile
Reviewed-by: tbell
|
2010-01-08 11:32:57 -08:00 |
|
Jonathan Gibbons
|
fb26d8497e
|
6665791: com.sun.source.tree.MethodTree.toString() does not output default values
Reviewed-by: darcy
|
2010-01-08 11:28:49 -08:00 |
|
Jonathan Gibbons
|
114e3f9b31
|
6878146: incorrect unused value should be deleted
Reviewed-by: darcy
|
2010-01-08 11:16:23 -08:00 |
|
Jonathan Gibbons
|
9f2d8827db
|
6878147: Keywords.log is declared and initialized but unused
Reviewed-by: darcy
|
2010-01-08 11:11:33 -08:00 |
|
Vladimir Kozlov
|
eca996c10f
|
6910484: incorrect integer optimization (loosing and op-r in a given example)
Remove AND operation only if mask is equal to shift.
Reviewed-by: never
|
2010-01-08 09:51:24 -08:00 |
|
Kevin Brown
|
7548b8eed5
|
6915110: IfNode::up_one_dom moves beyond RootNode bug in src/share/vm/opto/ifnode.cpp
Check RootNode before check Loop in IfNode::up_one_dom().
Reviewed-by: never
|
2010-01-08 09:42:31 -08:00 |
|
Andrew John Hughes
|
74452cc018
|
6584033: (tz) wrong buffer length in TimeZone_md.c
Add testcase for this bug
Reviewed-by: darcy, okutsu
|
2010-01-08 12:51:15 +00:00 |
|
Christian Thalinger
|
e5fb2ad1c4
|
6914206: change way of permission checking for generated MethodHandle adapters
Put generated MH adapter in InvokeDynamic/MethodHandle classes to be able to indentify them easily in the compiler.
Reviewed-by: kvn, never, jrose
|
2010-01-08 11:09:46 +01:00 |
|
Joe Darcy
|
7eff9123d3
|
6915171: Clarify checked/unchecked status of Throwable and its subclasses
Reviewed-by: dholmes
|
2010-01-07 19:42:43 -08:00 |
|
Vladimir Kozlov
|
8da8433a6f
|
6912517: JIT bug compiles out (and stops running) code that needs to be run. Causes NPE
Add missing check that value is used in memory expression in instructions with embedded load.
Reviewed-by: never, jrose
|
2010-01-07 16:26:31 -08:00 |
|
Gary Benson
|
5d66f5aca8
|
6914622: Print values of all flags for product VM
Change the flag -XX:+PrintFlagsFinal to product and add new product flag -XX:+PrintFlagsInitial.
Reviewed-by: phh, ysr
|
2010-01-07 16:24:17 -08:00 |
|
John R Rose
|
020e5501fd
|
6914665: update jdk code for JSR 292 (post 6858164)
Fill in missing API implementations, fix numerous bugs, adjust APIs towards EG design.
Reviewed-by: twisti
|
2010-01-07 16:16:45 -08:00 |
|
Andrew John Hughes
|
d298973077
|
6914986: Make sure openjdk doc generation not turned off with JDK_UPDATE_VERSION
Only turn off documentation for updates when not building OpenJDK
Reviewed-by: ohair
|
2010-01-07 23:17:01 +00:00 |
|
Mandy Chung
|
b4749c950a
|
6911737: Module build: generate modules with native libraries and any other files not in jar
Create modules under OUTPUTDIR/modules directory containing resources, native libraries
Reviewed-by: alanb, ohair
|
2010-01-07 08:14:48 -08:00 |
|
Jon Masamitsu
|
69342d1472
|
6912018: CMS: guarantee(head() != 0,"The head of the list cannot be NULL")
Block too small to split was not correctly putback to free lists.
Reviewed-by: ysr
|
2010-01-07 08:14:45 -08:00 |
|
Igor Veresov
|
5bec0d60ab
|
Merge
|
2010-01-06 22:21:39 -08:00 |
|
Yong Jeffrey Huang
|
0269746b49
|
6821191: Timezone display name localization
Reviewed-by: yhuang, ogino
|
2010-01-06 19:32:55 -08:00 |
|
Yong Jeffrey Huang
|
dbcf39cd95
|
6914413: abbreviation name for November is not correct in be_BY
Reviewed-by: yhuang, peytoia
|
2010-01-06 17:52:49 -08:00 |
|
John R Rose
|
20b837a9e4
|
Merge
|
2010-01-06 16:50:51 -08:00 |
|
Tom Rodriguez
|
ac5dfe00c7
|
Merge
|
2010-01-06 14:25:03 -08:00 |
|
Tom Rodriguez
|
98449cf2c2
|
6914300: ciEnv should export all well known classes
Reviewed-by: kvn, twisti
|
2010-01-06 14:22:39 -08:00 |
|
Jonathan Gibbons
|
b796b9a5d2
|
6855236: Compiler Tree API TreePath class generates NullPointerException from Iterator
Reviewed-by: darcy
|
2010-01-06 13:16:48 -08:00 |
|
Jonathan Gibbons
|
8fef75cd30
|
6307206: missing lint control for pkg-info
Reviewed-by: darcy
|
2010-01-06 13:09:52 -08:00 |
|
Yong Jeffrey Huang
|
3ef2389b01
|
6716626: Integrate contributed language and country names for NL
Reviewed-by: yhuang, peytoia
|
2010-01-05 18:26:19 -08:00 |
|
Tom Rodriguez
|
0998a8591f
|
6914002: unsigned compare problem after 5057818
Reviewed-by: kvn, twisti
|
2010-01-05 16:12:26 -08:00 |
|
Kelly O'Hair
|
c0015132c6
|
Merge
|
2010-01-05 15:17:34 -08:00 |
|
Kelly O'Hair
|
03c602bf3a
|
Merge
|
2010-01-05 13:44:09 -08:00 |
|
Tom Rodriguez
|
6c0af1575c
|
Merge
|
2010-01-05 11:16:09 -08:00 |
|
Gary Benson
|
99b489b4f7
|
6908267: Zero fails to unlock synchronized native methods on exception
Reviewed-by: never
|
2010-01-05 11:14:54 -08:00 |
|