kvn [Fri, 06 Aug 2010 11:53:28 -0700] rev 6182
6975049: nsk/regression/b4287029 crashes with -Xss64 on solaris-i586
Summary: Tell C++ to not inline so much by using flag -xspace.
Reviewed-by: ysr
kvn [Wed, 04 Aug 2010 17:42:20 -0700] rev 6181
6974682: CTW: assert(target != NULL) failed: must not be null
Summary: Add address table size to constant section size.
Reviewed-by: never
kvn [Tue, 03 Aug 2010 15:55:03 -0700] rev 6180
6973963: SEGV in ciBlock::start_bci() with EA
Summary: Added more checks into ResourceObj and growableArray to verify correctness of allocation type.
Reviewed-by: never, coleenp, dholmes
kvn [Fri, 30 Jul 2010 10:21:15 -0700] rev 6179
6973308: Missing zero length check before repne scas in check_klass_subtype_slow_path()
Summary: set Z = 0 (not equal) before repne_scan() to indicate that class was not found when RCX == 0.
Reviewed-by: never, phh
never [Mon, 26 Jul 2010 15:58:07 -0700] rev 6178
Merge
kvn [Fri, 23 Jul 2010 10:07:46 -0700] rev 6177
6969569: assert(is_static() && is_constant()) failed: illegal call to constant_value()
Summary: Add missing is_static guard.
Reviewed-by: twisti
bobv [Tue, 03 Aug 2010 08:13:38 -0400] rev 6176
6953477: Increase portability and flexibility of building Hotspot
Summary: 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
coleenp [Wed, 28 Jul 2010 17:57:43 -0400] rev 6175
6958465: Sparc aten build24.0: openjdk-7.ea-b96 failed Error: Formal argument ... requires an lvalue
Summary: Fix compilation errors. Made non-const references const so can be assigned with lvalue.
Reviewed-by: phh, xlu
aph [Wed, 28 Jul 2010 17:38:21 +0100] rev 6174
6888526: Linux getCurrentThreadCpuTime is drastically slower than Windows
Reviewed-by: dcubed, dholmes
apangin [Sun, 25 Jul 2010 07:31:50 -0700] rev 6173
Merge
apangin [Tue, 20 Jul 2010 08:41:42 -0700] rev 6172
6964170: Verifier crashes
Summary: Check if klassOop != NULL rather than klass_part != NULL
Reviewed-by: kamg, never
apangin [Sat, 17 Jul 2010 21:49:23 -0700] rev 6171
Merge
alanb [Fri, 16 Jul 2010 13:14:03 +0100] rev 6170
6649594: Intermittent IOExceptions during dynamic attach on linux and solaris
Reviewed-by: dcubed, dholmes
cl [Fri, 13 Aug 2010 11:38:16 -0700] rev 6169
Added tag jdk7-b105 for changeset 1b104350a980
cl [Fri, 13 Aug 2010 11:38:08 -0700] rev 6168
Added tag jdk7-b105 for changeset 50afdd611849
duke [Wed, 05 Jul 2017 17:19:35 +0200] rev 6167
Added tag jdk7-b105 for changeset 1ce7938efb03
duke [Wed, 05 Jul 2017 17:19:35 +0200] rev 6166
Merge
duke [Wed, 05 Jul 2017 17:19:32 +0200] rev 6165
Merge
lana [Mon, 09 Aug 2010 16:03:07 -0700] rev 6164
Merge
lana [Mon, 02 Aug 2010 19:46:14 -0700] rev 6163
Merge
jjg [Mon, 02 Aug 2010 16:29:54 -0700] rev 6162
6973626: test/tools/javac/processing/* tests fail with assertions enabled
Reviewed-by: darcy
darcy [Mon, 02 Aug 2010 13:35:39 -0700] rev 6161
6971877: Project Coin: improve semantics of suppressed exceptions in try-with-resources
Reviewed-by: jjb
lana [Thu, 29 Jul 2010 22:04:41 -0700] rev 6160
Merge
jjg [Thu, 29 Jul 2010 19:30:35 -0700] rev 6159
6966604: JavacFiler not correctly notified of lastRound
Reviewed-by: darcy
jjg [Thu, 29 Jul 2010 19:27:11 -0700] rev 6158
6340549: javax.tools.JavaCompilerTool.getStandardFileManager().list() includes directories
Reviewed-by: darcy
jjg [Thu, 29 Jul 2010 18:06:34 -0700] rev 6157
6972556: warning for using a file name instead of a binary name for Filer.createSourceFile
Reviewed-by: darcy
mcimadamore [Thu, 29 Jul 2010 15:57:43 +0100] rev 6156
6970833: Try-with-resource implementation throws an NPE during Flow analysis
Summary: Updated logic not to rely upon Symbol.implementation (which check in superinterfaces)
Reviewed-by: jjg
mcimadamore [Thu, 29 Jul 2010 15:57:18 +0100] rev 6155
6972747: CheckExamples fail when assertions are enabled
Summary: The test calls the wrong version of JavacMessage constructor
Reviewed-by: jjg
mcimadamore [Thu, 29 Jul 2010 15:56:25 +0100] rev 6154
6938454: Unable to determine generic type in program that compiles under Java 6
Summary: a redundant dubtyping check causes spurious inference failure
Reviewed-by: jjg
jjg [Tue, 27 Jul 2010 11:52:11 -0700] rev 6153
6403456: -Werror should work with annotation processing
Reviewed-by: darcy
jjg [Tue, 27 Jul 2010 11:32:03 -0700] rev 6152
6972327: JCTree.pos incorrect for annotations without modifiers and package
Reviewed-by: mcimadamore
Contributed-by: jan.lahoda@sun.com
jjg [Mon, 26 Jul 2010 14:25:56 -0700] rev 6151
6957438: improve code for generating warning messages containing option names
Reviewed-by: mcimadamore
jjg [Mon, 26 Jul 2010 14:18:45 -0700] rev 6150
6971882: Remove -XDstdout from javac test
Reviewed-by: darcy
jjg [Thu, 22 Jul 2010 11:02:54 -0700] rev 6149
6968063: provide examples of code that generate diagnostics
Reviewed-by: mcimadamore
darcy [Fri, 16 Jul 2010 19:35:24 -0700] rev 6148
6911256: Project Coin: Support Automatic Resource Management (ARM) blocks in the compiler
6964740: Project Coin: More tests for ARM compiler changes
6965277: Project Coin: Correctness issues in ARM implementation
6967065: add -Xlint warning category for Automatic Resource Management (ARM)
Reviewed-by: jjb, darcy, mcimadamore, jjg, briangoetz
Contributed-by: tball@google.com
mcimadamore [Thu, 15 Jul 2010 16:31:56 +0100] rev 6147
6964669: javac reports error on miranda methods
Summary: synthetic name clash check should not apply to miranda methods
Reviewed-by: jjg
Contributed-by: tomas.zezula@sun.com
mcimadamore [Thu, 15 Jul 2010 16:31:02 +0100] rev 6146
6967002: JDK7 b99 javac compilation error (java.lang.AssertionError)
Summary: bug in JavacParser related to parsing of type annotations in varargs position
Reviewed-by: jjg
Contributed-by: mahmood@notnoop.com
jjg [Tue, 13 Jul 2010 19:20:48 -0700] rev 6145
6968789: incorrect text in "diamond not supported" message
Reviewed-by: darcy
jjg [Tue, 13 Jul 2010 19:17:55 -0700] rev 6144
6968434: test CheckResourceKeys fails on control builds
Reviewed-by: darcy
jjg [Tue, 13 Jul 2010 19:14:09 -0700] rev 6143
6966732: replace use of static Log.getLocalizedString with non-static alternative where possible
Reviewed-by: darcy
cl [Fri, 06 Aug 2010 12:52:19 -0700] rev 6142
Added tag jdk7-b104 for changeset fef4187d7622
duke [Wed, 05 Jul 2017 17:19:26 +0200] rev 6141
Merge
cl [Fri, 06 Aug 2010 12:52:00 -0700] rev 6140
Added tag jdk7-b104 for changeset 930517ba4d97
duke [Wed, 05 Jul 2017 17:19:23 +0200] rev 6139
Merge
cl [Fri, 06 Aug 2010 12:51:59 -0700] rev 6138
Added tag jdk7-b104 for changeset e4e7ae0ec293
duke [Wed, 05 Jul 2017 17:19:21 +0200] rev 6137
Merge
cl [Fri, 06 Aug 2010 12:51:49 -0700] rev 6136
Added tag jdk7-b104 for changeset cd7adc8eaafb
duke [Wed, 05 Jul 2017 17:19:18 +0200] rev 6135
Merge
lana [Mon, 09 Aug 2010 16:02:19 -0700] rev 6134
Merge
lana [Mon, 02 Aug 2010 19:45:28 -0700] rev 6133
Merge
michaelm [Fri, 30 Jul 2010 18:16:30 +0100] rev 6132
6510892: com/sun/net/httpserver/bugs/B6361557.java fails
Reviewed-by: chegar
lana [Thu, 29 Jul 2010 22:02:45 -0700] rev 6131
Merge
chegar [Thu, 29 Jul 2010 17:04:07 +0100] rev 6130
Merge
chegar [Thu, 29 Jul 2010 10:02:41 +0100] rev 6129
6972374: NetworkInterface.getNetworkInterfaces throws "java.net.SocketException" on Solaris zone
Reviewed-by: alanb, dsamersoff
alanb [Thu, 29 Jul 2010 13:08:58 +0100] rev 6128
6934977: (bf) MappedByteBuffer.load can SIGBUS if file is truncated
6799037: (fs) MappedByteBuffer.load crash with unaligned file-mapping (sol)
Reviewed-by: chegar, forax
vinnie [Tue, 27 Jul 2010 11:40:46 +0100] rev 6127
6972409: Cease emitting LDAP filter debug messages
Reviewed-by: xuelei
xuelei [Tue, 27 Jul 2010 16:07:00 +0800] rev 6126
6870947: 15 sec delay detecting "socket closed" condition when a TCP connection is reset by an LDAP server
Reviewed-by: weijun
dcubed [Mon, 26 Jul 2010 09:06:47 -0700] rev 6125
6971847: 4/4 jmap '-histo:live' option is necessary for proper leak detection
Summary: Add work around for 6971851. Abort if 'histo:live' option isn't supported.
Reviewed-by: alanb, darcy
martin [Mon, 26 Jul 2010 08:17:50 -0700] rev 6124
6717780: (coll spec) LinkedList api documentation provides the wrong method name
Summary: Cleanup by simply making Deque equal status with List
Reviewed-by: darcy
weijun [Mon, 26 Jul 2010 17:21:51 +0800] rev 6123
6972005: ConfPlusProp.java test failure when DNS has info for realm
Reviewed-by: xuelei
xuelei [Sat, 24 Jul 2010 22:59:41 +0800] rev 6122
6867345: Turkish regional options cause NPE in sun.security.x509.AlgorithmId.algOID
Reviewed-by: mullan, weijun
vinnie [Fri, 23 Jul 2010 17:41:47 +0100] rev 6121
6676075: RegistryContext (com.sun.jndi.url.rmi.rmiURLContext) coding problem
Reviewed-by: mullan
dcubed [Wed, 21 Jul 2010 17:01:31 -0700] rev 6120
6964018: 3/4 AnonLoggerWeakRefLeak and LoggerWeakRefLeak can fail in JPRT
Summary: Refactor test/sun/tools/common/* code and refactor AnonLoggerWeakRefLeak and LoggerWeakRefLeak to use it.
Reviewed-by: ohair, alanb
dcubed [Wed, 21 Jul 2010 16:59:40 -0700] rev 6119
6962804: 4/4 ShellScaffold tests can fail without a specific reason
Summary: Add more diagnostics for failures. Only copy target file in grepForString when NL is missing.
Reviewed-by: ohair, dholmes
dcubed [Wed, 21 Jul 2010 16:58:35 -0700] rev 6118
6941287: 4/4 jrunscriptTest.sh test does not work right under Cygwin
Summary: Add golden_diff variable for doing proper golden file diffs on Cygwin.
Reviewed-by: ohair, dholmes
alanb [Wed, 21 Jul 2010 18:08:46 +0100] rev 6117
6963907: (so) Socket adapter need to implement sendUrgentData
Reviewed-by: chegar
chegar [Wed, 21 Jul 2010 13:52:38 +0100] rev 6116
6970262: TEST_BUG: test/java/net/NetworkInterface/IPv4Only.java has wrong test name in @run tag
Reviewed-by: alanb, dsamersoff
chegar [Wed, 21 Jul 2010 13:29:26 +0100] rev 6115
6969395: TEST_BUG: Tests in java/net sun/net problems
Reviewed-by: alanb
mullan [Tue, 20 Jul 2010 10:41:50 -0400] rev 6114
6870553: X509Certificate.getSigAlgName method description uses non-standard algorithm name as example
Reviewed-by: xuelei
weijun [Mon, 19 Jul 2010 10:02:55 +0800] rev 6113
6969292: make DNS lookup for realm/kdc really work
Reviewed-by: alanb, valeriep
weijun [Mon, 19 Jul 2010 10:02:50 +0800] rev 6112
6969683: Generify ResolverConfiguration codes
Reviewed-by: alanb, chegar
sherman [Fri, 16 Jul 2010 16:45:52 -0400] rev 6111
6964313: Find sun/nio/cs/ext issue with CreateSymbols, then move sun/nio/cs/ext to charset.jar
Summary: Removed the duplicate sun.nio.cs.ext entries from rt.jar and moved X11 charsets into charsets.jar
Reviewed-by: ohair
darcy [Thu, 15 Jul 2010 18:02:05 -0700] rev 6110
6963622: Project Coin: Refinements to suppressed exceptions
Reviewed-by: alanb, forax, jjb
weijun [Tue, 13 Jul 2010 20:27:01 +0800] rev 6109
6670889: Keystore created under Hindi Locale causing ArrayIndexOutOfBoundsException
Reviewed-by: chegar
dsamersoff [Tue, 13 Jul 2010 15:32:36 +0400] rev 6108
6964714: NetworkInterface getInetAddresses enumerates IPv6 addresses if java.net.preferIPvStack property set
Summary: User can disable ipv6 explicitly, have to check it
Reviewed-by: chegar, alanb
lana [Mon, 02 Aug 2010 19:44:12 -0700] rev 6107
Merge
malenkov [Fri, 30 Jul 2010 19:40:29 +0400] rev 6106
6972468: Security manager should be used for tests in java/beans/XMLEncoder
Reviewed-by: peterz
malenkov [Fri, 30 Jul 2010 19:21:27 +0400] rev 6105
6199676: REGRESSION: ColorChooser loses preview when change LandF in Java5
Reviewed-by: alexp, peterz
lana [Thu, 29 Jul 2010 13:22:16 -0700] rev 6104
Merge
alexp [Thu, 29 Jul 2010 19:34:03 +0400] rev 6103
4743225: Size of JComboBox list is wrong when list is populated via PopupMenuListener
Reviewed-by: rupashka
peterz [Tue, 13 Jul 2010 17:26:34 +0400] rev 6102
6462562: InternationalFormatter inserts text incorrectly
6578432: Currency format instance does not work with Swing's NumberFormatter
Reviewed-by: rupashka
lana [Mon, 02 Aug 2010 19:42:54 -0700] rev 6101
Merge
lana [Thu, 29 Jul 2010 13:48:23 -0700] rev 6100
Merge
uta [Fri, 23 Jul 2010 18:59:48 +0400] rev 6099
6969851: VM hangs/crashes in FileDialog test (VS2008/2010 build)
Reviewed-by: prr, art
lana [Mon, 02 Aug 2010 19:41:35 -0700] rev 6098
Merge
lana [Thu, 29 Jul 2010 17:12:27 -0700] rev 6097
Merge
lana [Wed, 14 Jul 2010 09:12:46 -0700] rev 6096
Merge
cl [Fri, 06 Aug 2010 12:52:07 -0700] rev 6095
Added tag jdk7-b104 for changeset 0feaed799206
duke [Wed, 05 Jul 2017 17:19:08 +0200] rev 6094
Merge
cl [Fri, 06 Aug 2010 12:51:54 -0700] rev 6093
Added tag jdk7-b104 for changeset 83e5347f5988
cl [Fri, 06 Aug 2010 12:51:48 -0700] rev 6092
Added tag jdk7-b104 for changeset c27b7b809bd2
duke [Wed, 05 Jul 2017 17:19:01 +0200] rev 6091
Added tag jdk7-b104 for changeset 10bc903a228d
duke [Wed, 05 Jul 2017 17:19:00 +0200] rev 6090
Merge
duke [Wed, 05 Jul 2017 17:18:57 +0200] rev 6089
Merge
cl [Thu, 29 Jul 2010 13:33:32 -0700] rev 6088
Added tag jdk7-b103 for changeset a5cf09e6c109
duke [Wed, 05 Jul 2017 17:18:55 +0200] rev 6087
Merge
cl [Thu, 29 Jul 2010 13:33:13 -0700] rev 6086
Added tag jdk7-b103 for changeset f84fd6d66187
duke [Wed, 05 Jul 2017 17:18:53 +0200] rev 6085
Merge
cl [Thu, 29 Jul 2010 13:33:13 -0700] rev 6084
Added tag jdk7-b103 for changeset d599ee7032ef
duke [Wed, 05 Jul 2017 17:18:51 +0200] rev 6083
Merge
cl [Thu, 29 Jul 2010 13:33:04 -0700] rev 6082
Added tag jdk7-b103 for changeset a5f45610331b
duke [Wed, 05 Jul 2017 17:18:49 +0200] rev 6081
Merge
cl [Wed, 04 Aug 2010 22:02:14 -0700] rev 6080
Merge
ohair [Tue, 03 Aug 2010 10:53:21 -0700] rev 6079
6974239: Correct reference to jdk document site in javadoc
Reviewed-by: skannan
ohair [Mon, 02 Aug 2010 16:31:55 -0700] rev 6078
6971426: jdk/make/docs docs target does not work on windows
Reviewed-by: igor, jjg
ohair [Mon, 02 Aug 2010 16:31:26 -0700] rev 6077
6973616: Update minimum boot jdk from 1.5 to 1.6
Reviewed-by: igor, jjg
cl [Thu, 29 Jul 2010 13:33:20 -0700] rev 6076
Added tag jdk7-b103 for changeset 81a799b11c0e
duke [Wed, 05 Jul 2017 17:18:46 +0200] rev 6075
Merge
trims [Thu, 05 Aug 2010 02:48:45 -0700] rev 6074
Added tag hs19-b04 for changeset 9dfa2b7f8640
trims [Tue, 03 Aug 2010 19:01:25 -0700] rev 6073
Merge
trims [Fri, 30 Jul 2010 06:56:40 -0700] rev 6072
6973381: Bump the HS19 build number to 05
Summary: Update the HS19 build number to 05
Reviewed-by: jcoomes
trims [Thu, 29 Jul 2010 23:14:56 -0700] rev 6071
Merge
ysr [Fri, 23 Jul 2010 14:31:15 -0700] rev 6070
Merge
ysr [Wed, 21 Jul 2010 12:45:42 -0700] rev 6069
Merge
johnc [Mon, 19 Jul 2010 11:06:34 -0700] rev 6068
6956639: G1: assert(cached_ptr != card_ptr) failed: shouldn't be, concurrentG1Refine.cpp:307
Summary: During concurrent refinment, filter cards in young regions after it has been determined that the region has been allocated from and the young type of the region has been set.
Reviewed-by: iveresov, tonyp, jcoomes
jcoomes [Fri, 16 Jul 2010 21:33:21 -0700] rev 6067
6962947: shared TaskQueue statistics
Reviewed-by: tonyp, ysr
never [Fri, 23 Jul 2010 10:21:17 -0700] rev 6066
Merge
never [Thu, 22 Jul 2010 15:29:22 -0700] rev 6065
6970566: runThese fails with SIGSEGV
Reviewed-by: kvn
jrose [Fri, 16 Jul 2010 18:14:19 -0700] rev 6064
6969574: invokedynamic call sites deoptimize instead of executing
Reviewed-by: kvn
never [Fri, 16 Jul 2010 08:29:42 -0700] rev 6063
Merge