Pavel Porvatov
9dd15f9fc9
6918447: SynthToolBarUI.setBorderToXXXX() methods don't correspond inherited spec. They do nothing
...
Reviewed-by: peterz
2010-02-27 14:47:38 +03:00
Pavel Porvatov
c1ce8910fd
6913758: Specification for SynthViewportUI.paintBorder(...) should mention that this method is never called
...
Reviewed-by: peterz
2010-02-27 14:26:04 +03:00
Jonathan Gibbons
a5c51fcd1d
6930032: fix findbugs errors in com.sun.tools.javac.comp
...
Reviewed-by: darcy
2010-02-26 15:30:35 -08:00
Jonathan Gibbons
9ce36383eb
6930076: "null" can incorrectly appear in error message compiler.err.error.reading.file
...
Reviewed-by: darcy
2010-02-26 15:26:58 -08:00
Paul Hohensee
cef423370c
6923123: Hotspot refuses to start when -Xmx4m or -Xms4m is specified
...
Reduce NewSize from 4m to 1m.
Reviewed-by: tonyp, jmasa
2010-02-26 16:40:55 -05:00
Jonathan Gibbons
97162a48b1
6881645: Unchecked method call on a method declared inside anonymous inner causes javac to crash
...
Reviewed-by: mcimadamore
2010-02-26 08:42:22 -08:00
Denis Fokin
6f9a6edc4f
6887703: Unsigned applet can retrieve the dragged information before drop action occur
...
Reviewed-by: uta
2010-02-26 03:54:52 -08:00
Vladimir Kozlov
667e7ff0c0
6930116: loop predication code does not handle If nodes with only one projection
...
Add check for iff->outcnt() < 2.
Reviewed-by: never
2010-02-25 22:58:43 -08:00
Vladimir Kozlov
8554996b9b
6930035: C2 type system incorrectly handles case j.l.Object->meet(constant AryPtr)
...
Add missing code.
Reviewed-by: never
2010-02-25 15:55:47 -08:00
Jonathan Gibbons
02289ebec3
6893943: exit code from javah with no args is 0
...
Reviewed-by: darcy
2010-02-25 13:32:08 -08:00
Jonathan Gibbons
54cd0cc441
6929544: langtools source code uses statics qualified by instance variables
...
Reviewed-by: darcy
2010-02-25 12:26:39 -08:00
Tom Rodriguez
0ab4fb9e37
6915557: assert(_gvn.type(l)->higher_equal(type),"must constrain OSR typestate") with debug build
...
Reviewed-by: kvn
2010-02-25 11:38:50 -08:00
Joe Darcy
0f2c1bcc27
6929645: Address various findbugs warnings in langtools
...
Reviewed-by: jjg
2010-02-25 11:04:11 -08:00
Jonathan Gibbons
0cc023734d
4880220: Add a warning when accessing a static method via an reference
...
Reviewed-by: darcy
2010-02-25 09:42:35 -08:00
Xue-Lei Andrew Fan
3f2af07ba1
6916202: More cases of invalid ldap filters accepted and processed
...
Reviewed-by: vinnie, weijun
2010-02-25 13:32:40 +08:00
Antonios Printezis
1eb12e87a7
6928065: G1: use existing command line parameters to set the young generation size
...
See synopsis
Reviewed-by: johnc, jmasa
2010-02-24 14:56:20 -05:00
Joe Darcy
5925b23d55
6929382: Various core classes in util and elsewhere are missing @param <T> tags
...
Reviewed-by: dholmes, martin
2010-02-24 10:48:18 -08:00
Jon Masamitsu
f254745228
6928081: G1: rename parameters common with CMS
...
Rename marking stack sizing flags to be common between G1 and CMS
Reviewed-by: ysr, tonyp
2010-02-24 07:00:33 -08:00
Antonios Printezis
77b2dfce1d
6928073: G1: use existing command line parameters for marking cycle initiation
...
Replace the combination of the G1SteadyStateUsed / G1SteadyStateUsedDelta parameteres to decide the marking initiation threshold and instead use InitiatingHeapOccupancyPercent.
Reviewed-by: ysr, johnc
2010-02-23 23:14:34 -05:00
Antonios Printezis
b5c83abcd4
6928059: G1: command line parameter renaming
...
Rename G1 parameters to make them more consistent.
Reviewed-by: jmasa, johnc
2010-02-23 23:13:23 -05:00
Jonathan Gibbons
f37b9d8245
6511613: javac unexpectedly doesn't fail in some cases if an annotation processor specified
...
Reviewed-by: darcy
2010-02-23 18:43:02 -08:00
Alan Bateman
bdfb60de8c
6926800: TEST_BUG: java/nio/file/Files/walk_file_tree.sh fails with newer versions of find(1)
...
Reviewed-by: forax
2010-02-23 18:21:31 +00:00
Alan Bateman
d5dc027db9
6928960: make modules fails to build class analyzer
...
Reviewed-by: mchung
2010-02-23 18:19:53 +00:00
Lana Steuck
3333ae29a5
Merge
2010-02-23 10:17:51 -08:00
Lana Steuck
3762906a4c
Merge
2010-02-23 10:17:16 -08:00
Alan Bateman
4623333de0
6925932: (file) Path.endsWith can throw ArrayIndexOutOfBoundsException (unx)
...
Reviewed-by: chegar
2010-02-23 17:58:30 +00:00
Alan Bateman
4337f1df36
6925977: (file) test/java/nio/file/Path/CheckPermissions.java fails if test.src on read-only file system
...
Reviewed-by: chegar
2010-02-23 17:56:55 +00:00
Chris Hegarty
6c012bed48
6365587: Proxy-Connection header sent through tunnel
...
Reviewed-by: michaelm
2010-02-23 17:08:23 +00:00
Christian Thalinger
d1a6f819e6
6928839: JSR 292 typo in x86 _adapter_check_cast
...
There is a small typo in methodHandles_x86.cpp.
Reviewed-by: kvn
2010-02-23 17:46:29 +01:00
Vladimir Kozlov
e599f6c927
6928717: HS17 fails to build with SS11 C++
...
Add missing handles.inline.hpp for codeCache.cpp.
Reviewed-by: never
2010-02-22 16:56:49 -08:00
Kumar Srinivasan
1fe66fbda7
6902299: Java JAR "unpack200" must verify input parameters
...
Added several checks for addition of values before memory allocation
Reviewed-by: asaha
2010-02-22 14:33:19 -08:00
Andrew John Hughes
0592bca0a5
6928623: Behaviour of VERBOSE=true on langtools build
...
VERBOSE=true causes -diagnostics to be passed to ant rather than -debug
Reviewed-by: jjg
2010-02-22 21:37:13 +00:00
Damjan Jovanovic
6e3ed53d0a
6912868: "java.net.useSystemProxies" behavior fails to check "use_same_proxy" in GNOME
...
Reviewed-by: alanb, chegar
2010-02-22 15:27:11 +00:00
Lana Steuck
8fe58d00ab
Merge
2010-02-19 15:13:37 -08:00
Tom Rodriguez
fbd5ca617d
6927049: assert(is_Loop(),"invalid node class")
...
Reviewed-by: kvn
2010-02-19 13:06:11 -08:00
Andrew Brygin
2597796924
6899653: Sun Java Runtime CMM readMabCurveData Buffer Overflow Vulnerability
...
Reviewed-by: prr, hawtin
2010-02-19 22:30:52 +03:00
Vladimir Kozlov
fa2d360cd5
6910664: C2: java/util/Arrays/Sorting.java fails with DeoptimizeALot flag
...
Matcher::float_in_double should be true only when FPU is used for floats.
Reviewed-by: never, twisti
2010-02-19 10:04:16 -08:00
Erik Trimble
fbd3f3a787
6927886: Bump the HS17 build number to 10
...
Update the HS17 build number to 10
Reviewed-by: jcoomes
2010-02-18 22:16:12 -08:00
Erik Trimble
1fc852832b
Merge
2010-02-18 22:15:35 -08:00
Jonathan Gibbons
19147ccb61
6927797: langtools/test/tools/javac/EarlyAssert.java fails when run with assertions enabled (-ea)
...
Reviewed-by: darcy
2010-02-18 15:41:36 -08:00
Tom Rodriguez
3e1688a8cd
6663854: assert(n != __null,"Bad immediate dominator info.") in C2 with -Xcomp
...
Reviewed-by: kvn
2010-02-18 15:05:10 -08:00
Michael Wilkerson
5e91da1b95
Added tag jdk7-b84 for changeset ae856f7b6776
2010-02-18 13:31:57 -08:00
Michael Wilkerson
0d12029d1b
Added tag jdk7-b84 for changeset b8df1478b109
2010-02-18 13:31:46 -08:00
Michael Wilkerson
b4e8419abe
Added tag jdk7-b84 for changeset be1133a82187
2010-02-18 13:31:41 -08:00
Michael Wilkerson
a2494d2da2
Added tag jdk7-b84 for changeset 1a0d508d727c
2010-02-18 13:31:37 -08:00
Michael Wilkerson
85b4073f99
Added tag jdk7-b84 for changeset 31557f5428d0
2010-02-18 13:31:31 -08:00
Michael Wilkerson
4b22090ca4
Added tag jdk7-b84 for changeset a10244151b29
2010-02-18 13:31:27 -08:00
Michael Wilkerson
d0d4cbff17
Added tag jdk7-b84 for changeset a1aa32963dec
2010-02-18 13:31:26 -08:00
Christian Thalinger
c3066e0605
Merge
2010-02-18 10:44:14 -08:00
Gary Benson
51b9396b40
6927165: Zero S/390 fixes
...
Fixes two failures on 31-bit S/390.
Reviewed-by: twisti
2010-02-18 06:54:48 -08:00