Sat, 23 Mar 2013 09:16:37 +0100 8009408: gc/metaspace/ClassMetaspaceSizeInJmapHeap.java fails with "exit code 1"
ehelin [Sat, 23 Mar 2013 09:16:37 +0100] rev 16607
8009408: gc/metaspace/ClassMetaspaceSizeInJmapHeap.java fails with "exit code 1" Reviewed-by: brutisso, sla, ctornqvi
Fri, 29 Mar 2013 13:49:37 -0700 8010463: G1: Crashes with -UseTLAB and heap verification
johnc [Fri, 29 Mar 2013 13:49:37 -0700] rev 16606
8010463: G1: Crashes with -UseTLAB and heap verification Summary: Some parts of the G1 heap can only be walked during a safepoint. Skip verifying these parts of the heap when verifying during JVM startup. Reviewed-by: brutisso, tschatzl
Wed, 27 Mar 2013 19:21:18 +0100 7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM
tschatzl [Wed, 27 Mar 2013 19:21:18 +0100] rev 16605
7112912: Message "Error occurred during initialization of VM" on boxes with lots of RAM Summary: Ergonomics now also takes available virtual memory into account when deciding for a heap size. The helper method to determine the maximum allocatable memory block now uses the appropriate OS specific calls to retrieve available virtual memory for the java process. In 32 bit environments this method now also searches for the maximum actually reservable amount of memory. Merge previously separate implementations for Linux/BSD/Solaris into a single method. Reviewed-by: jmasa, tamao
Thu, 28 Mar 2013 10:27:28 +0100 7014552: gc/lock/jni/jnilockXXX works too slow on 1-processor machine
mgerdin [Thu, 28 Mar 2013 10:27:28 +0100] rev 16604
7014552: gc/lock/jni/jnilockXXX works too slow on 1-processor machine Summary: Keep a counter of how many times we were stalled by the GC locker, add a diagnostic flag which sets the limit. Reviewed-by: brutisso, ehelin, johnc
Tue, 02 Apr 2013 07:40:52 -0700 Merge
zgu [Tue, 02 Apr 2013 07:40:52 -0700] rev 16603
Merge
Mon, 01 Apr 2013 14:05:41 -0700 8011048: Possible reading from unmapped memory in UTF8::as_quoted_ascii()
iklam [Mon, 01 Apr 2013 14:05:41 -0700] rev 16602
8011048: Possible reading from unmapped memory in UTF8::as_quoted_ascii() Summary: Pass utf_length parameter to UTF8::as_quoted_ascii() Reviewed-by: dcubed, minqi
Tue, 02 Apr 2013 11:28:33 +0200 8009763: Add WB test for String.intern()
mgerdin [Tue, 02 Apr 2013 11:28:33 +0200] rev 16601
8009763: Add WB test for String.intern() Summary: Add convenience method in StringTable, add WhiteBox method and simple sanity test Reviewed-by: mgerdin, zgu Contributed-by: leonid.mesnik@oracle.com
Thu, 28 Mar 2013 15:39:52 +0100 8002118: WindbgDebuggerLocal should not try to load 64-bit debug libraries for 32-bit JVM
sla [Thu, 28 Mar 2013 15:39:52 +0100] rev 16600
8002118: WindbgDebuggerLocal should not try to load 64-bit debug libraries for 32-bit JVM Reviewed-by: sspitsyn, zgu Contributed-by: peter.allwin@oracle.com
Sun, 31 Mar 2013 21:43:10 -0400 8010723: fatal error: acquiring lock Metaspace allocation lock/5 out of order
coleenp [Sun, 31 Mar 2013 21:43:10 -0400] rev 16599
8010723: fatal error: acquiring lock Metaspace allocation lock/5 out of order Summary: Avoid holding SystemDictionary_lock while calling Klass::remove_unshareable_info Reviewed-by: coleenp, acorn Contributed-by: ioi.lam@oracle.com
Fri, 29 Mar 2013 08:38:00 -0700 Merge
dcubed [Fri, 29 Mar 2013 08:38:00 -0700] rev 16598
Merge
Thu, 28 Mar 2013 00:44:15 -0700 Merge
minqi [Thu, 28 Mar 2013 00:44:15 -0700] rev 16597
Merge
Wed, 27 Mar 2013 17:03:19 -0700 2178143: JVM crashes if the number of bound CPUs changed during runtime
minqi [Wed, 27 Mar 2013 17:03:19 -0700] rev 16596
2178143: JVM crashes if the number of bound CPUs changed during runtime Summary: Supply a new flag -XX:+AssumeMP to workaround the problem. With the flag is turned on, assume VM run on MP platform so is_MP() will return true that sync calls will not skip away. Reviewed-by: dholmes, acorn, dcubed, jmasa Contributed-by: yumin.qi@oracle.com
Wed, 27 Mar 2013 22:05:21 -0700 Merge
zgu [Wed, 27 Mar 2013 22:05:21 -0700] rev 16595
Merge
Wed, 27 Mar 2013 13:07:41 -0700 Merge
zgu [Wed, 27 Mar 2013 13:07:41 -0700] rev 16594
Merge
Wed, 27 Mar 2013 15:41:53 -0400 8010474: [parfait] Undefined return value of the functions in hotspot/src/share/vm/services/memTracker.hpp
zgu [Wed, 27 Mar 2013 15:41:53 -0400] rev 16593
8010474: [parfait] Undefined return value of the functions in hotspot/src/share/vm/services/memTracker.hpp Summary: Fixed functions that miss return values Reviewed-by: coleenp, acorn, kvn
Wed, 27 Mar 2013 16:31:00 -0700 Merge
acorn [Wed, 27 Mar 2013 16:31:00 -0700] rev 16592
Merge
Wed, 27 Mar 2013 14:10:59 -0400 8009731: Confusing error message for loader constraint violation
acorn [Wed, 27 Mar 2013 14:10:59 -0400] rev 16591
8009731: Confusing error message for loader constraint violation Summary: Fix text, overwritten type and holder for resolved method Reviewed-by: coleenp, dcubed, minqi, dholmes
Wed, 27 Mar 2013 13:26:44 -0700 Merge
hseigel [Wed, 27 Mar 2013 13:26:44 -0700] rev 16590
Merge
Wed, 27 Mar 2013 11:41:51 -0400 8010833: Test7116786.java is failing on most configs after fix for 8010667
hseigel [Wed, 27 Mar 2013 11:41:51 -0400] rev 16589
8010833: Test7116786.java is failing on most configs after fix for 8010667 Summary: Update test to recognize that non-zero pad bytes for lookupswitch/tablewsitch opcodes are now valid. Reviewed-by: dcubed, twisti, kvn, coleenp, dholmes
Wed, 27 Mar 2013 08:19:50 -0400 8009531: Crash when redefining class with annotated method
coleenp [Wed, 27 Mar 2013 08:19:50 -0400] rev 16588
8009531: Crash when redefining class with annotated method Summary: Neglected to copy the annotations in clone_with_new_data when they were moved to ConstMethod. Reviewed-by: acorn, sspitsyn, dcubed
Thu, 28 Mar 2013 19:13:22 -0700 8011022: new hotspot build - hs25-b26
amurillo [Thu, 28 Mar 2013 19:13:22 -0700] rev 16587
8011022: new hotspot build - hs25-b26 Reviewed-by: jcoomes
Thu, 04 Apr 2013 19:05:12 -0700 Added tag jdk8-b84 for changeset df190a3da0e2
katleman [Thu, 04 Apr 2013 19:05:12 -0700] rev 16586
Added tag jdk8-b84 for changeset df190a3da0e2
Tue, 09 Apr 2013 15:16:41 -0700 Merge
katleman [Tue, 09 Apr 2013 15:16:41 -0700] rev 16585
Merge
Tue, 09 Apr 2013 13:05:22 -0700 8011348: use of which in common/autoconf/autogen.sh is not portable
tbell [Tue, 09 Apr 2013 13:05:22 -0700] rev 16584
8011348: use of which in common/autoconf/autogen.sh is not portable Reviewed-by: erikj, katleman, mduigou
Tue, 09 Apr 2013 09:45:48 +0200 8010465: Can't enable sjavac when building in jprt.
erikj [Tue, 09 Apr 2013 09:45:48 +0200] rev 16583
8010465: Can't enable sjavac when building in jprt. Reviewed-by: ohair, tbell
Tue, 09 Apr 2013 09:42:20 +0200 8006288: build-infra: Use solaris nm and not gnm on solaris
erikj [Tue, 09 Apr 2013 09:42:20 +0200] rev 16582
8006288: build-infra: Use solaris nm and not gnm on solaris Reviewed-by: tbell
Mon, 08 Apr 2013 14:07:32 -0400 8011388: Support building zero and zeroshark with the new build
omajid [Mon, 08 Apr 2013 14:07:32 -0400] rev 16581
8011388: Support building zero and zeroshark with the new build Reviewed-by: andrew, dholmes, erikj Contributed-by: Omair Majid <omajid@redhat.com>, Roman Kennke <rkennke@redhat.com>
Fri, 05 Apr 2013 09:38:54 +0200 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj [Fri, 05 Apr 2013 09:38:54 +0200] rev 16580
8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar' Reviewed-by: tbell
Thu, 04 Apr 2013 09:25:58 +0200 8011372: Remove -p from cp in IdleCompilation.gmk
erikj [Thu, 04 Apr 2013 09:25:58 +0200] rev 16579
8011372: Remove -p from cp in IdleCompilation.gmk Reviewed-by: pliden, tbell
Thu, 04 Apr 2013 09:24:21 +0200 8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure
erikj [Thu, 04 Apr 2013 09:24:21 +0200] rev 16578
8006828: "SKIP_BOOT_CYCLE=false" must work in new building infrastructure Reviewed-by: tbell, alanb
Thu, 04 Apr 2013 19:05:04 -0700 Added tag jdk8-b84 for changeset aec7eec37b03
katleman [Thu, 04 Apr 2013 19:05:04 -0700] rev 16577
Added tag jdk8-b84 for changeset aec7eec37b03
Wed, 05 Jul 2017 18:48:17 +0200 Added tag jdk8-b84 for changeset d7ad0dfaa411
duke [Wed, 05 Jul 2017 18:48:17 +0200] rev 16576
Added tag jdk8-b84 for changeset d7ad0dfaa411
Wed, 05 Jul 2017 18:48:16 +0200 Merge jdk8-b84
duke [Wed, 05 Jul 2017 18:48:16 +0200] rev 16575
Merge
Wed, 05 Jul 2017 18:48:12 +0200 Merge
duke [Wed, 05 Jul 2017 18:48:12 +0200] rev 16574
Merge
Mon, 01 Apr 2013 21:42:15 -0700 Merge
lana [Mon, 01 Apr 2013 21:42:15 -0700] rev 16573
Merge
Tue, 26 Mar 2013 12:07:45 -0700 Merge
lana [Tue, 26 Mar 2013 12:07:45 -0700] rev 16572
Merge
Mon, 25 Mar 2013 18:08:47 -0700 Merge
mfang [Mon, 25 Mar 2013 18:08:47 -0700] rev 16571
Merge
Mon, 25 Mar 2013 16:55:14 -0700 8010521: jdk8 l10n resource file translation update 2
mfang [Mon, 25 Mar 2013 16:55:14 -0700] rev 16570
8010521: jdk8 l10n resource file translation update 2 Reviewed-by: naoto, yhuang
Fri, 22 Mar 2013 10:08:46 -0700 7080464: langtools regression test failures when assertions are enabled
darcy [Fri, 22 Mar 2013 10:08:46 -0700] rev 16569
7080464: langtools regression test failures when assertions are enabled Reviewed-by: jjg
Fri, 22 Mar 2013 12:44:48 +0000 8010387: Javac crashes when diagnostic mentions anonymous inner class' type variables
mcimadamore [Fri, 22 Mar 2013 12:44:48 +0000] rev 16568
8010387: Javac crashes when diagnostic mentions anonymous inner class' type variables Summary: Rich formatter doesn't preprocess supertypes of an anonymous inner class Reviewed-by: jjg
Fri, 22 Mar 2013 12:43:09 +0000 8010303: Graph inference: missing incorporation step causes spurious inference error
mcimadamore [Fri, 22 Mar 2013 12:43:09 +0000] rev 16567
8010303: Graph inference: missing incorporation step causes spurious inference error Summary: Multiple equality constraints on inference vars are not used to generate new inference constraints Reviewed-by: jjg
Fri, 22 Mar 2013 12:41:13 +0000 8009820: AssertionError when compiling java code with two identical static imports
mcimadamore [Fri, 22 Mar 2013 12:41:13 +0000] rev 16566
8009820: AssertionError when compiling java code with two identical static imports Summary: Speculative attribution is carried out twice with same method symbol in case of static imports Reviewed-by: jjg
Fri, 22 Mar 2013 12:39:34 +0000 8010101: Intersection type cast issues redundant unchecked warning
mcimadamore [Fri, 22 Mar 2013 12:39:34 +0000] rev 16565
8010101: Intersection type cast issues redundant unchecked warning Summary: Code for checking intersection type cast is incorrectly swapping operands, leading to spurious warnings Reviewed-by: jjg
Fri, 22 Mar 2013 12:38:12 +0000 8009649: Lambda back-end should generate invokespecial for method handles referring to private instance methods
mcimadamore [Fri, 22 Mar 2013 12:38:12 +0000] rev 16564
8009649: Lambda back-end should generate invokespecial for method handles referring to private instance methods Summary: Private lambda methods should be accessed through invokespecial Reviewed-by: jjg
Wed, 20 Mar 2013 17:41:40 -0700 8010364: Clarify javax.lang.model API for Type Annotations
darcy [Wed, 20 Mar 2013 17:41:40 -0700] rev 16563
8010364: Clarify javax.lang.model API for Type Annotations Reviewed-by: jjg, abuckley
Tue, 19 Mar 2013 19:16:59 -0700 8010317: DocLint incorrectly reports some <pre> tags as empty
jjg [Tue, 19 Mar 2013 19:16:59 -0700] rev 16562
8010317: DocLint incorrectly reports some <pre> tags as empty Reviewed-by: darcy
Tue, 19 Mar 2013 17:05:57 -0700 8010333: Remove com.sun.tools.javac.Server
jjg [Tue, 19 Mar 2013 17:05:57 -0700] rev 16561
8010333: Remove com.sun.tools.javac.Server Reviewed-by: darcy
Tue, 19 Mar 2013 17:04:03 -0700 8010361: fix some langtools findbugs issues
jjg [Tue, 19 Mar 2013 17:04:03 -0700] rev 16560
8010361: fix some langtools findbugs issues Reviewed-by: darcy
Tue, 19 Mar 2013 15:13:44 -0700 8010315: doclint errors in javac public API
jjg [Tue, 19 Mar 2013 15:13:44 -0700] rev 16559
8010315: doclint errors in javac public API Reviewed-by: darcy
Tue, 19 Mar 2013 13:10:40 -0700 8010179: Remove transitional target values from javac
darcy [Tue, 19 Mar 2013 13:10:40 -0700] rev 16558
8010179: Remove transitional target values from javac Reviewed-by: jjg, mcimadamore
Mon, 18 Mar 2013 18:33:13 -0700 8007803: Implement javax.lang.model API for Type Annotations
jjg [Mon, 18 Mar 2013 18:33:13 -0700] rev 16557
8007803: Implement javax.lang.model API for Type Annotations Reviewed-by: darcy
Mon, 18 Mar 2013 14:40:32 -0700 8008425: Remove interim new javax.lang.model API for type-annotations
jjg [Mon, 18 Mar 2013 14:40:32 -0700] rev 16556
8008425: Remove interim new javax.lang.model API for type-annotations Reviewed-by: darcy
Mon, 18 Mar 2013 08:46:09 -0700 8005220: RFE to write javap tests for repeating annotations.
jjg [Mon, 18 Mar 2013 08:46:09 -0700] rev 16555
8005220: RFE to write javap tests for repeating annotations. Reviewed-by: jjg Contributed-by: peter.jensen@oracle.com
Fri, 15 Mar 2013 23:46:14 -0700 Merge
lana [Fri, 15 Mar 2013 23:46:14 -0700] rev 16554
Merge
Fri, 15 Mar 2013 13:39:04 +0100 8007767: TargetAnnoCombo.java need to be updated to add a new test mode
mnunez [Fri, 15 Mar 2013 13:39:04 +0100] rev 16553
8007767: TargetAnnoCombo.java need to be updated to add a new test mode Reviewed-by: jjg, strarup
Fri, 15 Mar 2013 09:02:26 +0000 5053846: javac: MethodRef entries are duplicated in the constant pool
vromero [Fri, 15 Mar 2013 09:02:26 +0000] rev 16552
5053846: javac: MethodRef entries are duplicated in the constant pool Reviewed-by: mcimadamore
Thu, 14 Mar 2013 22:54:17 -0700 8010010: NPE generating serializedLambdaName for nested lambda
rfield [Thu, 14 Mar 2013 22:54:17 -0700] rev 16551
8010010: NPE generating serializedLambdaName for nested lambda Reviewed-by: mcimadamore
Thu, 14 Mar 2013 10:33:31 -0700 8005428: Update jdeps to read the same profile information as by javac
mchung [Thu, 14 Mar 2013 10:33:31 -0700] rev 16550
8005428: Update jdeps to read the same profile information as by javac Reviewed-by: alanb
Thu, 14 Mar 2013 08:30:16 +0000 8008582: jtreg failures after conversion of shell tests to Java
vromero [Thu, 14 Mar 2013 08:30:16 +0000] rev 16549
8008582: jtreg failures after conversion of shell tests to Java Reviewed-by: jjg
Thu, 14 Mar 2013 01:45:44 -0400 8009429: Miscellaneous profiles cleanup
dholmes [Thu, 14 Mar 2013 01:45:44 -0400] rev 16548
8009429: Miscellaneous profiles cleanup Reviewed-by: jjg, alanb
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip