weijun [Wed, 07 Aug 2013 19:06:29 +0800] rev 19221
7151062: [macosx] SCDynamicStore prints error messages to stderr
Reviewed-by: xuelei
mduigou [Tue, 06 Aug 2013 18:18:12 -0700] rev 19220
8022476: cleanup some raw types and unchecked warnings in java.util.stream
Reviewed-by: darcy
Contributed-by: mike.duigou@oracle.com, henry.jen@oracle.com
dxu [Tue, 06 Aug 2013 18:16:02 -0700] rev 19219
8022478: Fix Warnings In sun.net.www.protocol.http Package
Reviewed-by: darcy
henryjen [Tue, 06 Aug 2013 17:42:47 -0700] rev 19218
8022446: Fix serial warnings in java.util.stream
Reviewed-by: darcy
lana [Tue, 06 Aug 2013 17:13:07 -0700] rev 19217
Merge
lana [Tue, 06 Aug 2013 17:01:05 -0700] rev 19216
Merge
darcy [Tue, 06 Aug 2013 16:45:43 -0700] rev 19215
8022453: Fix doclint issues in javax.accessibility
Reviewed-by: prr
briangoetz [Fri, 28 Jun 2013 16:26:54 -0400] rev 19214
8015318: Extend Collector with 'finish' operation
Reviewed-by: mduigou
Contributed-by: brian.goetz@oracle.com
darcy [Tue, 06 Aug 2013 16:01:39 -0700] rev 19213
8022406: Fix doclint issues in java.beans
Reviewed-by: prr
dxu [Tue, 06 Aug 2013 14:33:56 -0700] rev 19212
8022410: Fix Javac Warnings in com.sun.security.auth Package
Reviewed-by: darcy
smarks [Tue, 06 Aug 2013 14:24:05 -0700] rev 19211
8022440: suppress deprecation warnings in sun.rmi
Reviewed-by: mduigou
juh [Tue, 06 Aug 2013 14:10:06 -0700] rev 19210
8022443: Fix lint warnings in sun.security.pkcs12
Reviewed-by: darcy
juh [Tue, 06 Aug 2013 13:46:15 -0700] rev 19209
8022439: Fix lint warnings in sun.security.ec
Reviewed-by: darcy
lagergren [Tue, 06 Aug 2013 12:56:18 -0700] rev 19208
8022412: Fixed warnings in java.util root, except for HashMap
Reviewed-by: mduigou, darcy
Contributed-by: marcus.lagergren@oracle.com
darcy [Tue, 06 Aug 2013 13:25:04 -0700] rev 19207
8022174: Fix doclint warnings in javax.sound
8022404: Fix doclint issues in java.applet
Reviewed-by: prr
jfranck [Tue, 06 Aug 2013 18:54:02 +0200] rev 19206
7184826: (reflect) Add support for Project Lambda concepts in core reflection
Reviewed-by: darcy, jfranck
Contributed-by: Amy Lu <amy.lu@oracle.com>
mullan [Tue, 06 Aug 2013 08:34:28 -0700] rev 19205
Merge
mullan [Tue, 06 Aug 2013 08:31:24 -0700] rev 19204
8022120: JCK test api/javax_xml/crypto/dsig/TransformService/index_ParamMethods fails
Summary: TransformService.init and marshalParams must throw NullPointerException when parent parameter is null
Reviewed-by: xuelei
chegar [Tue, 06 Aug 2013 15:35:20 +0100] rev 19203
8022344: Additional debug info for test/java/net/NetworkInterface/IndexTest.java
Reviewed-by: michaelm, alanb
dsamersoff [Tue, 06 Aug 2013 14:04:49 +0400] rev 19202
8011038: sourceObj validation during desereliazation of RelationNotification should be relaxed
Summary: sourceObj could be set to null by setSource() relax a validation of deserialized object.
Reviewed-by: sjiang, skoivu, dfuchs
smarks [Mon, 05 Aug 2013 19:12:33 -0700] rev 19201
8020854: change RMI javadocs to specify that remote objects are exported to the wildcard address
Reviewed-by: rgallard, alanb
sundar [Mon, 05 Aug 2013 21:31:40 +0530] rev 19200
8016531: jconsole-plugin script demo does not work with nashorn
Reviewed-by: lagergren, hannesw
Contributed-by: rieberandreas@gmail.com
darcy [Mon, 05 Aug 2013 07:50:16 -0700] rev 19199
8022190: Fix varargs lint warnings in the JDK
Reviewed-by: alanb, lancea, alexsch
bpb [Fri, 02 Aug 2013 11:10:41 -0700] rev 19198
8022094: BigDecimal/CompareToTests and BigInteger/CompareToTests are incorrect
Summary: Fail test if errors; fix test values; port BigDecimal version to BigInteger
Reviewed-by: smarks, alanb
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
bchristi [Fri, 02 Aug 2013 15:30:11 -0700] rev 19197
8011194: Apps launched via double-clicked .jars have file.encoding value of US-ASCII on Mac OS X
Summary: On Mac, default to UTF-8 if no environmental hints are available
Reviewed-by: naoto, ddehaven
bpb [Wed, 31 Jul 2013 10:53:33 -0700] rev 19196
6476168: (fmt) Inconsistency formatting subnormal doubles with hexadecimal conversion
Summary: Update specification to match implementation.
Reviewed-by: darcy
Contributed-by: Brian Burkhalter <brian.burkhalter@oracle.com>
mullan [Fri, 02 Aug 2013 09:38:13 -0400] rev 19195
Merge
mullan [Fri, 02 Aug 2013 08:37:25 -0400] rev 19194
Merge
mullan [Fri, 02 Aug 2013 08:30:46 -0400] rev 19193
8001319: Add SecurityPermission "insertProvider" target name
Reviewed-by: vinnie
chegar [Fri, 02 Aug 2013 14:29:31 +0100] rev 19192
8020291: j.u.c.CompletionStage
8020435: CompletableFuture/Basic.java fails on single core machine
Reviewed-by: chegar, psandoz
Contributed-by: Doug Lea <dl@cs.oswego.edu>
chegar [Fri, 02 Aug 2013 11:25:00 +0100] rev 19191
8022121: Remove superfluous @test tag from SpliteratorTraversingAndSplittingTest
Reviewed-by: psandoz
uta [Fri, 02 Aug 2013 13:16:43 +0400] rev 19190
8020191: System.getProperty("os.name") returns "Windows NT (unknown)" on Windows 8.1
Reviewed-by: alanb, khazra, chegar
weijun [Fri, 02 Aug 2013 08:59:37 +0800] rev 19189
8021789: jarsigner parses alias as command line option (depending on locale)
Reviewed-by: vinnie
psandoz [Thu, 01 Aug 2013 15:28:57 +0100] rev 19188
8020016: Numerous splitereator impls do not throw NPE for null Consumers
Reviewed-by: mduigou, alanb, henryjen
chegar [Thu, 01 Aug 2013 16:53:40 +0100] rev 19187
8022087: Fix doclint issues in j.u.Deque & Queue
Reviewed-by: chegar, darcy
Contributed-by: Doug Lea <dl@cs.oswego.edu>
xuelei [Thu, 01 Aug 2013 07:34:30 -0700] rev 19186
7127524: P11TlsPrfGenerator has anonymous inner class with serialVersionUID
Reviewed-by: vinnie
igerasim [Mon, 29 Jul 2013 12:35:42 +0400] rev 19185
8020669: (fs) Files.readAllBytes() does not read any data when Files.size() is 0
Reviewed-by: alanb, chegar, martin, rriggs
igerasim [Tue, 30 Jul 2013 21:11:08 +0400] rev 19184
7192942: (coll) Inefficient calculation of power of two in HashMap
Reviewed-by: mduigou
chegar [Thu, 01 Aug 2013 12:38:07 +0100] rev 19183
8022061: More ProblemList.txt updates (7/2013)
Reviewed-by: alanb, psandoz
lana [Wed, 07 Aug 2013 19:52:47 -0700] rev 19182
Merge
lana [Wed, 07 Aug 2013 12:03:37 -0700] rev 19181
Merge
art [Wed, 07 Aug 2013 21:31:42 +0400] rev 19180
6551589: ContainerListener Documentation may be incorrect
Reviewed-by: serb
serb [Wed, 07 Aug 2013 19:57:18 +0400] rev 19179
7124339: [macosx] setIconImage is not endlessly tolerant to the broken image-arguments
Reviewed-by: alexsch, leonidr
alexsch [Wed, 07 Aug 2013 18:58:28 +0400] rev 19178
8013849: Awt assert on Hashtable.cpp:124
Reviewed-by: serb
alexsch [Wed, 07 Aug 2013 18:32:03 +0400] rev 19177
8022532: [parfait] Potential memory leak in gtk2_interface.c
Reviewed-by: art, serb
mcherkas [Tue, 06 Aug 2013 17:29:54 +0400] rev 19176
8016833: Underlines and strikethrough not rendering correctly
Reviewed-by: alexsch, serb
Contributed-by: anton.nashatyrev@oracle.com
leonidr [Tue, 06 Aug 2013 17:07:49 +0400] rev 19175
8022247: java/awt/EventDispatchThread/LoopRobustness/LoopRobustness throws NPE
Reviewed-by: art
leonidr [Fri, 02 Aug 2013 15:42:04 +0400] rev 19174
8021381: JavaFX scene included in Swing JDialog not starting from Web Start
Reviewed-by: art, dcherepanov
alexsch [Thu, 01 Aug 2013 17:09:59 +0400] rev 19173
7161568: [macosx] api/javax_swing/JTabbedPane/index2.html#varios fails
Reviewed-by: malenkov, serb
leonidr [Thu, 01 Aug 2013 01:26:57 +0400] rev 19172
8021815: Add regression test for JDK-8007267
Reviewed-by: serb
prr [Wed, 07 Aug 2013 18:24:17 -0700] rev 19171
8014883: java.awt.container.add(component comp object constraints) doesn't work as expected on some linux platforms
Reviewed-by: jgodinez
lana [Tue, 06 Aug 2013 22:47:14 -0700] rev 19170
Merge
prr [Tue, 06 Aug 2013 17:12:37 -0700] rev 19169
8022447: Fix doclint warnings in java.awt.image
Reviewed-by: darcy
prr [Tue, 06 Aug 2013 17:11:29 -0700] rev 19168
8022455: Fix doclint warnings in javax.imageio
Reviewed-by: darcy
jgodinez [Tue, 06 Aug 2013 14:22:48 -0700] rev 19167
8021583: test/javax/print/autosense/PrintAutoSenseData.java throwing NPE
Reviewed-by: jchen, prr
prr [Tue, 06 Aug 2013 13:38:27 -0700] rev 19166
8022175: Fix doclint warnings in javax.print
Reviewed-by: darcy
cl [Thu, 08 Aug 2013 10:10:42 -0700] rev 19165
Added tag jdk8-b102 for changeset 0821944c348a
duke [Wed, 05 Jul 2017 19:06:52 +0200] rev 19164
Merge
amurillo [Fri, 09 Aug 2013 01:32:48 -0700] rev 19163
Added tag hs25-b45 for changeset 30045f9d9eb2
amurillo [Fri, 09 Aug 2013 01:32:47 -0700] rev 19162
Merge
rbackman [Thu, 08 Aug 2013 23:49:04 +0200] rev 19161
Merge
twisti [Mon, 05 Aug 2013 15:03:40 -0700] rev 19160
8022029: GetUnsafeObjectG1PreBarrier fails on 32-bit with: Unrecognized VM option 'ObjectAlignmentInBytes=32'
Reviewed-by: kvn
rbackman [Mon, 05 Aug 2013 17:15:35 +0200] rev 19159
Merge
anoll [Fri, 02 Aug 2013 10:20:34 -0700] rev 19158
8021301: better event messages
Summary: made event messages better readable
Reviewed-by: kvn, rbackman
anoll [Thu, 01 Aug 2013 16:01:32 -0700] rev 19157
8020531: Test compiler/codecache/CheckUpperLimit.java fails when memory limited
Summary: Removed part of the test that required the VM to start up with -XX:ReservedCodeCacheSize=2048m
Reviewed-by: kvn, rbackman
twisti [Mon, 29 Jul 2013 16:32:38 -0700] rev 19156
8016474: Crash in sun.reflect.UnsafeObjectFieldAccessorImpl.get
Summary: C1's GetUnsafeObject G1 pre-barrier uses the wrong type to read the klass pointer.
Reviewed-by: iveresov, kvn
iignatyev [Mon, 29 Jul 2013 11:54:18 +0400] rev 19155
8021120: TieredCompilation can be enabled even if TIERED is undefined
Reviewed-by: kvn, dholmes
dholmes [Thu, 08 Aug 2013 08:29:28 -0400] rev 19154
Merge
vladidan [Tue, 06 Aug 2013 20:01:40 -0400] rev 19153
8012144: multiple SIGSEGVs fails on staxf
Summary: Forward port of 7u change to add additional fence() on RMO platforms, with a load_acquire on all platforms
Reviewed-by: dholmes, kvn
dsamersoff [Tue, 06 Aug 2013 14:28:48 +0400] rev 19152
8019396: SA-JDI OSThread class initialization throws an exception
Summary: Method sun.jvm.hotspot.runtime.OSThread.initialize throws a sun.jvm.hotspot.types.WrongTypeException
Reviewed-by: dholmes, mgerdin
hseigel [Mon, 05 Aug 2013 08:55:06 -0700] rev 19151
Merge
hseigel [Sun, 04 Aug 2013 16:30:53 -0400] rev 19150
7073961: [TESTBUG] closed/runtime/4845371/DBB.java failed on solaris 10 X65
Summary: Added a x86 64-bit Solaris shared library and rewrote test in Java
Reviewed-by: dholmes, ctornqvi
kevinw [Mon, 05 Aug 2013 10:27:31 +0100] rev 19149
8021444: SA: ClassDump.run() should not ignore existing ClassFilter.
Reviewed-by: minqi, poonam
ctornqvi [Fri, 02 Aug 2013 22:34:43 +0200] rev 19148
Merge
ctornqvi [Fri, 02 Aug 2013 18:26:24 +0200] rev 19147
Merge
ctornqvi [Fri, 02 Aug 2013 18:12:10 +0200] rev 19146
8009585: test/runtime/7196045 times out
Summary: test/runtime/7196045 times out
Reviewed-by: dholmes, mseledtsov
dcubed [Fri, 02 Aug 2013 08:32:05 -0700] rev 19145
Merge
kevinw [Fri, 02 Aug 2013 12:26:46 +0100] rev 19144
8020943: Memory leak when GCNotifier uses create_from_platform_dependent_str()
Reviewed-by: mgerdin, fparain, dcubed
ctornqvi [Thu, 01 Aug 2013 22:25:11 +0200] rev 19143
8009407: runtime/8000968/Test8000968.sh has incorrect check for proper config
Summary: runtime/8000968/Test8000968.sh has incorrect check for proper config
Reviewed-by: coleenp, mseledtsov, sspitsyn, hseigel
ctornqvi [Thu, 01 Aug 2013 22:20:00 +0200] rev 19142
8014294: Assert in ThreadTimesClosure::do_thread() due to use of naked oop instead of handle
Summary: Assert in ThreadTimesClosure::do_thread() due to use of naked oop instead of handle
Reviewed-by: coleenp, sspitsyn
mseledtsov [Thu, 01 Aug 2013 22:15:40 +0200] rev 19141
8020614: OutputAnalyzer.shouldHaveExitValue() should print stdout/stderr output
Summary: OutputAnalyzer.shouldHaveExitValue() should print stdout/stderr output
Reviewed-by: kvn, ctornqvi, dholmes
amurillo [Fri, 02 Aug 2013 03:06:19 -0700] rev 19140
8022124: new hotspot build - hs25-b45
Reviewed-by: jcoomes
cl [Thu, 08 Aug 2013 10:10:31 -0700] rev 19139
Added tag jdk8-b102 for changeset d807cf45a710
cl [Thu, 08 Aug 2013 10:10:24 -0700] rev 19138
Added tag jdk8-b102 for changeset 9543adaf5371
duke [Wed, 05 Jul 2017 19:06:36 +0200] rev 19137
Added tag jdk8-b102 for changeset bbe43d712fe0
duke [Wed, 05 Jul 2017 19:06:36 +0200] rev 19136
Merge
duke [Wed, 05 Jul 2017 19:06:33 +0200] rev 19135
Merge
lana [Tue, 06 Aug 2013 10:03:25 -0700] rev 19134
Merge
vromero [Wed, 31 Jul 2013 10:52:01 +0100] rev 19133
8013179: assertion failure in javac when compiling with -source 1.6 -target 1.6
Reviewed-by: jjg
jlahoda [Sun, 28 Jul 2013 10:17:45 +0200] rev 19132
8021338: Diamond finder may mark a required type argument as unnecessary
Reviewed-by: mcimadamore
jlahoda [Sun, 28 Jul 2013 10:17:45 +0200] rev 19131
8020689: Missing LineNumberTable entries in compiled class files
Reviewed-by: ksrini, mcimadamore
lana [Fri, 26 Jul 2013 14:08:37 -0700] rev 19130
Merge
mcimadamore [Thu, 25 Jul 2013 14:51:40 +0100] rev 19129
8020843: javac crashes on accessibility check with method reference with typevar receiver
Summary: method reference overload check doesn't walk through type-variable receivers
Reviewed-by: jjg
mcimadamore [Thu, 25 Jul 2013 14:49:16 +0100] rev 19128
8016081: field initialized with lambda in annotation types doesn't compile
Summary: check for annotation attributes should skip over synthetic methods
Reviewed-by: jjg
mcimadamore [Thu, 25 Jul 2013 14:47:43 +0100] rev 19127
8020804: javac crashes when speculative attribution infers intersection type with array component
Summary: Assertion is causing javac to crash because of lack of support for arrays in intersection types
Reviewed-by: jjg
jfranck [Thu, 25 Jul 2013 11:02:27 +0200] rev 19126
8007961: javax.lang.model tests for repeating annotations fail in getAnnotationsByType
Reviewed-by: jjg
jjg [Wed, 24 Jul 2013 17:35:42 -0700] rev 19125
8020556: doclint does not check type variables for @throws
Reviewed-by: mcimadamore
emc [Tue, 23 Jul 2013 20:42:54 -0400] rev 19124
8016880: 42 tests in annot102* fail with compile-time errors.
Summary: Fixes error in type equality when bounds of type variables have annotations.
Reviewed-by: jjg, mcimadamore
jjg [Tue, 23 Jul 2013 16:06:11 -0700] rev 19123
8021215: javac gives incorrect doclint warnings on normal package statements
Reviewed-by: darcy
ksrini [Fri, 19 Jul 2013 07:22:53 -0700] rev 19122
8017216: javac doesn't fill in end position for some errors of type not found
8019421: Javac doesn't fill in end position for some annotation related errors
8019422: Javac doesn't fill in end position for uninitialized variable errors
Reviewed-by: jjg, mcimadamore
jjg [Wed, 17 Jul 2013 19:16:12 -0700] rev 19121
8020664: doclint gives incorrect warnings on normal package statements
Reviewed-by: mcimadamore
jjg [Wed, 17 Jul 2013 19:12:03 -0700] rev 19120
8020313: doclint doesn't reset HTML anchors correctly
Reviewed-by: mcimadamore
jjg [Wed, 17 Jul 2013 18:18:45 -0700] rev 19119
8014636: TestLiteralCodeInPre fails on windows
Reviewed-by: ksrini
cl [Thu, 01 Aug 2013 04:56:28 -0700] rev 19118
Added tag jdk8-b101 for changeset f27df16b814f
duke [Wed, 05 Jul 2017 19:06:28 +0200] rev 19117
Merge
cl [Thu, 01 Aug 2013 04:56:17 -0700] rev 19116
Added tag jdk8-b101 for changeset 38bb43faf812
duke [Wed, 05 Jul 2017 19:06:24 +0200] rev 19115
Merge
lana [Tue, 06 Aug 2013 10:02:36 -0700] rev 19114
Merge
lana [Fri, 26 Jul 2013 14:01:00 -0700] rev 19113
Merge
joehw [Thu, 25 Jul 2013 13:02:37 -0700] rev 19112
8021148: Regression in SAXParserImpl in 7u40 b34 (NPE)
Reviewed-by: chegar, lancea, dfuchs
cl [Thu, 01 Aug 2013 04:56:16 -0700] rev 19111
Added tag jdk8-b101 for changeset 68d2718ced89
duke [Wed, 05 Jul 2017 19:06:20 +0200] rev 19110
Merge
lana [Tue, 06 Aug 2013 10:02:35 -0700] rev 19109
Merge
sundar [Mon, 29 Jul 2013 21:56:40 +0530] rev 19108
Merge
sundar [Mon, 29 Jul 2013 18:07:20 +0530] rev 19107
8012792: print function defined in engine.js does not handle multiple arguments
Reviewed-by: hannesw
sundar [Mon, 29 Jul 2013 10:28:03 +0530] rev 19106
Merge
sundar [Fri, 26 Jul 2013 20:10:47 +0530] rev 19105
8021571: @fork tests should use VM options passed from project.properties
Reviewed-by: lagergren, hannesw, jlaskey
jlaskey [Fri, 26 Jul 2013 09:17:54 -0300] rev 19104
8021321: Two runsunspider tests fail after updating sunspider to 1.0
Reviewed-by: jlaskey, sundar
Contributed-by: michael.horowitz@oracle.com
hannesw [Fri, 26 Jul 2013 13:50:52 +0200] rev 19103
8020719: Run tests with reduced splitter threshold
Reviewed-by: lagergren, sundar, jlaskey
lana [Fri, 26 Jul 2013 14:08:51 -0700] rev 19102
Merge