Xueming Shen
7add953cfe
5025260: Register methods should throw ClosedChannelException instead of NPE
...
Update the spec and implementation to throw ClosedSelectorException
Reviewed-by: alanb
2008-10-13 14:45:27 -07:00
Tim Bell
4fddc7cbee
Merge
2008-10-10 13:29:11 -07:00
Tim Bell
b5c0324f6a
Merge
2008-10-10 13:28:14 -07:00
Chuck Rasbold
e585263735
6752257: Use NOT instead of XOR -1 on x86
...
Add match rule for xor -1
Reviewed-by: never, kvn
2008-10-10 09:47:56 -07:00
Daniel Fuchs
246d79484d
6758165: ConnectorBootstrap.DefaultValues should have a default value for USE_LOCAL_ONLY
...
Reviewed-by: alanb, emcmanus
2008-10-10 10:58:08 +02:00
Xiomara Jayasena
16155a7d48
Added tag jdk7-b37 for changeset 076a3cde30d5
2008-10-09 11:13:34 -07:00
Xiomara Jayasena
443bd6a8ef
Added tag jdk7-b37 for changeset b4c26443dee5
2008-10-09 11:13:24 -07:00
Xiomara Jayasena
c5fd243bce
Added tag jdk7-b37 for changeset 4c4fb0aeb1fc
2008-10-09 11:13:18 -07:00
Xiomara Jayasena
97fb020199
Added tag jdk7-b37 for changeset e665a277bfd2
2008-10-09 11:13:16 -07:00
Xiomara Jayasena
8f0558c530
Added tag jdk7-b37 for changeset 5eb97f366a6a
2008-10-09 11:13:12 -07:00
Xiomara Jayasena
ccd6d11b80
Added tag jdk7-b37 for changeset 7ffc53470502
2008-10-09 11:13:08 -07:00
Xiomara Jayasena
ecc1626f21
Added tag jdk7-b37 for changeset 00ad557cab71
2008-10-09 11:13:07 -07:00
Antonios Printezis
04b0ebb9c1
Merge
2008-10-09 12:06:22 -04:00
Maurizio Cimadamore
c09e705e04
6586091: javac crashes with StackOverflowError
...
Types.adapt should avoid infinite loops by exploiting a local cache
Reviewed-by: jjg
2008-10-09 16:21:04 +01:00
Maurizio Cimadamore
68c9df4110
6731573: diagnostic output should optionally include source line
...
Added an -XD option to optionally prints out source lines in error messages
Reviewed-by: jjg
2008-10-09 16:19:13 +01:00
Maurizio Cimadamore
7a442ce178
6406133: JCDiagnostic.getMessage ignores locale argument
...
Compiler API should take into account locale settings
Reviewed-by: jjg
2008-10-09 16:07:38 +01:00
Maurizio Cimadamore
ab5f1cb24b
6724345: incorrect method resolution for enum classes entered as source files
...
Enum's abstract methods shouldn't be skipped during method resolution
Reviewed-by: jjg
2008-10-09 16:04:29 +01:00
Maurizio Cimadamore
67339c0aab
6738538: javac crashes when using a type parameter as a covariant method return type
...
Capture conversion should be applied when acccessing a member of an intersection type
Reviewed-by: jjg
2008-10-09 16:02:29 +01:00
Maurizio Cimadamore
9315b88d67
6751514: Unary post-increment with type variables crash javac during lowering
...
Lower.abstractRval should take into account parenthesized expressions
Reviewed-by: jjg
2008-10-09 15:56:20 +01:00
Daniel Fuchs
4f96480e17
6332953: JMX agent should bind to loopback address when starting the local connector server
...
Reviewed-by: emcmanus
2008-10-09 14:10:58 +02:00
Eamonn McManus
8fe5a021a3
6757225: MXBean: Incorrect type names for parametrized types, dealing with arrays
...
Reviewed-by: sjiang
2008-10-08 18:38:25 +02:00
Kumar Srinivasan
3a72f5c241
6755845: JVM_FindClassFromBoot triggers assertions
...
Fixes assertions caused by one jvm_entry calling another, solved by refactoring code and modified gamma test.
Reviewed-by: dholmes, xlu
2008-10-08 08:10:51 -07:00
Jonathan Gibbons
98ab03e7e5
6749967: regression tests for apt should be same-vm friendly
...
Reviewed-by: darcy
2008-10-07 15:39:19 -07:00
Sean Mullan
a2481b51f8
Merge
2008-10-07 14:44:04 -04:00
Erik Trimble
50964694fe
Merge
2008-10-07 11:01:35 -07:00
Sean Mullan
9148e3b4c1
Merge
2008-10-07 13:48:49 -04:00
Sean Mullan
2229fb0a55
6752764: PIT B37: CertPath/CertPathValidatorTest/KeyParamsInheritanceTest failed
...
Fix regression introduced by 6465942
Reviewed-by: vinnie
2008-10-07 13:41:39 -04:00
Igor Veresov
d80199b403
6753547: NUMA allocator: Invalid chunk size computation during adaptive resizing
...
The per-lgrp chuck size can be incorrectly computed (causing an assertion failure) because of the non-associativity of the floating point operations. The fix is to rearrange the operations.
Reviewed-by: ysr
2008-10-06 20:59:16 -07:00
Jonathan Gibbons
1a0a9d1a6f
6748546: javadoc API should be classloader-friendly
...
Reviewed-by: bpatel
2008-10-06 16:57:15 -07:00
Tom Rodriguez
7633aaa177
Merge
2008-10-06 13:11:32 -07:00
Xiaobin Lu
fe28b4f768
6673124: Runtime.availableProcessors / os::active_processor_count wrong if unused processor sets exist
...
Reviewed-by: acorn, dholmes
2008-10-06 11:39:34 -07:00
Antonios Printezis
6f5e28aca1
6752248: G1: introduce parallel heap verification
...
Introduce parallel heap verification in G1.
Reviewed-by: jcoomes, apetrusenko
2008-10-06 13:16:35 -04:00
Bradford Wetmore
c63de8e0a8
Merge
2008-10-06 09:17:35 -07:00
Kumar Srinivasan
8e3e3658c5
6755847: (launcher) will trigger assertions in debug build
...
Adds a temporary counter measure to to prevent assertions CR: 6755845
Reviewed-by: darcy, dholmes
2008-10-05 18:53:03 -07:00
Tim Bell
ebc51f0813
Merge
2008-10-04 22:59:05 -07:00
Tim Bell
f7bfb9b472
Merge
2008-10-04 22:57:59 -07:00
Tim Bell
7fe650bc36
Merge
2008-10-04 22:49:54 -07:00
Tim Bell
1e22a7ec76
Merge
2008-10-04 22:48:54 -07:00
Tom Rodriguez
043fde10e5
6743188: incomplete fix for 6700047 C2 failed in idom_no_update
...
Reviewed-by: rasbold, kvn
2008-10-03 13:58:20 -07:00
Xiomara Jayasena
4dcb55b4b5
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:40 -07:00
Xiomara Jayasena
6e86513c3a
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:32 -07:00
Xiomara Jayasena
76df5ec473
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:19 -07:00
Xiomara Jayasena
9d02d6ab31
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:15 -07:00
Xiomara Jayasena
1c9496b191
6754988: Update copyright year
...
Update for files that have been modified starting July 2008
Reviewed-by: ohair, tbell
2008-10-02 19:58:13 -07:00
Erik Trimble
b089627fe8
6755406: minor mistakes in copyright notices
...
Mismatch in some header copyrights from standard templates
Reviewed-by: jcoomes
2008-10-02 14:11:33 -07:00
Jon Masamitsu
6c19542a36
6660681: Incrementally reserve pages on win server 2003 for better large page affinity
...
For windows server 2003 added option to reserve large pages individually.
Reviewed-by: alanb, jcoomes, tonyp, apetrusenko
2008-10-02 12:01:08 -07:00
Vladimir Kozlov
adce6fc49a
6667595: Set probability FAIR for pre-, post- loops and ALWAYS for main loop
...
Fix loop's probability. Add optimizations to avoid spilling. Change InlineSmallCode to product flag.
Reviewed-by: never
2008-10-02 08:37:44 -07:00
Daniel D. Daugherty
7eacf5061e
Merge
2008-10-02 06:54:46 -07:00
Karen Kinnear
5b60edebb8
Merge
2008-10-01 20:15:03 -04:00
Erik Trimble
bd1d9eea88
Merge
2008-10-01 16:57:40 -07:00