Jonathan Gibbons
72ffb28a4d
6759810: bad regression test causes source file to be deleted
...
Reviewed-by: mcimadamore
2008-10-16 07:39:53 -07:00
Jonathan Gibbons
ad3ca8d8f2
6759775: RegularFileObject.inferBinaryName gives bad result on empty path
...
Reviewed-by: mcimadamore
2008-10-16 07:30:13 -07:00
Tim Bell
f52b203b13
6759959: VS2008 errors compiling corba sources
...
Update Makefiles to deal with newer Visual Studio releases
Reviewed-by: ohair
2008-10-15 21:24:26 -07:00
Erik Trimble
4b983d3b39
Merge
2008-10-15 18:51:04 -07:00
Erik Trimble
1c5962a62c
Merge
2008-10-15 18:49:57 -07:00
Jonathan Gibbons
a75a5f00d6
6759796: test/tools/javac/6348193/T6348193.java fails if there are empty entries on the bootclasspath
...
Reviewed-by: darcy
2008-10-15 13:20:03 -07:00
Jonathan Gibbons
a2201c5ae7
6759795: test/tools/apt/Basic/print.sh may fail depending on jtreg options
...
Reviewed-by: darcy
2008-10-15 11:13:23 -07:00
Maurizio Cimadamore
0f7dc30816
6759682: APT: compiler message file broken after refactoring of com.sun.tools.javac.util.Message
...
JavacMessages should refresh its own bundle cache when a new resource bundle is added by APT
Reviewed-by: jjg
2008-10-15 17:23:55 +01:00
Jonathan Gibbons
55ef4bc22e
6748541: javadoc should be reusable
...
Reviewed-by: bpatel
2008-10-15 08:07:59 -07:00
Mandy Chung
e5e6ca9d62
6306922: Dump dump created by +HeapDumpOnOutOfMemoryError should include stack traces for stack roots
...
Include stack traces of all threads in the heap dump
Reviewed-by: alanb
2008-10-14 15:16:38 -07:00
Vladimir Kozlov
55925534ec
6532536: Optimize arraycopy stubs for Intel cpus
...
Use SSE2 movdqu in arraycopy stubs on newest Intel's cpus
Reviewed-by: rasbold
2008-10-14 15:10:26 -07:00
Kumar Srinivasan
a7c6406a8f
6758881: (launcher) needs to throw NoClassDefFoundError instead of JavaRuntimeException
...
The launcher will throw the Error vs. Exception, also fixed some minor issues with the tests.
Reviewed-by: darcy
2008-10-14 13:02:30 -07:00
Maurizio Cimadamore
1dc1dcab49
6759143: com.sun.tools.javac.util.Messages is obsolete and should be removed
...
Push for 6406133 should have removed com.sun.tools.javac.util.Messages
Reviewed-by: jjg
2008-10-14 17:05:48 +01:00
Coleen Phillimore
d1aacc7cdf
6700107: java/lang/Class/forName/TooManyDimensions.java crashes with SIGSEGV in c2 compiler with fastdebug
...
ObjArrayKlass::compute_modifier_flags was unnecessarily recursive
Reviewed-by: kamg
2008-10-14 10:15:33 -04:00
Chuck Rasbold
0dac6431d2
6717150: improper constant folding of subnormal strictfp multiplications and divides
...
Suppress constant folding of double divides and multiplications on ia32
Reviewed-by: never
2008-10-14 06:58:58 -07:00
Igor Veresov
bc9f364917
6758633: G1: SEGV with GCOld on Linux
...
Avoid growth of a GrowableArray backend of HeapRegionSeq.
Reviewed-by: tonyp, jcoomes
2008-10-13 21:41:42 -07:00
Lana Steuck
fb52866502
Merge
2008-10-13 17:13:29 -07:00
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