Christine Lu
57069c5967
Added tag jdk7-b104 for changeset c27b7b809bd2
2010-08-06 12:51:48 -07:00
Vladimir Kozlov
7895bef72f
6975049: nsk/regression/b4287029 crashes with -Xss64 on solaris-i586
...
Tell C++ to not inline so much by using flag -xspace.
Reviewed-by: ysr
2010-08-06 11:53:28 -07:00
Daniel D. Daugherty
438ccadcce
6962604: 3/3 Testcase sun/jvmstat/monitor/MonitoredVm/MonitorVmStartTerminate.sh failure
...
Disable MonitorVmStartTerminate.sh until 6543856 is fixed.
Reviewed-by: ohair
2010-08-06 11:07:16 -07:00
John Cuthbertson
f8eed77f36
6930581: G1: assert(ParallelGCThreads > 1 || n_yielded() == _hrrs->occupied(),"Should have yielded all the .
...
During RSet updating, when ParallelGCThreads is zero, references that point into the collection set are added directly the referenced region's RSet. This can cause the sparse table in the RSet to expand. RSet scanning and the "occupied" routine will then operate on different instances of the sparse table causing the assert to trip. This may also cause some cards added post expansion to be missed during RSet scanning. When ParallelGCThreads is non-zero such references are recorded on the "references to be scanned" queue and the card containing the reference is recorded in a dirty card queue for use in the event of an evacuation failure. Employ the parallel code in the serial case to avoid expanding the RSets of regions in the collection set.
Reviewed-by: iveresov, ysr, tonyp
2010-08-06 10:17:21 -07:00
Erik Trimble
72990b87b1
Added tag hs19-b04 for changeset 9dfa2b7f8640
2010-08-05 02:48:45 -07:00
Maurizio Cimadamore
fa2cb78a09
6857948: Calling a constructor with a doubly bogus argument causes an internal error
...
Problem when constructor resolution returns an erroneous symbol
Reviewed-by: jjg
2010-08-05 09:45:25 +01:00
Maurizio Cimadamore
156e82c164
6881115: javac permits nested anno w/o mandatory attrs => IncompleteAnnotationException
...
Default annotation value is not attributed
Reviewed-by: jjg, darcy
2010-08-05 09:44:54 +01:00
Christine Lu
44c78fb98c
Merge
2010-08-04 22:02:14 -07:00
Andrei Pangin
bc38b1c703
6945961: SIGSEGV in memcpy() during class loading on linux-i586
...
Check the result of strchr() in Bytecode Verifier
Reviewed-by: kamg, acorn
2010-08-04 20:25:02 -07:00
Vladimir Kozlov
4728aa064a
6974682: CTW: assert(target != NULL) failed: must not be null
...
Add address table size to constant section size.
Reviewed-by: never
2010-08-04 17:42:20 -07:00
Antonios Printezis
b4148f3379
6963209: G1: remove the concept of abandoned pauses
...
As part of 6944166 we disabled the concept of abandoned pauses (i.e., if the collection set is empty, we would still try to do a pause even if it is to update the RSets and scan the roots). This changeset removes the code and structures associated with abandoned pauses.
Reviewed-by: iveresov, johnc
2010-08-04 13:03:23 -04:00
Erik Trimble
169880d486
Merge
2010-08-03 19:01:25 -07:00
Vladimir Kozlov
5bed80aab9
6973963: SEGV in ciBlock::start_bci() with EA
...
Added more checks into ResourceObj and growableArray to verify correctness of allocation type.
Reviewed-by: never, coleenp, dholmes
2010-08-03 15:55:03 -07:00
Martin Buchholz
500a66b0d8
6955504: (str) String[Builder/Buffer].append(char[],int,int) throws OutOfMemoryError in b94
...
Let arraycopy throw AIOOBE for invalid negative length
Reviewed-by: chegar, forax
2010-08-03 12:22:49 -07:00
Kelly O'Hair
f82d12c1b4
6974239: Correct reference to jdk document site in javadoc
...
Reviewed-by: skannan
2010-08-03 10:53:21 -07:00
Sean Mullan
2bcf6f798f
Merge
2010-08-03 09:55:29 -04:00
Sean Mullan
707346f099
6653372: Error in java.security.KeyStore example code
...
Reviewed-by: weijun
2010-08-03 09:39:52 -04:00
Bob Vandette
b95c7e9523
6953477: Increase portability and flexibility of building Hotspot
...
A collection of portability improvements including shared code support for PPC, ARM platforms, software floating point, cross compilation support and improvements in error crash detail.
Reviewed-by: phh, never, coleenp, dholmes
2010-08-03 08:13:38 -04:00
Chris Hegarty
784f62993b
6973030: NTLM proxy authentication fails with https
...
Reviewed-by: michaelm
2010-08-03 12:03:03 +01:00
Lana Steuck
6581804c68
Merge
2010-08-02 19:46:14 -07:00
Lana Steuck
3d517c6b50
Merge
2010-08-02 19:45:28 -07:00
Lana Steuck
bb7b93499c
Merge
2010-08-02 19:44:12 -07:00
Lana Steuck
c3c47e6790
Merge
2010-08-02 19:42:54 -07:00
Lana Steuck
d5cc4b8c89
Merge
2010-08-02 19:41:35 -07:00
Kelly O'Hair
a656854b1e
6971426: jdk/make/docs docs target does not work on windows
...
Reviewed-by: igor, jjg
2010-08-02 16:31:55 -07:00
Kelly O'Hair
f6c4154043
6973616: Update minimum boot jdk from 1.5 to 1.6
...
Reviewed-by: igor, jjg
2010-08-02 16:31:26 -07:00
Jonathan Gibbons
0c1962f5de
6973626: test/tools/javac/processing/* tests fail with assertions enabled
...
Reviewed-by: darcy
2010-08-02 16:29:54 -07:00
Joe Darcy
74210780a0
6971877: Project Coin: improve semantics of suppressed exceptions in try-with-resources
...
Reviewed-by: jjb
2010-08-02 13:35:39 -07:00
Vladimir Kozlov
f0b6dc4e4f
6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
...
Set Z = 0 (not equal) before repne_scan() to indicate that class was not found when RCX == 0.
Reviewed-by: never, phh
2010-07-30 10:21:15 -07:00
Michael McMahon
bf106fcab7
6510892: com/sun/net/httpserver/bugs/B6361557.java fails
...
Reviewed-by: chegar
2010-07-30 18:16:30 +01:00
Sergey Malenkov
e51e3b724f
6972468: Security manager should be used for tests in java/beans/XMLEncoder
...
Reviewed-by: peterz
2010-07-30 19:40:29 +04:00
Sergey Malenkov
d3b90b4164
6199676: REGRESSION: ColorChooser loses preview when change LandF in Java5
...
Reviewed-by: alexp, peterz
2010-07-30 19:21:27 +04:00
Erik Trimble
4ce3f156ec
6973381: Bump the HS19 build number to 05
...
Update the HS19 build number to 05
Reviewed-by: jcoomes
2010-07-30 06:56:40 -07:00
Erik Trimble
a4b5c38070
Merge
2010-07-29 23:14:56 -07:00
Lana Steuck
9f50973389
Merge
2010-07-29 22:04:41 -07:00
Lana Steuck
99a605b4b3
Merge
2010-07-29 22:02:45 -07:00
Jonathan Gibbons
eff5854b96
6966604: JavacFiler not correctly notified of lastRound
...
Reviewed-by: darcy
2010-07-29 19:30:35 -07:00
Jonathan Gibbons
75b1007388
6340549: javax.tools.JavaCompilerTool.getStandardFileManager().list() includes directories
...
Reviewed-by: darcy
2010-07-29 19:27:11 -07:00
Jonathan Gibbons
30c006f23f
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
...
Reviewed-by: darcy
2010-07-29 18:06:34 -07:00
Lana Steuck
18a0513e0d
Merge
2010-07-29 17:12:27 -07:00
Lana Steuck
92a8ffe4ab
Merge
2010-07-29 13:48:23 -07:00
Christine Lu
f5bf509c49
Added tag jdk7-b103 for changeset a5cf09e6c109
2010-07-29 13:33:32 -07:00
Christine Lu
2c09c3cf0b
Added tag jdk7-b103 for changeset 81a799b11c0e
2010-07-29 13:33:20 -07:00
Christine Lu
9b19c5b40c
Added tag jdk7-b103 for changeset f84fd6d66187
2010-07-29 13:33:13 -07:00
Christine Lu
a1e95a3802
Added tag jdk7-b103 for changeset d599ee7032ef
2010-07-29 13:33:13 -07:00
Christine Lu
5bc757e86c
Added tag jdk7-b103 for changeset 0dc48f97ffd1
2010-07-29 13:33:08 -07:00
Christine Lu
e6fcfd056b
Added tag jdk7-b103 for changeset a5f45610331b
2010-07-29 13:33:04 -07:00
Christine Lu
c0563bc803
Added tag jdk7-b103 for changeset a80a6daf6891
2010-07-29 13:33:02 -07:00
Lana Steuck
af17406ae2
Merge
2010-07-29 13:22:16 -07:00
Chris Hegarty
d08b7168c3
Merge
2010-07-29 17:04:07 +01:00