Coleen Phillimore
b2bc7d218f
Merge
2010-12-16 09:31:55 -05:00
Igor Veresov
4c405911ef
Merge
2010-12-16 01:46:02 -08:00
John R Rose
494c1f5c75
Merge
2010-12-16 00:32:15 -08:00
Igor Veresov
a4b8804ae0
Merge
2010-12-15 23:38:10 -08:00
Xue-Lei Andrew Fan
64cb5ac047
7006265: Javadoc warnings
...
Reviewed-by: weijun
2010-12-15 22:42:37 -08:00
Igor Veresov
3ccd57dac4
7007229: Fix warnings with VS2010 in compressedStream.cpp
...
An interference between a fix for 6993125 and disabled optimization in compressedStream.cpp produces a warning with VS2010. Disable the warning for the code fragment for which the optimizations are disabled.
Reviewed-by: kvn
2010-12-15 20:43:36 -08:00
Kelly O'Hair
f417e56d0c
Merge
2010-12-15 15:30:12 -08:00
Kelly O'Hair
d3c9166347
Merge
2010-12-15 15:30:03 -08:00
Kelly O'Hair
69a203a988
Merge
2010-12-15 15:29:47 -08:00
Kelly O'Hair
edf0101200
Merge
2010-12-15 15:29:45 -08:00
Kelly O'Hair
7bda1ab0a1
Merge
2010-12-15 15:24:52 -08:00
Kelly O'Hair
77c3f80d6f
Merge
2010-12-15 15:24:51 -08:00
Lana Steuck
15c1c32516
Merge
2010-12-15 11:49:36 -08:00
Andrew Brygin
f5e1bc5ca8
6782574: AffineTransformOp.filter(BufferedImage, BufferedImage) fails with InternalError
...
Reviewed-by: igor, prr
2010-12-15 19:47:01 +03:00
Staffan Larsen
5ba47f538b
Merge
2010-12-15 08:03:54 -08:00
Staffan Larsen
c299b4709f
7006354: Updates to Visual Studio project creation and development launcher
...
Updates to Visual Studio project creation and development launcher
Reviewed-by: stefank, coleenp
2010-12-15 07:11:31 -08:00
Jonathan Gibbons
facb1c1b6d
7006564: NPE in javac running test/tools/javac/nio/compileTest/CompileTest.java
...
Reviewed-by: mcimadamore, alanb
2010-12-15 06:39:51 -08:00
Stefan Karlsson
c7842c2550
7006659: temporary adlc files are added to the build variables
...
Don't recurse into sub-directories when looking for source files.
Reviewed-by: never, brutisso
2010-12-15 05:43:54 -08:00
Steve Poole
7baef5d619
6927816: Demo crash in heaptracker with Non-Sun JDK due to possible violation of JNI spec
...
Reviewed-by: ohair, alanb
2010-12-15 09:15:20 +00:00
Tom Rodriguez
e738b0097a
6765546: Wrong sscanf used to parse CompilerOracle command >= 32 characters could lead to crash
...
Reviewed-by: kvn, iveresov
2010-12-14 23:17:00 -08:00
Masayoshi Okutsu
f58190736e
6990037: font warnings in the build, missing fonts
...
Reviewed-by: peytoia
2010-12-15 11:38:34 +09:00
Jonathan Gibbons
cfe2f7eb5d
6999891: DefaultFileManager incorrect
...
Reviewed-by: darcy
2010-12-14 14:17:20 -08:00
Jim Graham
80cb99bacb
6766342: Improve performance of Ductus rasterizer
...
Reviewed-by: jgodinez, prr
2010-12-14 13:25:29 -08:00
Antonios Printezis
727333a1a3
7000559: G1: assertion failure !outer || (full_collections_started == _full_collections_completed + 1)
...
The concurrent marking thread can complete its operation and increment the full GC counter during a Full GC. This causes the nesting of increments to the start and end of Full GCs that we are expecting to be wrong. the fix is for the marking thread to join the suspendible thread set before incrementing the counter so that it's blocked until the Full GC (or any other safepoint) is finished. The change also includes some minor code cleanup (I renamed a parameter).
Reviewed-by: brutisso, ysr
2010-12-14 16:19:44 -05:00
Lance Andersen
e7d9fa1a92
7006454: Typo in javadocs typo for Statement.executeBatch @since
...
Reviewed-by: alanb
2010-12-14 16:08:43 -05:00
Christian Thalinger
0563626b3c
7006044: materialize cheap non-oop pointers on 64-bit SPARC
...
After 6961690 we load non-oop pointers for the constant table which could easily be materialized in a few instructions.
Reviewed-by: never, kvn
2010-12-14 12:44:30 -08:00
Coleen Phillimore
18324204ef
7006471: fix for 6988439 crashes when pending list lock is null
...
Missing null check in owns_pending_list_lock() because this can be called before pending_list_lock is initialized.
Reviewed-by: never, kvn
2010-12-14 15:10:52 -05:00
Kumar Srinivasan
3f8b4d6b64
7006704: (pack200) add missing file for 6990106
...
Reviewed-by: mduigou, briangoetz
2010-12-14 08:13:38 -08:00
Kumar Srinivasan
1a68506b19
6990106: FindBugs scan - Malicious code vulnerability Warnings in com.sun.java.util.jar.pack.*
...
Reviewed-by: mduigou, briangoetz
2010-12-14 07:42:11 -08:00
Andrew John Hughes
0e6307f4b7
6444769: java/awt/Insets/WindowWithWarningTest/WindowWithWarningTest.html fails
...
Remove unneeded test
Reviewed-by: anthony
2010-12-14 13:51:07 +00:00
Tom Rodriguez
a5f501c021
7004940: CTW: assert(!def_outside->member(r)) failed: Use of external LRG overlaps the same LRG
...
Reviewed-by: kvn, twisti
2010-12-13 22:41:03 -08:00
Jim Holmlund
aeae2e4203
6999460: Glassfish build with JDK 6 / 7 is 5x-10x slower on Windows than on Linux
...
Fixed JavacFileManager to not treat a non-existant pathname as a directory.
Reviewed-by: jjg
2010-12-13 17:35:57 -08:00
Lana Steuck
9ed3faea7a
Merge
2010-12-13 16:25:26 -08:00
Lana Steuck
0376b163c5
Merge
2010-12-13 16:22:29 -08:00
Lana Steuck
80dcc0914c
Merge
2010-12-13 16:21:36 -08:00
Maurizio Cimadamore
6ef5228632
6993978: Project Coin: Compiler support of annotation to reduce varargs warnings
...
Reviewed-by: jjg, darcy
2010-12-13 15:11:00 -08:00
Coleen Phillimore
d2481f01f0
Merge
2010-12-13 14:46:51 -08:00
Joe Darcy
9d7eb99f30
7006129: Project Coin: Annotation type to reduce varargs warnings
...
Reviewed-by: jjg, mcimadamore
2010-12-13 14:34:37 -08:00
Xueming Shen
675d4c42a3
7003462: cannot read InputStream returned by java.util.ZipFile.getInputStream(ZipEntry)
...
The returned InflatedInputStream object should be kept in map streams
Reviewed-by: alanb
2010-12-13 14:12:56 -08:00
Bhavesh Patel
87db401cf5
Merge
2010-12-13 14:08:01 -08:00
Bhavesh Patel
8850af593b
7006270: Several javadoc regression tests are failing on windows
...
Reviewed-by: jjg
2010-12-13 13:44:47 -08:00
Naoto Sato
c961543922
7002320: Locale.forLanguageTag()/toLanguageTag() not working properly with ja_JP_JP locale
...
Reviewed-by: dougfelt
2010-12-13 13:16:08 -08:00
Kelly O'Hair
f31fdf2fb6
Merge
2010-12-13 10:49:18 -08:00
Qi Zuo
eae9fe4ba9
Merge
2010-12-13 11:34:03 -05:00
Vinnie Ryan
7d90fc05af
Merge
2010-12-13 15:07:20 +00:00
Vinnie Ryan
26382e27dd
6799854: CodeSigner.hashCode() does not work with serialization
...
Reviewed-by: mullan
2010-12-13 14:58:52 +00:00
Maurizio Cimadamore
ecb30ce139
7006109: Add test library to simplify the task of writing automated type-system tests
...
Types.java needs to be more stress-tested
Reviewed-by: jjg
2010-12-13 14:56:50 +00:00
Lana Steuck
1cf7cebcc8
Merge
2010-12-12 21:58:56 -08:00
Andy Herrick
48c5131fad
Merge
2010-12-12 22:58:01 -05:00
Andy Herrick
e5c7075b36
Merge
2010-12-12 22:56:48 -05:00