Joe Darcy
dba9612ad9
7071246: Enclosing string literal in parenthesis in switch-case crashes javac
...
Reviewed-by: mcimadamore
2011-08-04 11:15:37 -07:00
Mike Duigou
80af4650a8
7073296: Executable.equalParamTypes() incorrectly returns true when the number of params differs
...
Reviewed-by: alanb, darcy
2011-08-04 08:53:16 -07:00
Weijun Wang
840e8200ad
7061379: [Kerberos] Cross-realm authentication fails, due to nameType problem
...
Reviewed-by: valeriep
2011-08-04 18:18:45 +08:00
Pavel Porvatov
f86996535a
7072328: Sun URL in the MetalLookAndFeel.getLayoutStyle() specification should be replaced with Oracle one
...
Reviewed-by: peterz
2011-08-03 16:59:23 +04:00
John Cuthbertson
f7d3d2b63e
7069863: G1: SIGSEGV running SPECjbb2011 and -UseBiasedLocking
...
Align the reserved size of the heap and perm to the heap region size to get a preferred heap base that is aligned to the region size, and call the correct heap reservation constructor. Also add a check in the heap reservation code that the reserved space starts at the requested address (if any).
Reviewed-by: kvn, ysr
2011-08-02 12:13:13 -07:00
Roland Westrelin
b543a07b9a
7074017: Introduce MemBarAcquireLock/MemBarReleaseLock nodes for monitor enter/exit code paths
...
Replace MemBarAcquire/MemBarRelease nodes on the monitor enter/exit code paths with new MemBarAcquireLock/MemBarReleaseLock nodes
Reviewed-by: kvn, twisti
2011-08-02 18:36:40 +02:00
Tom Rodriguez
9cd1a00e3f
7075623: 6990212 broke raiseException in 64 bit
...
Reviewed-by: kvn, twisti
2011-08-08 13:19:46 -07:00
Chris Phillips
6a54c8a55f
7071823: Zero: zero/shark doesn't build after b147-fcs
...
Reviewed-by: gbenson, twisti
2011-08-08 05:49:04 -07:00
Vladimir Kozlov
5ad0c2a370
7075559: JPRT windows_x64 build failure
...
Use SA_CLASSDIR variable instead of dirsctory saclasses.
Reviewed-by: kamg, dcubed
2011-08-06 08:28:08 -07:00
Krystal Mok
24e8905fdf
7072527: CMS: JMM GC counters overcount in some cases
...
Avoid overcounting when CMS has concurrent mode failure.
Reviewed-by: ysr
2011-08-02 14:37:35 +01:00
Lana Steuck
645d027b78
Merge
2011-08-01 17:40:38 -07:00
John Cuthbertson
144fb9dc25
7068240: G1: Long "parallel other time" and "ext root scanning" when running specific benchmark
...
In root processing, move the scanning of the reference processor's discovered lists to before RSet updating and scanning. When scanning the reference processor's discovered lists, use a buffering closure so that the time spent copying any reference object is correctly attributed. Also removed a couple of unused and irrelevant timers.
Reviewed-by: ysr, jmasa
2011-08-01 10:04:28 -07:00
Sergey Bylokhov
ceb052fc3f
7068060: closed/java/awt/MenuBar/MenuBarSetFont/MenuBarSetFont.java failed on windows
...
Reviewed-by: art, dcherepanov
2011-08-01 17:05:16 +04:00
Kurchi Subhra Hazra
8083d3a875
6978200: ServerSocket.toString include "port=0" in the returned String
...
Removal of "port=0" from ServerSocket.toString method
Reviewed-by: alanb, chegar
2011-07-29 10:55:21 -07:00
Alexandre Boulgakov
abdf98fef8
7072523: java.math should be built with javac -Xlint:all -Werror
...
Reviewed-by: darcy
2011-07-29 16:45:37 -07:00
Vladimir Kozlov
df8d608ac7
7068051: SIGSEGV in PhaseIdealLoop::build_loop_late_post
...
Removed predicate cloning from loop peeling optimization and from split fall-in paths.
Reviewed-by: never
2011-07-29 09:16:29 -07:00
Xue-Lei Andrew Fan
2ee0410a0c
7068662: Reserve and restore the default locale
...
Reviewed-by: alanb, weijun
2011-07-29 02:50:58 -07:00
Alexandre Boulgakov
d5e142fba4
7068616: NIO libraries do not build with javac -Xlint:all,-deprecation -Werror
...
Reviewed-by: alanb, chegar
2011-07-28 13:34:31 -07:00
Tom Rodriguez
e30a679033
7060619: C1 should respect inline and dontinline directives from CompilerOracle
...
Reviewed-by: kvn, iveresov
2011-07-28 13:03:39 -07:00
Andrew John Hughes
28383f3e18
7072341: enable hotspot builds on Linux 3.0
...
Add "3" to list of allowable versions
Reviewed-by: kamg, chrisphi
2011-07-28 14:10:21 -04:00
Pavel Porvatov
eeacd60822
7071166: LayoutStyle.getPreferredGap() - IAE is expected but not thrown
...
Reviewed-by: peterz
2011-07-28 18:24:54 +04:00
Pavel Porvatov
6abadbf15a
6995769: occasion NPE thrown from SwingUtilities.computeIntersection()
...
Reviewed-by: alexp
2011-07-28 18:13:17 +04:00
Xerxes Ranby
23b10ec618
7066143: JSR 292: Zero support after regressions from 7009923 and 7009309
...
Reviewed-by: jrose, twisti
2011-07-28 02:14:44 -07:00
Lana Steuck
6960817595
Merge
2011-07-27 22:42:19 -07:00
Vladimir Kozlov
18329266ea
7069452: Cleanup NodeFlags
...
Remove flags which duplicate information in Node::NodeClasses.
Reviewed-by: never
2011-07-27 17:28:36 -07:00
Tom Rodriguez
c895368552
7071427: AdapterFingerPrint can hold 8 entries per int
...
Reviewed-by: kvn
2011-07-27 15:06:35 -07:00
Kumar Srinivasan
53abe0d254
7068902: (javac) allow enabling or disabling of String folding
...
Contributed by netbeans team, modified to suit by the langtools team.
Reviewed-by: jjg, mcimadamore
2011-07-27 11:53:17 -07:00
Maurizio Cimadamore
5c209a7d2d
7057297: Project Coin: diamond erroneously accepts in array initializer expressions
...
Diamond in array initializer expressions should be rejected
Reviewed-by: jjg
2011-07-27 19:01:33 +01:00
Maurizio Cimadamore
02802c9449
7046778: Project Coin: problem with diamond and member inner classes
...
Diamond inference generates spurious error messages when target type is a member inner class
Reviewed-by: jjg
2011-07-27 19:01:08 +01:00
Maurizio Cimadamore
af30a2dbf3
7062745: Regression: difference in overload resolution when two methods are maximally specific
...
Fix most specific when two methods are maximally specific and only one has non-raw return type
Reviewed-by: jjg, dlsmith
2011-07-27 19:00:53 +01:00
Chris Hegarty
281db94b24
6670868: StackOverFlow with bad authenticated Proxy tunnels
...
Reviewed-by: michaelm
2011-07-27 18:10:10 +01:00
Vladimir Kozlov
dd43791e4a
7070134: Hotspot crashes with sigsegv from PorterStemmer
...
Do not move data nodes which are attached to a predicate test to a dominating test.
Reviewed-by: never
2011-07-26 19:35:23 -07:00
Mario Torre
18fbb54873
7071275: Fix jdk7 references in README files, remove Forest Extension mentions
...
Change documentation to remove reference to forest and reflect update to jdk8.
Reviewed-by: ohair
2011-07-26 21:54:25 +02:00
Mario Torre
e95d21a2bf
7070155: A small refactoring patch for the abstract RenderingEngine
...
Simplify code by using ReflectiveOperationException instead of 3 ignored catch blocks
Reviewed-by: prr
2011-07-26 21:34:25 +02:00
Alexandre Boulgakov
545b41c9ab
7069870: Parts of the JDK erroneously rely on generic array initializers with diamond
...
Reviewed-by: ksrini, mcimadamore
2011-07-25 16:20:39 -07:00
Kurchi Subhra Hazra
05387aad77
7035556: DatagramSocket.java:183: warning: unreachable catch clause
...
Remove redundant catches in bind
Reviewed-by: alanb, michaelm, wetmore, chegar
2011-07-25 14:35:13 -07:00
Abhijit Saha
5fb55770ff
7046794: Configurable behavior for server-side stacktraces
...
Reviewed-by: ramap
2011-07-25 11:38:25 -07:00
Coleen Phillimore
3e1a7d0e17
Merge
2011-07-23 10:42:20 -04:00
Erik Trimble
98bbf6a045
7070061: Adjust Hotspot make/jprt.properties for new JDK8 settings
...
Fix so the JPRT can build with -release jdk8 now
Reviewed-by: ohair
2011-07-22 23:42:46 -07:00
Erik Trimble
25bac45a67
7069176: Update the JDK version numbers in Hotspot for JDK 8
...
Change JDK_MINOR_VER and JDK_PREVIOUS_VERSION to reflect JDK8 values
Reviewed-by: jcoomes
2011-07-22 23:47:17 -07:00
Erik Trimble
4a81ae28b7
Merge
2011-07-23 01:56:51 -07:00
Kelly O'Hair
a6cbb46a23
Merge
2011-07-22 21:31:14 -07:00
Kelly O'Hair
45bcef756e
Merge
2011-07-22 21:31:12 -07:00
Kelly O'Hair
f6ad1656c0
Merge
2011-07-22 21:31:05 -07:00
Kelly O'Hair
5ed600c64e
7069993: Adjust make/jprt.properties file for jdk8
...
Reviewed-by: katleman
2011-07-22 17:35:54 -07:00
Kelly O'Hair
b98e69d69b
7069993: Adjust make/jprt.properties file for jdk8
...
Reviewed-by: katleman
2011-07-22 17:35:39 -07:00
Kelly O'Hair
a6b33d5a4a
7069993: Adjust make/jprt.properties file for jdk8
...
Reviewed-by: katleman
2011-07-22 17:35:20 -07:00
Kelly O'Hair
d615775c53
7069993: Adjust make/jprt.properties file for jdk8
...
Reviewed-by: katleman
2011-07-22 17:35:04 -07:00
Kelly O'Hair
59802b7329
7069993: Adjust make/jprt.properties file for jdk8
...
Reviewed-by: katleman
2011-07-22 17:34:49 -07:00
Kelly O'Hair
ef74b1c19f
7069993: Adjust make/jprt.properties file for jdk8
...
Reviewed-by: katleman
2011-07-22 17:34:04 -07:00