Wed, 08 May 2013 16:28:03 -0700 8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456
jmasa [Wed, 08 May 2013 16:28:03 -0700] rev 17324
8013032: CMS: assert(used() == used_after_gc && used_after_gc <= capacity()) failed: used: 0 used_after_gc: 292080 capacity: 1431699456 Reviewed-by: tschatzl, mgerdin, johnc
Mon, 06 May 2013 21:30:34 +0200 8013872: G1: HeapRegionSeq::shrink_by() has invalid assert
brutisso [Mon, 06 May 2013 21:30:34 +0200] rev 17323
8013872: G1: HeapRegionSeq::shrink_by() has invalid assert Summary: Refactored shrink_by() to only use region counts and not byte sizes Reviewed-by: johnc, tschatzl
Mon, 06 May 2013 17:19:42 +0200 8006088: Incompatible heap size flags accepted by VM
tschatzl [Mon, 06 May 2013 17:19:42 +0200] rev 17322
8006088: Incompatible heap size flags accepted by VM Summary: Make processing of minimum, initial and maximum heap size more intiutive by removing previous limitations on allowed values, and make error reporting consistent. Further, fix errors in ergonomic heap sizing. Reviewed-by: johnc, jwilhelm, tamao
Mon, 06 May 2013 13:03:46 +0200 Merge
jwilhelm [Mon, 06 May 2013 13:03:46 +0200] rev 17321
Merge
Mon, 06 May 2013 09:16:14 +0200 8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment
brutisso [Mon, 06 May 2013 09:16:14 +0200] rev 17320
8013791: G1: G1CollectorPolicy::initialize_flags() may set min_alignment > max_alignment Summary: Make sure max alignemnt is at least as large as min alignment Reviewed-by: johnc, jmasa, tschatzl
Thu, 02 May 2013 22:35:15 +0200 8013574: PrintMalloc conflicts with the command line parsing
brutisso [Thu, 02 May 2013 22:35:15 +0200] rev 17319
8013574: PrintMalloc conflicts with the command line parsing Summary: Make sure that _num_jvm_args is not updated until the new entry to _jvm_args_array has been added Reviewed-by: johnc, tamao, tschatzl
Thu, 09 May 2013 16:27:51 -0400 Merge
jiangli [Thu, 09 May 2013 16:27:51 -0400] rev 17318
Merge
Tue, 07 May 2013 10:36:20 -0400 Merge
vladidan [Tue, 07 May 2013 10:36:20 -0400] rev 17317
Merge
Tue, 07 May 2013 10:19:33 -0400 8013633: Cleanup platform ifdefs in unsafe.cpp
bpittore [Tue, 07 May 2013 10:19:33 -0400] rev 17316
8013633: Cleanup platform ifdefs in unsafe.cpp Summary: Replace ifdefs with SUPPORTS_NATIVE_CX8 set in platform include file Reviewed-by: dholmes, dlong
Mon, 06 May 2013 20:11:18 -0700 Merge
jiangli [Mon, 06 May 2013 20:11:18 -0700] rev 17315
Merge
Mon, 06 May 2013 19:57:35 -0400 8013067: Zero builds are broken after 8010862.
jiangli [Mon, 06 May 2013 19:57:35 -0400] rev 17314
8013067: Zero builds are broken after 8010862. Summary: Fixed broken Zero build. Reviewed-by: twisti, coleenp, kvn
Tue, 07 May 2013 14:30:11 -0700 Merge
coleenp [Tue, 07 May 2013 14:30:11 -0700] rev 17313
Merge
Tue, 07 May 2013 13:45:59 -0400 8009729: Refix hotspot jni_<cpu>.h JNIEXPORT and JNIIMPORT definitions to match jdk version
emc [Tue, 07 May 2013 13:45:59 -0400] rev 17312
8009729: Refix hotspot jni_<cpu>.h JNIEXPORT and JNIIMPORT definitions to match jdk version Summary: Update JNIEXPORT and JNIIMPORT to work with other compilers that don't necessarily have the __attribute__ type qualifier Reviewed-by: dholmes, dcubed, coleenp
Tue, 07 May 2013 21:36:59 +0200 8009577: Test test/closed/runtime/classunload broken
ctornqvi [Tue, 07 May 2013 21:36:59 +0200] rev 17311
8009577: Test test/closed/runtime/classunload broken Summary: Fixed tests to use new way of utilizing the WB API, fixed issue with where custom classloader got the classes from Reviewed-by: collins, mgerdin, zgu
Tue, 07 May 2013 14:33:09 +0200 8005038: remove crufty '_g' support from SA
sla [Tue, 07 May 2013 14:33:09 +0200] rev 17310
8005038: remove crufty '_g' support from SA Reviewed-by: coleenp, mgronlun, rbackman
Tue, 07 May 2013 14:04:26 +0200 8014044: Spelling error in JDK-8009615: boostrapmethod
sla [Tue, 07 May 2013 14:04:26 +0200] rev 17309
8014044: Spelling error in JDK-8009615: boostrapmethod Reviewed-by: sspitsyn, coleenp
Tue, 07 May 2013 01:25:21 +0200 Merge
sla [Tue, 07 May 2013 01:25:21 +0200] rev 17308
Merge
Mon, 06 May 2013 19:49:18 +0200 8009615: JvmtiClassFileReconstituter does not create BootstrapMethod attributes
sla [Mon, 06 May 2013 19:49:18 +0200] rev 17307
8009615: JvmtiClassFileReconstituter does not create BootstrapMethod attributes Reviewed-by: coleenp, sspitsyn
Mon, 06 May 2013 12:36:20 -0700 Merge
acorn [Mon, 06 May 2013 12:36:20 -0700] rev 17306
Merge
Mon, 06 May 2013 10:20:18 -0700 Merge
acorn [Mon, 06 May 2013 10:20:18 -0700] rev 17305
Merge
Thu, 02 May 2013 10:58:04 -0400 8010783: assert(s->refcount() != 0) failed: for create_overpasses
acorn [Thu, 02 May 2013 10:58:04 -0400] rev 17304
8010783: assert(s->refcount() != 0) failed: for create_overpasses Reviewed-by: kvn, dcubed
Mon, 06 May 2013 08:49:38 -0700 Merge
zgu [Mon, 06 May 2013 08:49:38 -0700] rev 17303
Merge
Mon, 06 May 2013 11:15:13 -0400 8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check
zgu [Mon, 06 May 2013 11:15:13 -0400] rev 17302
8013120: NMT: Kitchensink crashes with assert(next_region == NULL || !next_region->is_committed_region()) failed: Sanity check Summary: Fixed NMT to deal with releasing virtual memory region when there are still committed regions within it Reviewed-by: acorn, coleenp
Mon, 06 May 2013 09:10:21 -0400 8013648: Guarantee(VerifyBeforeGC || VerifyDuringGC || VerifyBeforeExit || VerifyAfterGC) failed: too expensive
hseigel [Mon, 06 May 2013 09:10:21 -0400] rev 17301
8013648: Guarantee(VerifyBeforeGC || VerifyDuringGC || VerifyBeforeExit || VerifyAfterGC) failed: too expensive Summary: Fix code to call correct version of function find_class(). Reviewed-by: coleenp, rdurbin, dcubed
Fri, 03 May 2013 15:51:16 -0700 Merge
dcubed [Fri, 03 May 2013 15:51:16 -0700] rev 17300
Merge
Fri, 03 May 2013 13:00:28 -0700 Merge
zgu [Fri, 03 May 2013 13:00:28 -0700] rev 17299
Merge
Thu, 02 May 2013 16:55:00 -0700 8012641: Perf_CreateLong creates perf counter of incorrect type
ccheung [Thu, 02 May 2013 16:55:00 -0700] rev 17298
8012641: Perf_CreateLong creates perf counter of incorrect type Reviewed-by: mchung, hseigel, coleenp
Fri, 03 May 2013 05:17:15 -0700 Merge
fparain [Fri, 03 May 2013 05:17:15 -0700] rev 17297
Merge
Fri, 03 May 2013 05:05:31 -0700 8004095: Add support for JMX interface to Diagnostic Framework and Commands
fparain [Fri, 03 May 2013 05:05:31 -0700] rev 17296
8004095: Add support for JMX interface to Diagnostic Framework and Commands Reviewed-by: acorn, sla
Fri, 03 May 2013 12:26:15 +0200 8013785: Respect EXTRA_CFLAGS on windows
sla [Fri, 03 May 2013 12:26:15 +0200] rev 17295
8013785: Respect EXTRA_CFLAGS on windows Reviewed-by: mgronlun, rbackman, kvn
Fri, 03 May 2013 12:24:11 +0200 8008453: JvmtiClassFileReconstituter does not recognize default methods
sla [Fri, 03 May 2013 12:24:11 +0200] rev 17294
8008453: JvmtiClassFileReconstituter does not recognize default methods Reviewed-by: acorn, sspitsyn
Fri, 03 May 2013 08:19:38 -0700 8013800: new hotspot build - hs25-b32
amurillo [Fri, 03 May 2013 08:19:38 -0700] rev 17293
8013800: new hotspot build - hs25-b32 Reviewed-by: jcoomes
Thu, 09 May 2013 10:03:35 -0700 Added tag jdk8-b89 for changeset 67f1ddecad67
katleman [Thu, 09 May 2013 10:03:35 -0700] rev 17292
Added tag jdk8-b89 for changeset 67f1ddecad67
Thu, 09 May 2013 10:03:08 -0700 Added tag jdk8-b89 for changeset b77fd4a47faf
katleman [Thu, 09 May 2013 10:03:08 -0700] rev 17291
Added tag jdk8-b89 for changeset b77fd4a47faf
Wed, 05 Jul 2017 18:54:28 +0200 Added tag jdk8-b89 for changeset 4dec41b3c5e3
duke [Wed, 05 Jul 2017 18:54:28 +0200] rev 17290
Added tag jdk8-b89 for changeset 4dec41b3c5e3
Wed, 05 Jul 2017 18:54:28 +0200 Merge jdk8-b89
duke [Wed, 05 Jul 2017 18:54:28 +0200] rev 17289
Merge
Wed, 05 Jul 2017 18:54:25 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:25 +0200] rev 17288
Merge
Mon, 06 May 2013 11:53:44 -0700 Merge
lana [Mon, 06 May 2013 11:53:44 -0700] rev 17287
Merge
Wed, 01 May 2013 08:46:04 -0700 8011591: BootstrapMethodError when capturing constructor ref to local classes
rfield [Wed, 01 May 2013 08:46:04 -0700] rev 17286
8011591: BootstrapMethodError when capturing constructor ref to local classes Reviewed-by: mcimadamore
Tue, 30 Apr 2013 17:53:30 -0700 Merge
lana [Tue, 30 Apr 2013 17:53:30 -0700] rev 17285
Merge
Tue, 30 Apr 2013 15:43:00 -0700 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references
mchung [Tue, 30 Apr 2013 15:43:00 -0700] rev 17284
8013531: Provide a utility class in com.sun.tools.classfile to find field/method references Reviewed-by: alanb
Fri, 26 Apr 2013 15:59:39 +0100 8010304: javac should detect all mutable implicit static fields in langtools using a plugin
vromero [Fri, 26 Apr 2013 15:59:39 +0100] rev 17283
8010304: javac should detect all mutable implicit static fields in langtools using a plugin Reviewed-by: jjg
Fri, 26 Apr 2013 10:17:01 +0100 8008562: javac, a refactoring to Bits is necessary in order to provide a change history
vromero [Fri, 26 Apr 2013 10:17:01 +0100] rev 17282
8008562: javac, a refactoring to Bits is necessary in order to provide a change history Reviewed-by: mcimadamore
Fri, 26 Apr 2013 10:04:01 +0100 8012723: strictfp interface misses strictfp modifer on default method
vromero [Fri, 26 Apr 2013 10:04:01 +0100] rev 17281
8012723: strictfp interface misses strictfp modifer on default method Reviewed-by: mcimadamore
Thu, 25 Apr 2013 17:45:36 -0700 8013256: javac test failing after Lambda changes to java.util.List
jjg [Thu, 25 Apr 2013 17:45:36 -0700] rev 17280
8013256: javac test failing after Lambda changes to java.util.List Reviewed-by: mduigou
Tue, 23 Apr 2013 15:09:12 -0700 Merge
lana [Tue, 23 Apr 2013 15:09:12 -0700] rev 17279
Merge
Mon, 22 Apr 2013 10:24:19 +0200 8011027: Type parameter annotations not passed through to javax.lang.model
jfranck [Mon, 22 Apr 2013 10:24:19 +0200] rev 17278
8011027: Type parameter annotations not passed through to javax.lang.model Reviewed-by: jjg, darcy
Fri, 19 Apr 2013 11:10:40 -0700 8012661: remove langtools Makefile-classic
jjg [Fri, 19 Apr 2013 11:10:40 -0700] rev 17277
8012661: remove langtools Makefile-classic Reviewed-by: erikj, tbell
Fri, 19 Apr 2013 11:57:46 +0200 8012681: Commit for JDK-8012656 breaks tl build
jfranck [Fri, 19 Apr 2013 11:57:46 +0200] rev 17276
8012681: Commit for JDK-8012656 breaks tl build Reviewed-by: vromero, chegar, alanb
Thu, 18 Apr 2013 20:00:14 -0700 8012656: cache frequently used name strings for DocImpl classes
jjg [Thu, 18 Apr 2013 20:00:14 -0700] rev 17275
8012656: cache frequently used name strings for DocImpl classes Reviewed-by: darcy
Thu, 18 Apr 2013 19:58:45 -0700 8012658: Change default langtools source level to 7
jjg [Thu, 18 Apr 2013 19:58:45 -0700] rev 17274
8012658: Change default langtools source level to 7 Reviewed-by: darcy
Wed, 17 Apr 2013 15:54:24 +0200 8008174: DocTree API should provide start and end positions for tree nodes
jlahoda [Wed, 17 Apr 2013 15:54:24 +0200] rev 17273
8008174: DocTree API should provide start and end positions for tree nodes Summary: Adding DocSourcePositions to allow access to DocTree starting/ending position Reviewed-by: jjg, darcy Contributed-by: Ralph Benjamin Ruijs <ralphbenjamin@netbeans.org>, Jan Lahoda <jlahoda@netbeans.org>
Thu, 02 May 2013 13:35:55 -0700 Added tag jdk8-b88 for changeset a072db97da9b
katleman [Thu, 02 May 2013 13:35:55 -0700] rev 17272
Added tag jdk8-b88 for changeset a072db97da9b
Wed, 05 Jul 2017 18:54:19 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:19 +0200] rev 17271
Merge
Thu, 02 May 2013 13:35:21 -0700 Added tag jdk8-b88 for changeset bc758d2252be
katleman [Thu, 02 May 2013 13:35:21 -0700] rev 17270
Added tag jdk8-b88 for changeset bc758d2252be
Wed, 05 Jul 2017 18:54:15 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:15 +0200] rev 17269
Merge
Mon, 06 May 2013 11:41:40 -0700 Merge
lana [Mon, 06 May 2013 11:41:40 -0700] rev 17268
Merge
Tue, 30 Apr 2013 17:50:05 -0700 Merge
lana [Tue, 30 Apr 2013 17:50:05 -0700] rev 17267
Merge
Tue, 23 Apr 2013 15:03:19 -0700 Merge
lana [Tue, 23 Apr 2013 15:03:19 -0700] rev 17266
Merge
Fri, 19 Apr 2013 17:22:36 +0200 8010495: Update JAXP NetBeans project - add support for generating javadoc
dfuchs [Fri, 19 Apr 2013 17:22:36 +0200] rev 17265
8010495: Update JAXP NetBeans project - add support for generating javadoc Summary: Make it possible to use NetBeans to edit the jaxp sources and to generate a preview of the associated javadoc. Reviewed-by: joehw, alanb
Wed, 17 Apr 2013 15:23:19 +0200 8005954: JAXP Plugability Layer should use java.util.ServiceLoader
dfuchs [Wed, 17 Apr 2013 15:23:19 +0200] rev 17264
8005954: JAXP Plugability Layer should use java.util.ServiceLoader Summary: This fix replaces manual processing of files under META-INF/services in JAXP factories by calls to java.util.ServiceLoader. Reviewed-by: alanb, joehw, mchung
Thu, 02 May 2013 13:35:16 -0700 Added tag jdk8-b88 for changeset a53cf0f890db
katleman [Thu, 02 May 2013 13:35:16 -0700] rev 17263
Added tag jdk8-b88 for changeset a53cf0f890db
Wed, 05 Jul 2017 18:54:10 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:10 +0200] rev 17262
Merge
Mon, 06 May 2013 11:53:58 -0700 Merge
lana [Mon, 06 May 2013 11:53:58 -0700] rev 17261
Merge
Tue, 30 Apr 2013 17:53:41 -0700 Merge
lana [Tue, 30 Apr 2013 17:53:41 -0700] rev 17260
Merge
Tue, 30 Apr 2013 09:42:13 +0200 8013533: Increase code coverage report for types and logging
lagergren [Tue, 30 Apr 2013 09:42:13 +0200] rev 17259
8013533: Increase code coverage report for types and logging Reviewed-by: hannesw, sundar
Mon, 29 Apr 2013 21:38:08 -0300 Merge
jlaskey [Mon, 29 Apr 2013 21:38:08 -0300] rev 17258
Merge
Mon, 29 Apr 2013 23:22:20 +0200 8008814: Configurable ignore/warning/error behavior for function declaration as statement
attila [Mon, 29 Apr 2013 23:22:20 +0200] rev 17257
8008814: Configurable ignore/warning/error behavior for function declaration as statement Reviewed-by: jlaskey, sundar
Mon, 29 Apr 2013 18:40:40 +0530 8013444: JSON.parse does not invoke "reviver" callback as per spec.
sundar [Mon, 29 Apr 2013 18:40:40 +0530] rev 17256
8013444: JSON.parse does not invoke "reviver" callback as per spec. Reviewed-by: jlaskey, hannesw
Mon, 29 Apr 2013 13:21:17 +0200 8013419: Streamline handling of with and eval
attila [Mon, 29 Apr 2013 13:21:17 +0200] rev 17255
8013419: Streamline handling of with and eval Reviewed-by: hannesw, lagergren
Fri, 26 Apr 2013 15:13:09 -0300 8013360: Should be using JavaFX 8 classes for -fx support
jlaskey [Fri, 26 Apr 2013 15:13:09 -0300] rev 17254
8013360: Should be using JavaFX 8 classes for -fx support Reviewed-by: hannesw, sundar Contributed-by: james.laskey@oracle.com
Fri, 26 Apr 2013 22:29:11 +0530 8013369: nashorn build failure with jdk8 b84
sundar [Fri, 26 Apr 2013 22:29:11 +0530] rev 17253
8013369: nashorn build failure with jdk8 b84 Reviewed-by: hannesw
Fri, 26 Apr 2013 17:35:40 +0200 8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration
hannesw [Fri, 26 Apr 2013 17:35:40 +0200] rev 17252
8006559: Octane:pdfjs leaks memory, runs slower iteration to iteration Reviewed-by: attila, sundar, jlaskey
Fri, 26 Apr 2013 18:31:42 +0530 8013337: Issues with Date.prototype's get, set functions
sundar [Fri, 26 Apr 2013 18:31:42 +0530] rev 17251
8013337: Issues with Date.prototype's get, set functions Reviewed-by: jlaskey, hannesw, lagergren
Fri, 26 Apr 2013 09:48:41 -0300 8013208: Octane performance regression
jlaskey [Fri, 26 Apr 2013 09:48:41 -0300] rev 17250
8013208: Octane performance regression Reviewed-by: hannesw, sundar Contributed-by: james.laskey@oracle.com
Fri, 26 Apr 2013 09:20:37 +0200 8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself
attila [Fri, 26 Apr 2013 09:20:37 +0200] rev 17249
8013325: function named 'arguments' should set DEFINES_ARGUMENTS flag in its parent, not itself Reviewed-by: hannesw, sundar
Fri, 26 Apr 2013 12:17:11 +0530 8013295: ScriptEngineTest.java fails with compilation error when running under jtreg
sundar [Fri, 26 Apr 2013 12:17:11 +0530] rev 17248
8013295: ScriptEngineTest.java fails with compilation error when running under jtreg Reviewed-by: attila, hannesw
Thu, 25 Apr 2013 15:31:23 +0200 8013167: Vararg constructor not found
attila [Thu, 25 Apr 2013 15:31:23 +0200] rev 17247
8013167: Vararg constructor not found Reviewed-by: jlaskey, lagergren, sundar
Thu, 25 Apr 2013 14:47:17 +0200 8013203: A collection of smaller speedups to compilation pipeline
attila [Thu, 25 Apr 2013 14:47:17 +0200] rev 17246
8013203: A collection of smaller speedups to compilation pipeline Reviewed-by: hannesw, jlaskey
Thu, 25 Apr 2013 14:20:23 +0200 8013131: Various compatibility issues in String.prototype.split()
hannesw [Thu, 25 Apr 2013 14:20:23 +0200] rev 17245
8013131: Various compatibility issues in String.prototype.split() Reviewed-by: lagergren, jlaskey
Wed, 24 Apr 2013 14:25:28 -0300 8012251: jjs should support -fx option
jlaskey [Wed, 24 Apr 2013 14:25:28 -0300] rev 17244
8012251: jjs should support -fx option Reviewed-by: sundar, attila, lagergren Contributed-by: james.laskey@oracle.com
Wed, 24 Apr 2013 13:36:31 +0200 8008238: Labeled break in finally causes stack overflow in Node copy
hannesw [Wed, 24 Apr 2013 13:36:31 +0200] rev 17243
8008238: Labeled break in finally causes stack overflow in Node copy Reviewed-by: lagergren, attila
Wed, 24 Apr 2013 13:34:22 +0200 8012931: NativeDate.safeToString() throws RangeError for invalid date
hannesw [Wed, 24 Apr 2013 13:34:22 +0200] rev 17242
8012931: NativeDate.safeToString() throws RangeError for invalid date Reviewed-by: lagergren, attila
Wed, 24 Apr 2013 13:28:25 +0200 8012334: ToUint32, ToInt32, and ToUint16 don't conform to spec
hannesw [Wed, 24 Apr 2013 13:28:25 +0200] rev 17241
8012334: ToUint32, ToInt32, and ToUint16 don't conform to spec Reviewed-by: lagergren, attila
Tue, 23 Apr 2013 16:48:57 +0200 8010731: Don't expose internal symbols to scripts
attila [Tue, 23 Apr 2013 16:48:57 +0200] rev 17240
8010731: Don't expose internal symbols to scripts Reviewed-by: jlaskey, lagergren
Tue, 23 Apr 2013 12:52:29 +0200 8011065: Problems when script implements an interface with variadic methods
attila [Tue, 23 Apr 2013 12:52:29 +0200] rev 17239
8011065: Problems when script implements an interface with variadic methods Reviewed-by: jlaskey, hannesw, sundar
Tue, 23 Apr 2013 15:09:23 -0700 Merge
lana [Tue, 23 Apr 2013 15:09:23 -0700] rev 17238
Merge
Mon, 22 Apr 2013 19:57:57 +0530 Merge
sundar [Mon, 22 Apr 2013 19:57:57 +0530] rev 17237
Merge
Mon, 22 Apr 2013 10:37:58 -0300 8012919: findMegaMorphicSetMethod should not cast result type
jlaskey [Mon, 22 Apr 2013 10:37:58 -0300] rev 17236
8012919: findMegaMorphicSetMethod should not cast result type Reviewed-by: attila, sundar Contributed-by: james.laskey@oracle.com
Mon, 22 Apr 2013 18:09:04 +0530 8012673: Nashorn's package name vs class name inferring logic is wrong
sundar [Mon, 22 Apr 2013 18:09:04 +0530] rev 17235
8012673: Nashorn's package name vs class name inferring logic is wrong Reviewed-by: hannesw, jlaskey, attila
Sat, 20 Apr 2013 08:54:13 -0300 8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail.
jlaskey [Sat, 20 Apr 2013 08:54:13 -0300] rev 17234
8011578: -Dnashorn.unstable.relink.threshold=1 causes tests to fail. Reviewed-by: sundar, lagergren Contributed-by: james.laskey@oracle.com
Fri, 19 Apr 2013 16:11:16 +0200 8010701: Immutable nodes - final iteration
lagergren [Fri, 19 Apr 2013 16:11:16 +0200] rev 17233
8010701: Immutable nodes - final iteration Reviewed-by: sundar, hannesw, jlaskey
Fri, 19 Apr 2013 18:23:00 +0530 8012593: JSAdapter overrides impacts strongly construction time
sundar [Fri, 19 Apr 2013 18:23:00 +0530] rev 17232
8012593: JSAdapter overrides impacts strongly construction time Reviewed-by: jlaskey, attila
Fri, 19 Apr 2013 17:46:01 +0530 8012612: Compile failed
sundar [Fri, 19 Apr 2013 17:46:01 +0530] rev 17231
8012612: Compile failed Reviewed-by: hannesw, jlaskey, attila
Thu, 18 Apr 2013 14:25:45 +0200 8012460: RegExp regression
hannesw [Thu, 18 Apr 2013 14:25:45 +0200] rev 17230
8012460: RegExp regression Reviewed-by: jlaskey, sundar
Thu, 18 Apr 2013 15:50:30 +0530 8012462: Date.prototype.toJSON does not handle non-Date 'this' as per the spec.
sundar [Thu, 18 Apr 2013 15:50:30 +0530] rev 17229
8012462: Date.prototype.toJSON does not handle non-Date 'this' as per the spec. Reviewed-by: jlaskey, hannesw
Thu, 18 Apr 2013 15:47:45 +0530 Merge
sundar [Thu, 18 Apr 2013 15:47:45 +0530] rev 17228
Merge
Wed, 17 Apr 2013 15:36:48 -0300 8012529: Remove -esa from testing jvmargs
jlaskey [Wed, 17 Apr 2013 15:36:48 -0300] rev 17227
8012529: Remove -esa from testing jvmargs Reviewed-by: sundar Contributed-by: james.laskey@oracle.com
Wed, 17 Apr 2013 08:48:00 -0300 Merge
jlaskey [Wed, 17 Apr 2013 08:48:00 -0300] rev 17226
Merge
Wed, 17 Apr 2013 16:52:06 +0530 8012457: Function.prototype.apply should accept any array-like argument for function arguments
sundar [Wed, 17 Apr 2013 16:52:06 +0530] rev 17225
8012457: Function.prototype.apply should accept any array-like argument for function arguments Reviewed-by: lagergren, jlaskey
Mon, 15 Apr 2013 20:12:50 +0530 8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw error
sundar [Mon, 15 Apr 2013 20:12:50 +0530] rev 17224
8012240: Array.prototype.map.call({length: -1, get 0(){throw 0}}, function(){}).length does not throw error Reviewed-by: lagergren, jlaskey
Thu, 02 May 2013 13:35:59 -0700 Added tag jdk8-b88 for changeset ddfec66935ab
katleman [Thu, 02 May 2013 13:35:59 -0700] rev 17223
Added tag jdk8-b88 for changeset ddfec66935ab
Wed, 05 Jul 2017 18:54:01 +0200 Merge
duke [Wed, 05 Jul 2017 18:54:01 +0200] rev 17222
Merge
Mon, 06 May 2013 11:41:36 -0700 Merge
lana [Mon, 06 May 2013 11:41:36 -0700] rev 17221
Merge
Tue, 30 Apr 2013 17:41:18 -0700 Merge
lana [Tue, 30 Apr 2013 17:41:18 -0700] rev 17220
Merge
Mon, 29 Apr 2013 16:51:32 +0400 8011986: [corba] idlj generates read/write union helper methods that throw wrong exception in some cases
dmeetry [Mon, 29 Apr 2013 16:51:32 +0400] rev 17219
8011986: [corba] idlj generates read/write union helper methods that throw wrong exception in some cases Reviewed-by: lancea
Mon, 29 Apr 2013 16:44:32 +0400 4504275: CORBA boolean type unions do not generate compilable code from idlj
dmeetry [Mon, 29 Apr 2013 16:44:32 +0400] rev 17218
4504275: CORBA boolean type unions do not generate compilable code from idlj Summary: JLS doesn't allow boolean type in switch statement, hence substituted by if statement. Reviewed-by: lancea
Thu, 02 May 2013 13:34:46 -0700 Added tag jdk8-b88 for changeset 4752a2b59f2e
katleman [Thu, 02 May 2013 13:34:46 -0700] rev 17217
Added tag jdk8-b88 for changeset 4752a2b59f2e
Wed, 05 Jul 2017 18:53:57 +0200 Merge
duke [Wed, 05 Jul 2017 18:53:57 +0200] rev 17216
Merge
Tue, 07 May 2013 13:13:12 -0700 Merge
katleman [Tue, 07 May 2013 13:13:12 -0700] rev 17215
Merge
Tue, 07 May 2013 10:51:07 -0700 Merge
katleman [Tue, 07 May 2013 10:51:07 -0700] rev 17214
Merge
Sat, 04 May 2013 17:04:57 +0100 8011366: Enable debug info on all libraries for OpenJDK builds
andrew [Sat, 04 May 2013 17:04:57 +0100] rev 17213
8011366: Enable debug info on all libraries for OpenJDK builds Summary: The build should not be turning off debugging if it has been requested. Reviewed-by: erikj, dholmes
Mon, 06 May 2013 11:50:13 -0700 Merge
lana [Mon, 06 May 2013 11:50:13 -0700] rev 17212
Merge
Wed, 01 May 2013 11:34:06 -0700 Merge
lana [Wed, 01 May 2013 11:34:06 -0700] rev 17211
Merge
Wed, 01 May 2013 08:35:09 -0700 8012665: add CharSequence.chars, CharSequence.codePoints
mduigou [Wed, 01 May 2013 08:35:09 -0700] rev 17210
8012665: add CharSequence.chars, CharSequence.codePoints Reviewed-by: martin, alanb, ulfzibis, mduigou Contributed-by: Stuart Marks <stuart.marks@oracle.com>, Henry Jen <henry.jen@oracle.com>
Wed, 01 May 2013 21:05:10 +0800 8012082: SASL: auth-conf negotiated, but unencrypted data is accepted, reset to unencrypt
weijun [Wed, 01 May 2013 21:05:10 +0800] rev 17209
8012082: SASL: auth-conf negotiated, but unencrypted data is accepted, reset to unencrypt Reviewed-by: vinnie
Wed, 01 May 2013 11:15:35 +0100 8013723: ProblemList.txt updates (5/2013)
chegar [Wed, 01 May 2013 11:15:35 +0100] rev 17208
8013723: ProblemList.txt updates (5/2013) Reviewed-by: alanb
Tue, 30 Apr 2013 16:24:08 +0100 8007799: Base64.getEncoder(0, byte[]) returns an encoder that unexpectedly inserts line separators
msheppar [Tue, 30 Apr 2013 16:24:08 +0100] rev 17207
8007799: Base64.getEncoder(0, byte[]) returns an encoder that unexpectedly inserts line separators Reviewed-by: sherman, iris
Wed, 01 May 2013 10:03:39 +0100 6594296: NetworkInterface.getHardwareAddress returns zero length byte array
chegar [Wed, 01 May 2013 10:03:39 +0100] rev 17206
6594296: NetworkInterface.getHardwareAddress returns zero length byte array Reviewed-by: alanb
Tue, 30 Apr 2013 17:51:31 -0700 Merge
lana [Tue, 30 Apr 2013 17:51:31 -0700] rev 17205
Merge
Tue, 30 Apr 2013 15:42:16 -0700 8013531: Provide a utility class in com.sun.tools.classfile to find field/method references
mchung [Tue, 30 Apr 2013 15:42:16 -0700] rev 17204
8013531: Provide a utility class in com.sun.tools.classfile to find field/method references Reviewed-by: alanb
Tue, 30 Apr 2013 21:19:24 +0100 8013647: JPRT unable to clean-up after tests that leave file trees with loops
alanb [Tue, 30 Apr 2013 21:19:24 +0100] rev 17203
8013647: JPRT unable to clean-up after tests that leave file trees with loops Reviewed-by: chegar, tbell
Tue, 30 Apr 2013 13:12:54 -0700 8009389: Unpack200 native library should be removed from profiles
ksrini [Tue, 30 Apr 2013 13:12:54 -0700] rev 17202
8009389: Unpack200 native library should be removed from profiles Reviewed-by: alanb, bobv, jrose
Tue, 30 Apr 2013 12:32:49 -0700 Merge
mduigou [Tue, 30 Apr 2013 12:32:49 -0700] rev 17201
Merge
Tue, 30 Apr 2013 12:31:51 -0700 8011814: Add testng.jar to Netbeans projects test compile classpath
mduigou [Tue, 30 Apr 2013 12:31:51 -0700] rev 17200
8011814: Add testng.jar to Netbeans projects test compile classpath 8013271: Add MacOS sources to J2SE Netbeans project 8013272: JDK Netbeans projects should use ASCII encoding for sources Reviewed-by: lancea
Tue, 30 Apr 2013 14:44:25 -0400 8010416: Add a way for java.sql.Driver to be notified when it is deregistered
lancea [Tue, 30 Apr 2013 14:44:25 -0400] rev 17199
8010416: Add a way for java.sql.Driver to be notified when it is deregistered Reviewed-by: alanb, ulfzibis
Mon, 29 Apr 2013 23:07:22 +0100 8007373: Inet6Address serialization incompatibility
msheppar [Mon, 29 Apr 2013 23:07:22 +0100] rev 17198
8007373: Inet6Address serialization incompatibility Reviewed-by: alanb, chegar
Tue, 30 Apr 2013 10:48:25 +0200 8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params
sla [Tue, 30 Apr 2013 10:48:25 +0200] rev 17197
8003671: [findbugs] sun.management.AgentConfigurationError.getParams() may expose internal representation by returning AgentConfigurationError.params Reviewed-by: mchung, rbackman, jbachorik
Mon, 29 Apr 2013 22:03:04 -0700 8011917: Add java.util.stream.Collectors utilities
mduigou [Mon, 29 Apr 2013 22:03:04 -0700] rev 17196
8011917: Add java.util.stream.Collectors utilities Reviewed-by: darcy, mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>
Sat, 20 Apr 2013 18:53:26 -0400 8012650: Arrays streams methods
briangoetz [Sat, 20 Apr 2013 18:53:26 -0400] rev 17195
8012650: Arrays streams methods 8011918: java.util.stream.Streams Reviewed-by: alanb, mduigou, darcy, henryjen Contributed-by: brian.goetz@oracle.com, paul.sandoz@oracle.com
Mon, 29 Apr 2013 18:12:28 +0100 Merge
chegar [Mon, 29 Apr 2013 18:12:28 +0100] rev 17194
Merge
Mon, 29 Apr 2013 08:17:27 -0400 8012108: Memory leak in jdk/src/windows/native/java/net/NetworkInterface_winXP.c
jzavgren [Mon, 29 Apr 2013 08:17:27 -0400] rev 17193
8012108: Memory leak in jdk/src/windows/native/java/net/NetworkInterface_winXP.c Summary: Modified code to fix this leak and then proactively fixed improper calls to realloc() in the windows native code that can also cause leaks. Reviewed-by: chegar, khazra, dsamersoff
Mon, 29 Apr 2013 07:40:04 -0400 8010280: jvm.cfg needs updating for non-server builds
dholmes [Mon, 29 Apr 2013 07:40:04 -0400] rev 17192
8010280: jvm.cfg needs updating for non-server builds Summary: Generate jvm.cfg based on chosen VMs for non-"standard" builds and remove legacy entries from committed jvm.cfg files Reviewed-by: mduigou, tbell
Mon, 29 Apr 2013 10:28:22 +0100 8013415: Changes for JDK-8005523 requires updates to refs.allowed
alanb [Mon, 29 Apr 2013 10:28:22 +0100] rev 17191
8013415: Changes for JDK-8005523 requires updates to refs.allowed Reviewed-by: chegar
Sun, 28 Apr 2013 21:06:36 +0100 8013413: javadoc warnings
alanb [Sun, 28 Apr 2013 21:06:36 +0100] rev 17190
8013413: javadoc warnings Reviewed-by: lancea, chegar
Sat, 27 Apr 2013 18:25:16 +0800 8005523: Unbound krb5 for TLS
weijun [Sat, 27 Apr 2013 18:25:16 +0800] rev 17189
8005523: Unbound krb5 for TLS Reviewed-by: xuelei
Fri, 26 Apr 2013 16:09:53 -0700 7123493: (proxy) Proxy.getProxyClass doesn't scale under high load
plevart [Fri, 26 Apr 2013 16:09:53 -0700] rev 17188
7123493: (proxy) Proxy.getProxyClass doesn't scale under high load Reviewed-by: mchung
Fri, 26 Apr 2013 14:16:23 -0700 Merge
mfang [Fri, 26 Apr 2013 14:16:23 -0700] rev 17187
Merge
Fri, 26 Apr 2013 09:19:58 -0700 Merge
mfang [Fri, 26 Apr 2013 09:19:58 -0700] rev 17186
Merge
Mon, 22 Apr 2013 23:17:22 -0700 Merge
mfang [Mon, 22 Apr 2013 23:17:22 -0700] rev 17185
Merge
Mon, 25 Mar 2013 16:49:25 -0700 8010521: jdk8 l10n resource file translation update 2
mfang [Mon, 25 Mar 2013 16:49:25 -0700] rev 17184
8010521: jdk8 l10n resource file translation update 2 Reviewed-by: naoto, yhuang
Fri, 26 Apr 2013 13:59:10 -0700 8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters
sherman [Fri, 26 Apr 2013 13:59:10 -0700] rev 17183
8007395: StringIndexOutofBoundsException in Match.find() when input String contains surrogate UTF-16 characters Summary: updated GroupCurly.match0() to backtrack correctly Reviewed-by: mchung
Wed, 24 Apr 2013 16:15:47 -0700 8011920: Main streams implementation
mduigou [Wed, 24 Apr 2013 16:15:47 -0700] rev 17182
8011920: Main streams implementation 8012542: Stream methods on Collection Reviewed-by: dholmes, mduigou Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>
Tue, 02 Apr 2013 18:41:04 -0400 5015163: (str) String merge/join that is the inverse of String.split()
jgish [Tue, 02 Apr 2013 18:41:04 -0400] rev 17181
5015163: (str) String merge/join that is the inverse of String.split() 7172553: A utility class that forms the basis of a String.join() operation Summary: Integrate StringJoiner changes from lambda Reviewed-by: alanb, mduigou
Tue, 23 Apr 2013 11:54:22 -0700 8005051: optimized defaults for Iterator.forEachRemaining
akhil [Tue, 23 Apr 2013 11:54:22 -0700] rev 17180
8005051: optimized defaults for Iterator.forEachRemaining Reviewed-by: alanb, mduigou, psandoz, ulfzibis Contributed-by: Akhil Arora <akhil.arora@oracle.com>
Thu, 25 Apr 2013 17:10:36 -0700 8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing
wetmore [Thu, 25 Apr 2013 17:10:36 -0700] rev 17179
8012530: test/sun/security/provider/SecureRandom/StrongSeedReader.java failing Reviewed-by: wetmore Contributed-by: alan.bateman@oracle.com
Thu, 25 Apr 2013 21:12:35 +0100 8000529: Regression: SimpleDateFormat incorrectly parses dates formatted with Z and z pattern letters
coffeys [Thu, 25 Apr 2013 21:12:35 +0100] rev 17178
8000529: Regression: SimpleDateFormat incorrectly parses dates formatted with Z and z pattern letters Reviewed-by: okutsu
Thu, 25 Apr 2013 14:23:24 -0400 8012937: Correct errors in javadoc comments.
emc [Thu, 25 Apr 2013 14:23:24 -0400] rev 17177
8012937: Correct errors in javadoc comments. Summary: Correct some errors in the javadoc comments for parameter reflection. Reviewed-by: darcy
Thu, 25 Apr 2013 09:37:03 -0700 8012044: Give more information about self-suppression from Throwable.addSuppressed
darcy [Thu, 25 Apr 2013 09:37:03 -0700] rev 17176
8012044: Give more information about self-suppression from Throwable.addSuppressed Reviewed-by: alanb, dholmes
Wed, 24 Apr 2013 21:27:52 +0000 8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ
sherman [Wed, 24 Apr 2013 21:27:52 +0000] rev 17175
8012638: test/java/time/test/java/util/TestFormatter fails in UTC TZ Summary: updated the offending test case Reviewed-by: alanb
Wed, 24 Apr 2013 19:03:07 +0100 8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed
alanb [Wed, 24 Apr 2013 19:03:07 +0100] rev 17174
8005555: TEST_BUG: java/io/Serializable/accessConstants/AccessConstants.java should be removed Reviewed-by: chegar
Wed, 24 Apr 2013 14:49:49 +0200 8009985: [parfait] Uninitialised variable at jdk/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c
sla [Wed, 24 Apr 2013 14:49:49 +0200] rev 17173
8009985: [parfait] Uninitialised variable at jdk/src/solaris/native/com/sun/management/UnixOperatingSystem_md.c Reviewed-by: sla, rbackman, alanb, dholmes, rdurbin Contributed-by: peter.allwin@oracle.com
Tue, 23 Apr 2013 15:07:48 -0700 Merge
lana [Tue, 23 Apr 2013 15:07:48 -0700] rev 17172
Merge
Tue, 23 Apr 2013 11:17:43 -0400 8011620: adding free form netbeans project for jdbc to jdk/make/netbeans
lancea [Tue, 23 Apr 2013 11:17:43 -0400] rev 17171
8011620: adding free form netbeans project for jdbc to jdk/make/netbeans Reviewed-by: chegar
Tue, 23 Apr 2013 15:01:44 +0100 8012930: (fs) Eliminate recursion from FileTreeWalker
alanb [Tue, 23 Apr 2013 15:01:44 +0100] rev 17170
8012930: (fs) Eliminate recursion from FileTreeWalker Reviewed-by: chegar
Mon, 22 Apr 2013 13:37:07 -0700 8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter
naoto [Mon, 22 Apr 2013 13:37:07 -0700] rev 17169
8010666: Implement Currency/LocaleNameProvider in Windows Host LocaleProviderAdapter Reviewed-by: okutsu
Wed, 17 Apr 2013 11:34:31 +0200 8011426: java.util collection Spliterator implementations
psandoz [Wed, 17 Apr 2013 11:34:31 +0200] rev 17168
8011426: java.util collection Spliterator implementations Summary: Spliterator implementations for collection classes in java.util. Reviewed-by: mduigou, briangoetz Contributed-by: Doug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
Wed, 17 Apr 2013 14:39:04 -0400 8008682: Inital Streams public API
briangoetz [Wed, 17 Apr 2013 14:39:04 -0400] rev 17167
8008682: Inital Streams public API Reviewed-by: mduigou, dholmes, darcy Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Mike Duigou <mike.duigou@oracle.com>, Paul Sandoz <paul.sandoz@oracle.com>, JSR-335 EG <lambda-libs-spec-experts@openjdk.java.net>
Mon, 22 Apr 2013 09:19:34 -0700 8001647: default methods for Collections - forEach, removeIf, replaceAll, sort
akhil [Mon, 22 Apr 2013 09:19:34 -0700] rev 17166
8001647: default methods for Collections - forEach, removeIf, replaceAll, sort Reviewed-by: alanb, dholmes, mduigou, psandoz, smarks Contributed-by: Akhil Arora <akhil.arora@oracle.com>, Arne Siegel <v.a.ammodytes@googlemail.com>, Brian Goetz <brian.goetz@oracle.com>
Mon, 22 Apr 2013 11:39:53 +0800 8005527: [TEST_BUG] console.sh failed Automatically with exit code 1.
weijun [Mon, 22 Apr 2013 11:39:53 +0800] rev 17165
8005527: [TEST_BUG] console.sh failed Automatically with exit code 1. Reviewed-by: xuelei
Fri, 19 Apr 2013 16:50:10 -0700 8010939: Deadlock in LogManager
jgish [Fri, 19 Apr 2013 16:50:10 -0700] rev 17164
8010939: Deadlock in LogManager Summary: re-order locks to avoid deadlock Reviewed-by: mchung
Tue, 16 Apr 2013 22:50:48 -0400 8008670: Initial java.util.stream putback -- internal API classes
mduigou [Tue, 16 Apr 2013 22:50:48 -0400] rev 17163
8008670: Initial java.util.stream putback -- internal API classes Reviewed-by: mduigou, dholmes Contributed-by: Brian Goetz <brian.goetz@oracle.com>, Doug Lea <dl@cs.oswego.edu>, Paul Sandoz <paul.sandoz@oracle.com>
Wed, 17 Apr 2013 11:47:18 -0400 8010505: HTTP DIGEST implementation incorrectly quotes header values, fails auth
jzavgren [Wed, 17 Apr 2013 11:47:18 -0400] rev 17162
8010505: HTTP DIGEST implementation incorrectly quotes header values, fails auth Summary: The extraneous quotes were removed. Reviewed-by: chegar
Fri, 19 Apr 2013 15:41:11 +0800 8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161
weijun [Fri, 19 Apr 2013 15:41:11 +0800] rev 17161
8009636: JARSigner including TimeStamp PolicyID (TSAPolicyID) as defined in RFC3161 Reviewed-by: mullan
Thu, 18 Apr 2013 22:23:56 -0700 8006935: Need to take care of long secret keys in HMAC/PRF compuation
xuelei [Thu, 18 Apr 2013 22:23:56 -0700] rev 17160
8006935: Need to take care of long secret keys in HMAC/PRF compuation Reviewed-by: valeriep
Thu, 18 Apr 2013 16:33:11 -0400 8012005: LogManager needs test to ensure stack trace is not being done to find bundle
jgish [Thu, 18 Apr 2013 16:33:11 -0400] rev 17159
8012005: LogManager needs test to ensure stack trace is not being done to find bundle Reviewed-by: mchung
Thu, 18 Apr 2013 13:02:58 -0700 8011934: sun.misc.PerfCounter calls Perf.createLong with incorrect parameters
mchung [Thu, 18 Apr 2013 13:02:58 -0700] rev 17158
8011934: sun.misc.PerfCounter calls Perf.createLong with incorrect parameters Reviewed-by: mchung Contributed-by: Yasumasa Suenaga <yasu@ysfactory.dip.jp>
Thu, 18 Apr 2013 11:14:39 -0700 8012624: Add sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java in ProblemList.txt
mchung [Thu, 18 Apr 2013 11:14:39 -0700] rev 17157
8012624: Add sun/management/HotspotRuntimeMBean/GetSafepointSyncTime.java in ProblemList.txt Reviewed-by: lancea, alanb
Thu, 18 Apr 2013 10:22:53 -0700 8011946: java.util.Currency javadoc has broken link to iso.org
dxu [Thu, 18 Apr 2013 10:22:53 -0700] rev 17156
8011946: java.util.Currency javadoc has broken link to iso.org Reviewed-by: mduigou
Thu, 18 Apr 2013 12:24:55 +0100 8009648: Tests fail in -agentvm -concurrency mode
alanb [Thu, 18 Apr 2013 12:24:55 +0100] rev 17155
8009648: Tests fail in -agentvm -concurrency mode Reviewed-by: alanb Contributed-by: roger.riggs@oracle.com
Thu, 18 Apr 2013 11:13:18 +0100 8011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac)
alanb [Thu, 18 Apr 2013 11:13:18 +0100] rev 17154
8011536: (fs) BasicFileAttributes.creationTime() should return birth time (mac) Reviewed-by: chegar
Wed, 01 May 2013 11:27:12 -0700 Merge
lana [Wed, 01 May 2013 11:27:12 -0700] rev 17153
Merge
Wed, 01 May 2013 09:20:08 -0700 Merge
lana [Wed, 01 May 2013 09:20:08 -0700] rev 17152
Merge
Wed, 01 May 2013 12:19:25 +0400 8009012: [macosx] DisplayChangedListener is not implemented in LWWindowPeer/CGraphicsEnvironment
serb [Wed, 01 May 2013 12:19:25 +0400] rev 17151
8009012: [macosx] DisplayChangedListener is not implemented in LWWindowPeer/CGraphicsEnvironment Reviewed-by: anthony, bae
Tue, 30 Apr 2013 17:27:48 +0400 7166296: closed/java/awt/Frame/DisabledParentOfToplevel/DisabledParentOfToplevel.html failed since 1.8.0b36
serb [Tue, 30 Apr 2013 17:27:48 +0400] rev 17150
7166296: closed/java/awt/Frame/DisabledParentOfToplevel/DisabledParentOfToplevel.html failed since 1.8.0b36 Reviewed-by: anthony, art
Tue, 30 Apr 2013 13:24:14 +0400 8012004: JInternalFrame not being finalized after closing
mcherkas [Tue, 30 Apr 2013 13:24:14 +0400] rev 17149
8012004: JInternalFrame not being finalized after closing Reviewed-by: alexsch, alexp
Mon, 29 Apr 2013 16:42:22 +0400 8007458: [findbugs] One more beans issue, with ReflectionUtils
malenkov [Mon, 29 Apr 2013 16:42:22 +0400] rev 17148
8007458: [findbugs] One more beans issue, with ReflectionUtils Reviewed-by: art, alexsch
Fri, 26 Apr 2013 18:48:11 +0400 8012586: [x11] Modal dialogs for fullscreen window may show behind its owner
anthony [Fri, 26 Apr 2013 18:48:11 +0400] rev 17147
8012586: [x11] Modal dialogs for fullscreen window may show behind its owner Summary: Use the _NET_WM_WINDOW_TYPE_DIALOG type for owned windows Reviewed-by: anthony, art, serb Contributed-by: Vladimir Kravets <vova.kravets@gmail.com>
Wed, 24 Apr 2013 11:48:54 +0400 8011186: [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8
kshefov [Wed, 24 Apr 2013 11:48:54 +0400] rev 17146
8011186: [TEST_BUG] java/awt/Focus/OverrideRedirectWindowActivationTest/OverrideRedirectWindowActivationTest.java failed on windows 8 Reviewed-by: anthony, serb, ant
Tue, 23 Apr 2013 15:17:39 -0700 Merge
lana [Tue, 23 Apr 2013 15:17:39 -0700] rev 17145
Merge
Mon, 22 Apr 2013 19:24:41 +0400 8008366: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar
leonidr [Mon, 22 Apr 2013 19:24:41 +0400] rev 17144
8008366: [macosx] ActionListener called twice for JMenuItem using ScreenMenuBar Reviewed-by: anthony, serb
Mon, 22 Apr 2013 18:39:04 +0400 8011230: [TEST_BUG] java/awt/Toolkit/BadDisplayTest/BadDisplayTest.java failed on solaris
kshefov [Mon, 22 Apr 2013 18:39:04 +0400] rev 17143
8011230: [TEST_BUG] java/awt/Toolkit/BadDisplayTest/BadDisplayTest.java failed on solaris Reviewed-by: serb, anthony
Thu, 18 Apr 2013 15:09:59 +0100 8011686: AWT accidentally disables the NSApplicationDelegate of SWT, causing loss of OS X integration functionality
pchelko [Thu, 18 Apr 2013 15:09:59 +0100] rev 17142
8011686: AWT accidentally disables the NSApplicationDelegate of SWT, causing loss of OS X integration functionality Reviewed-by: anthony, serb Contributed-by: Markus Persson <markus.persson@oracle.com>
Tue, 30 Apr 2013 22:43:02 -0700 Merge
lana [Tue, 30 Apr 2013 22:43:02 -0700] rev 17141
Merge
Mon, 29 Apr 2013 10:02:21 -0700 8005302: [findbugs] public methods return internal arrays; may be private
jchen [Mon, 29 Apr 2013 10:02:21 -0700] rev 17140
8005302: [findbugs] public methods return internal arrays; may be private Reviewed-by: bae, prr
Thu, 25 Apr 2013 10:14:24 -0700 8009199: Printed text become garbage on Mac OSX
jgodinez [Thu, 25 Apr 2013 10:14:24 -0700] rev 17139
8009199: Printed text become garbage on Mac OSX Reviewed-by: bae, prr
Thu, 02 May 2013 13:35:34 -0700 Added tag jdk8-b88 for changeset a7caf0d4cb98
katleman [Thu, 02 May 2013 13:35:34 -0700] rev 17138
Added tag jdk8-b88 for changeset a7caf0d4cb98
Wed, 05 Jul 2017 18:53:37 +0200 Merge
duke [Wed, 05 Jul 2017 18:53:37 +0200] rev 17137
Merge
Fri, 03 May 2013 08:10:11 -0700 Added tag hs25-b31 for changeset 62f2a12da171
amurillo [Fri, 03 May 2013 08:10:11 -0700] rev 17136
Added tag hs25-b31 for changeset 62f2a12da171
Fri, 03 May 2013 08:10:10 -0700 Merge
amurillo [Fri, 03 May 2013 08:10:10 -0700] rev 17135
Merge
Thu, 02 May 2013 18:50:05 -0700 Merge
kvn [Thu, 02 May 2013 18:50:05 -0700] rev 17134
Merge
Thu, 02 May 2013 10:27:15 +0200 8013532: Remove unused parameter "compiler" from DTRACE_METHOD_COMPILE* macros
roland [Thu, 02 May 2013 10:27:15 +0200] rev 17133
8013532: Remove unused parameter "compiler" from DTRACE_METHOD_COMPILE* macros Summary: remove unused parameter in dtrace macros Reviewed-by: kvn, roland Contributed-by: albert.noll@oracle.com
Mon, 29 Apr 2013 13:20:19 +0200 8012547: Code cache flushing can get stuck reclaming of memory
neliasso [Mon, 29 Apr 2013 13:20:19 +0200] rev 17132
8012547: Code cache flushing can get stuck reclaming of memory Summary: Keep sweeping regardless of if we are flushing Reviewed-by: kvn, twisti
Fri, 26 Apr 2013 14:41:10 -0700 Merge
jiangli [Fri, 26 Apr 2013 14:41:10 -0700] rev 17131
Merge
Fri, 26 Apr 2013 16:21:03 -0400 8013036: vm/runtime/simpleThresholdPolicy.cpp: assert(mcs != NULL).
jiangli [Fri, 26 Apr 2013 16:21:03 -0400] rev 17130
8013036: vm/runtime/simpleThresholdPolicy.cpp: assert(mcs != NULL). Summary: Change the assert to if check as MethodCounters could be NULL under TieredCompilation. Reviewed-by: kvn, twisti
Fri, 26 Apr 2013 14:50:23 -0400 Merge
bharadwaj [Fri, 26 Apr 2013 14:50:23 -0400] rev 17129
Merge
Fri, 26 Apr 2013 10:52:26 -0700 Merge
bharadwaj [Fri, 26 Apr 2013 10:52:26 -0700] rev 17128
Merge
Fri, 26 Apr 2013 08:33:39 -0700 Merge
vlivanov [Fri, 26 Apr 2013 08:33:39 -0700] rev 17127
Merge
Fri, 26 Apr 2013 07:21:41 -0700 8012322: Tiered: CompilationPolicy::can_be_compiled(CompLevel_all) mistakenly return false
iignatyev [Fri, 26 Apr 2013 07:21:41 -0700] rev 17126
8012322: Tiered: CompilationPolicy::can_be_compiled(CompLevel_all) mistakenly return false Reviewed-by: kvn, vlivanov
Tue, 23 Apr 2013 18:06:54 +0200 8012157: removed unused code in SharedRuntime::handle_wrong_method
neliasso [Tue, 23 Apr 2013 18:06:54 +0200] rev 17125
8012157: removed unused code in SharedRuntime::handle_wrong_method Reviewed-by: kvn, roland, rbackman Contributed-by: albert.noll@oracle.com
Tue, 23 Apr 2013 13:48:02 +0200 8010332: removed unused method: ciMethod::uses_monitors
neliasso [Tue, 23 Apr 2013 13:48:02 +0200] rev 17124
8010332: removed unused method: ciMethod::uses_monitors Reviewed-by: twisti, roland Contributed-by: albert.noll@oracle.com
Thu, 25 Apr 2013 11:09:24 -0700 8011675: adding compilation level to replay data
iignatyev [Thu, 25 Apr 2013 11:09:24 -0700] rev 17123
8011675: adding compilation level to replay data Reviewed-by: kvn, vlivanov
Thu, 25 Apr 2013 11:04:36 -0700 8012337: Change Whitebox implementation to make absence of method in Whitebox.class not fatal
iignatyev [Thu, 25 Apr 2013 11:04:36 -0700] rev 17122
8012337: Change Whitebox implementation to make absence of method in Whitebox.class not fatal Reviewed-by: kvn, vlivanov
Thu, 25 Apr 2013 11:02:32 -0700 8012260: ciReplay: Include PID into the name of replay data file
vlivanov [Thu, 25 Apr 2013 11:02:32 -0700] rev 17121
8012260: ciReplay: Include PID into the name of replay data file Reviewed-by: kvn, twisti
Thu, 02 May 2013 16:41:09 -0700 Merge
mgerdin [Thu, 02 May 2013 16:41:09 -0700] rev 17120
Merge
Thu, 02 May 2013 19:28:59 +0200 Merge
mgerdin [Thu, 02 May 2013 19:28:59 +0200] rev 17119
Merge
Tue, 30 Apr 2013 16:36:24 +0200 8008541: Remove old code in HotSpot that supported the jmap -permstat functionality
ehelin [Tue, 30 Apr 2013 16:36:24 +0200] rev 17118
8008541: Remove old code in HotSpot that supported the jmap -permstat functionality Reviewed-by: sla, brutisso
Mon, 29 Apr 2013 13:07:27 +0200 8013129: Possible deadlock with Metaspace locks due to mixed usage of safepoint aware and non-safepoint aware locking
mgerdin [Mon, 29 Apr 2013 13:07:27 +0200] rev 17117
8013129: Possible deadlock with Metaspace locks due to mixed usage of safepoint aware and non-safepoint aware locking Summary: Change Metaspace::deallocate to take lock with _no_safepoint_check_flag Reviewed-by: coleenp, jmasa, dholmes
Mon, 29 Apr 2013 09:31:59 +0200 Merge
mgerdin [Mon, 29 Apr 2013 09:31:59 +0200] rev 17116
Merge
Fri, 26 Apr 2013 10:57:57 -0700 8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class]
johnc [Fri, 26 Apr 2013 10:57:57 -0700] rev 17115
8011898: gc/TestVerifyBeforeGCDuringStartup.java: java.lang.RuntimeException: '[Verifying' missing from stdout/stderr: [Error: Could not find or load main class] Summary: System.getProperty("test.java.opts") can return NULL, which gets converted to to the empty string, and the child java command then interprets that as the name of the main class. Reviewed-by: jmasa, brutisso
Fri, 26 Apr 2013 10:40:36 +0200 8013160: NPG: Remove unnecessary mark stack draining after CodeCache::do_unloading
stefank [Fri, 26 Apr 2013 10:40:36 +0200] rev 17114
8013160: NPG: Remove unnecessary mark stack draining after CodeCache::do_unloading Reviewed-by: coleenp, mgerdin
Fri, 26 Apr 2013 09:53:22 +0200 8012915: ReservedSpace::align_reserved_region() broken on Windows
brutisso [Fri, 26 Apr 2013 09:53:22 +0200] rev 17113
8012915: ReservedSpace::align_reserved_region() broken on Windows Summary: remove unused constructors and helper methods for ReservedHeapSpace and ReservedSpace Reviewed-by: mgerdin, jmasa, johnc, tschatzl
Wed, 24 Apr 2013 20:13:37 +0200 8013132: Add a flag to turn off the output of the verbose verification code
stefank [Wed, 24 Apr 2013 20:13:37 +0200] rev 17112
8013132: Add a flag to turn off the output of the verbose verification code Reviewed-by: johnc, brutisso
Wed, 24 Apr 2013 14:48:43 -0700 8012715: G1: GraphKit accesses PtrQueue::_index as int but is size_t
johnc [Wed, 24 Apr 2013 14:48:43 -0700] rev 17111
8012715: G1: GraphKit accesses PtrQueue::_index as int but is size_t Summary: In graphKit INT operations were generated to access PtrQueue::_index which has type size_t. This is 64 bit on 64-bit machines. No problems occur on little endian machines as long as the index fits into 32 bit, but on big endian machines the upper part is read, which is zero. This leads to unnecessary branches to the slow path in the runtime. Reviewed-by: twisti, johnc Contributed-by: Martin Doerr <martin.doerr@sap.com>
Wed, 24 Apr 2013 19:55:02 +0200 8013136: NPG: Parallel class loading tests fail after fix for JDK-8011802
mgerdin [Wed, 24 Apr 2013 19:55:02 +0200] rev 17110
8013136: NPG: Parallel class loading tests fail after fix for JDK-8011802 Summary: Move initialization of dependencies to before allocation of CLD Reviewed-by: stefank, coleenp
Tue, 12 Feb 2013 14:15:45 -0800 8008966: NPG: Inefficient Metaspace counter functions cause large young GC regressions
jmasa [Tue, 12 Feb 2013 14:15:45 -0800] rev 17109
8008966: NPG: Inefficient Metaspace counter functions cause large young GC regressions Reviewed-by: mgerdin, coleenp
Thu, 18 Apr 2013 10:09:23 -0700 8011724: G1: Stack allocate instances of HeapRegionRemSetIterator
johnc [Thu, 18 Apr 2013 10:09:23 -0700] rev 17108
8011724: G1: Stack allocate instances of HeapRegionRemSetIterator Summary: Stack allocate instances of HeapRegionRemSetIterator during RSet scanning. Reviewed-by: brutisso, jwilhelm
Tue, 23 Apr 2013 08:39:55 +0200 8011802: NPG: init_dependencies in class loader data graph can cause invalid CLD
mgerdin [Tue, 23 Apr 2013 08:39:55 +0200] rev 17107
8011802: NPG: init_dependencies in class loader data graph can cause invalid CLD Summary: Restructure initialization of ClassLoaderData to not add a new instance if init_dependencies fail Reviewed-by: stefank, coleenp
Mon, 22 Apr 2013 22:00:03 -0700 8012111: Remove warning about CMS generation shrinking.
jmasa [Mon, 22 Apr 2013 22:00:03 -0700] rev 17106
8012111: Remove warning about CMS generation shrinking. Reviewed-by: johnc, brutisso, stefank
Mon, 22 Apr 2013 20:27:36 +0200 8012687: Remove unused is_root checks and closures
stefank [Mon, 22 Apr 2013 20:27:36 +0200] rev 17105
8012687: Remove unused is_root checks and closures Reviewed-by: tschatzl, jmasa
Mon, 22 Apr 2013 10:10:09 +0200 Merge
mgerdin [Mon, 22 Apr 2013 10:10:09 +0200] rev 17104
Merge
Fri, 19 Apr 2013 05:14:39 +0200 Merge
kevinw [Fri, 19 Apr 2013 05:14:39 +0200] rev 17103
Merge
Thu, 18 Apr 2013 17:02:20 +0100 7109087: gc/7072527/TestFullGCCount.java fails when GC is set in command-line
kevinw [Thu, 18 Apr 2013 17:02:20 +0100] rev 17102
7109087: gc/7072527/TestFullGCCount.java fails when GC is set in command-line Reviewed-by: mgerdin
Fri, 01 Mar 2013 10:19:29 -0800 8011268: NPG: Free unused VirtualSpaceNodes
jmasa [Fri, 01 Mar 2013 10:19:29 -0800] rev 17101
8011268: NPG: Free unused VirtualSpaceNodes Reviewed-by: mgerdin, coleenp, johnc
Thu, 02 May 2013 13:12:33 -0700 Merge
jiangli [Thu, 02 May 2013 13:12:33 -0700] rev 17100
Merge
Thu, 02 May 2013 12:16:01 -0400 Merge
jiangli [Thu, 02 May 2013 12:16:01 -0400] rev 17099
Merge
Mon, 29 Apr 2013 01:58:43 -0700 Merge
jiangli [Mon, 29 Apr 2013 01:58:43 -0700] rev 17098
Merge
Fri, 26 Apr 2013 16:58:18 -0400 Merge
jiangli [Fri, 26 Apr 2013 16:58:18 -0400] rev 17097
Merge
Sun, 28 Apr 2013 18:24:04 -0400 8010428: Special -agentpath checks needed with minimal VM to produce proper error message
dholmes [Sun, 28 Apr 2013 18:24:04 -0400] rev 17096
8010428: Special -agentpath checks needed with minimal VM to produce proper error message Reviewed-by: dholmes, alanb, cjplummer, olagneau Contributed-by: Carlos Lucasius <carlos.lucasius@oracle.com>
Wed, 24 Apr 2013 21:11:02 -0400 Merge
dlong [Wed, 24 Apr 2013 21:11:02 -0400] rev 17095
Merge
Wed, 24 Apr 2013 20:55:28 -0400 8003853: specify offset of IC load in java_to_interp stub
dlong [Wed, 24 Apr 2013 20:55:28 -0400] rev 17094
8003853: specify offset of IC load in java_to_interp stub Summary: refactored code to allow platform-specific differences Reviewed-by: dlong, twisti Contributed-by: Goetz Lindenmaier <goetz.lindenmaier@sap.com>
Wed, 01 May 2013 09:00:39 -0700 Merge
bharadwaj [Wed, 01 May 2013 09:00:39 -0700] rev 17093
Merge
Wed, 01 May 2013 08:07:59 -0700 8013418: assert(i == total_args_passed) in AdapterHandlerLibrary::get_adapter since 8-b87
bharadwaj [Wed, 01 May 2013 08:07:59 -0700] rev 17092
8013418: assert(i == total_args_passed) in AdapterHandlerLibrary::get_adapter since 8-b87 Summary: Do not treat static methods as miranda methods. Reviewed-by: dholmes, acorn
Wed, 01 May 2013 10:10:57 -0400 Merge
vladidan [Wed, 01 May 2013 10:10:57 -0400] rev 17091
Merge
Tue, 30 Apr 2013 17:36:01 -0400 8013398: Adjust number of stack guard pages on systems with large memory page size
vladidan [Tue, 30 Apr 2013 17:36:01 -0400] rev 17090
8013398: Adjust number of stack guard pages on systems with large memory page size Summary: Auto adjust number of stack guard pages on systems with large memory page size Reviewed-by: bobv, coleenp
Wed, 01 May 2013 01:07:50 +0200 Merge
sla [Wed, 01 May 2013 01:07:50 +0200] rev 17089
Merge
Tue, 30 Apr 2013 21:47:02 +0200 8013364: SA-JDI exceptions caused by lack of permissions on OSX should be more verbose about issue cause
sla [Tue, 30 Apr 2013 21:47:02 +0200] rev 17088
8013364: SA-JDI exceptions caused by lack of permissions on OSX should be more verbose about issue cause Reviewed-by: coleenp, rbackman
Tue, 30 Apr 2013 11:56:52 -0700 8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap"
ccheung [Tue, 30 Apr 2013 11:56:52 -0700] rev 17087
8011661: Insufficient memory message says "malloc" when sometimes it should say "mmap" Reviewed-by: coleenp, zgu, hseigel
Tue, 30 Apr 2013 09:17:06 -0400 8013214: BigApps fails due to 'fatal error: Illegal threadstate encountered: 6'
zgu [Tue, 30 Apr 2013 09:17:06 -0400] rev 17086
8013214: BigApps fails due to 'fatal error: Illegal threadstate encountered: 6' Summary: Grab and drop SR_lock to get the thread to honor the safepoint protocol Reviewed-by: dcubed, coleenp
Tue, 30 Apr 2013 02:28:42 -0700 Merge
sla [Tue, 30 Apr 2013 02:28:42 -0700] rev 17085
Merge
(0) -10000 -3000 -1000 -240 +240 +1000 +3000 +10000 +30000 tip