Fri, 05 Sep 2014 14:39:45 -0700 8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running
iveresov [Fri, 05 Sep 2014 14:39:45 -0700] rev 26580
8056154: JVM crash with EXCEPTION_ACCESS_VIOLATION when there are many threads running Summary: Don't make compiled MH intrinsics not entrant when redefining classes Reviewed-by: kvn, vlivanov
Fri, 05 Sep 2014 11:23:47 -0700 8056124: Hotspot should use PICL interface to get cacheline size on SPARC
iveresov [Fri, 05 Sep 2014 11:23:47 -0700] rev 26579
8056124: Hotspot should use PICL interface to get cacheline size on SPARC Summary: Using libpicl to get L1 data and L2 cache line sizes Reviewed-by: kvn, roland, morris
Fri, 05 Sep 2014 16:07:22 +0200 8053886: assert(false) failed: Should not allocate with exception pending
zmajo [Fri, 05 Sep 2014 16:07:22 +0200] rev 26578
8053886: assert(false) failed: Should not allocate with exception pending Summary: Failure caused by allocating method counters. Changed the way counters are allocated (use get_method_counters() instead of build_method_counters()) Reviewed-by: kvn, thartmann, anoll
Thu, 04 Sep 2014 23:49:17 -0700 8057643: Unable to build --with-debug-level=optimized on OSX
kvn [Thu, 04 Sep 2014 23:49:17 -0700] rev 26577
8057643: Unable to build --with-debug-level=optimized on OSX Summary: Added missing Hotspot make targets for 'optimized' build. Reviewed-by: iveresov
Thu, 04 Sep 2014 13:11:25 +0400 8050147: StoreLoad barrier interferes with stack usages
shade [Thu, 04 Sep 2014 13:11:25 +0400] rev 26576
8050147: StoreLoad barrier interferes with stack usages Reviewed-by: jrose, kvn, drchase
Wed, 10 Sep 2014 23:14:13 +0000 Merge
jmasa [Wed, 10 Sep 2014 23:14:13 +0000] rev 26575
Merge
Mon, 08 Sep 2014 17:47:43 +0200 8057722: G1: Code root hashtable updated incorrectly when evacuation failed
mgerdin [Mon, 08 Sep 2014 17:47:43 +0200] rev 26574
8057722: G1: Code root hashtable updated incorrectly when evacuation failed Reviewed-by: brutisso, jwilhelm
Tue, 09 Sep 2014 13:55:38 +0200 8057918: Update out-dated ignore tags in GC jtreg tests
stefank [Tue, 09 Sep 2014 13:55:38 +0200] rev 26573
8057918: Update out-dated ignore tags in GC jtreg tests Reviewed-by: ehelin, tschatzl
Tue, 09 Sep 2014 14:27:10 +0200 8057910: G1: BOT verification should not pass top
brutisso [Tue, 09 Sep 2014 14:27:10 +0200] rev 26572
8057910: G1: BOT verification should not pass top Reviewed-by: stefank, tschatzl
Mon, 08 Sep 2014 10:41:06 +0200 8025564: gc/memory/UniThread/Linear1 times out during heap verification
brutisso [Mon, 08 Sep 2014 10:41:06 +0200] rev 26571
8025564: gc/memory/UniThread/Linear1 times out during heap verification Reviewed-by: stefank, tschatzl
Tue, 09 Sep 2014 18:56:24 +0000 Merge
minqi [Tue, 09 Sep 2014 18:56:24 +0000] rev 26570
Merge
Mon, 08 Sep 2014 22:48:09 -0700 8056930: Output host info under some condition for core dump
minqi [Mon, 08 Sep 2014 22:48:09 -0700] rev 26569
8056930: Output host info under some condition for core dump Summary: Output host name after java crashed for debug version. Reviewed-by: dholmes, ccheung Contributed-by: yumin.qi@oracle.com
Tue, 09 Sep 2014 09:48:42 -0700 8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking
gtriantafill [Tue, 09 Sep 2014 09:48:42 -0700] rev 26568
8054836: [TESTBUG] Test is needed to verify correctness of malloc tracking Reviewed-by: ctornqvi, lfoltan
Mon, 08 Sep 2014 23:49:39 +0400 8057745: TEST_BUG: runtime/SharedArchiveFile/ArchiveDoesNotExist.java fails with openjdk build
igerasim [Mon, 08 Sep 2014 23:49:39 +0400] rev 26567
8057745: TEST_BUG: runtime/SharedArchiveFile/ArchiveDoesNotExist.java fails with openjdk build Reviewed-by: dholmes, mseledtsov
Mon, 08 Sep 2014 11:14:41 -0400 8057696: java -version triggers assertion for slowdebug zero builds
coleenp [Mon, 08 Sep 2014 11:14:41 -0400] rev 26566
8057696: java -version triggers assertion for slowdebug zero builds Summary: The change as introduced with JDK-8003426 removed some zero code in cppInterpreter_zero.cpp which called generate_normal_entry() in that same file with a value of synchronized == false unconditionally. However, since the new code calls generate_normal_entry() with either true or false, the assertion in this method is no longer valid. Reviewed-by: coleenp Contributed-by: sgehwolf@redhat.com
Thu, 28 Aug 2014 11:59:04 +0200 8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj [Thu, 28 Aug 2014 11:59:04 +0200] rev 26565
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure Reviewed-by: dholmes, ihse, dcubed
Fri, 05 Sep 2014 15:53:02 -0700 Merge
iklam [Fri, 05 Sep 2014 15:53:02 -0700] rev 26564
Merge
Fri, 05 Sep 2014 08:08:51 -0400 8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid
coleenp [Fri, 05 Sep 2014 08:08:51 -0400] rev 26563
8057570: RedefineClasses() tests fail assert(((Metadata*)obj)->is_valid()) failed: obj is valid Summary: Revert two small changes from the previous-versions cleanup with marking code cache. Reviewed-by: kvn, dcubed
Thu, 04 Sep 2014 14:58:58 -0400 Merge
zgu [Thu, 04 Sep 2014 14:58:58 -0400] rev 26562
Merge
Thu, 04 Sep 2014 14:50:31 -0400 8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead
zgu [Thu, 04 Sep 2014 14:50:31 -0400] rev 26561
8055289: Internal Error: mallocTracker.cpp:146 fatal error: Should not use malloc for big memory block, use virtual memory instead Summary: Return NULL if memory allocation size is bigger than MAX_MALLOC_SIZE when NMT is on Reviewed-by: coleenp, gtriantafill
Thu, 04 Sep 2014 04:17:32 -0700 8035419: warning from b09 for hotspot.agent.src.os.win32.windbg.sawindbg.cpp: 'JNI exception pending'
dsamersoff [Thu, 04 Sep 2014 04:17:32 -0700] rev 26560
8035419: warning from b09 for hotspot.agent.src.os.win32.windbg.sawindbg.cpp: 'JNI exception pending' Summary: added missed exceptions checks Reviewed-by: sla, sspitsyn
Thu, 04 Sep 2014 08:48:53 +0200 Merge
sla [Thu, 04 Sep 2014 08:48:53 +0200] rev 26559
Merge
Wed, 03 Sep 2014 19:13:18 -0400 8055008: Clean up code that saves the previous versions of redefined classes
coleenp [Wed, 03 Sep 2014 19:13:18 -0400] rev 26558
8055008: Clean up code that saves the previous versions of redefined classes Summary: Use scratch_class to find EMCP methods for breakpoints if the old methods are still running. Reviewed-by: dcubed, sspitsyn
Wed, 03 Sep 2014 14:43:49 +0200 8056242: Add function to return structured information about loaded libraries.
sla [Wed, 03 Sep 2014 14:43:49 +0200] rev 26557
8056242: Add function to return structured information about loaded libraries. Summary: Return structured information about loaded libraries. Reviewed-by: sla, dsamersoff Contributed-by: fredrik.arvidsson@oracle.com
Tue, 02 Sep 2014 21:27:08 -0400 8046210: Missing memory barrier when reading init_lock
dholmes [Tue, 02 Sep 2014 21:27:08 -0400] rev 26556
8046210: Missing memory barrier when reading init_lock Reviewed-by: fparain, dcubed, mdoerr Contributed-by: Bill Pittore <bill.pittore@oracle.com>
Wed, 17 Sep 2014 22:55:51 -0700 Added tag jdk9-b31 for changeset 8d0d35462d9b
katleman [Wed, 17 Sep 2014 22:55:51 -0700] rev 26555
Added tag jdk9-b31 for changeset 8d0d35462d9b
Thu, 18 Sep 2014 13:26:57 -0700 Merge
lana [Thu, 18 Sep 2014 13:26:57 -0700] rev 26554
Merge
Wed, 17 Sep 2014 13:55:36 +0800 8056141: Move com.sun.security.jgss into a new module
weijun [Wed, 17 Sep 2014 13:55:36 +0800] rev 26553
8056141: Move com.sun.security.jgss into a new module Reviewed-by: alanb, chegar, mchung
Tue, 16 Sep 2014 08:04:59 -0700 Merge
amurillo [Tue, 16 Sep 2014 08:04:59 -0700] rev 26552
Merge
Sat, 13 Sep 2014 14:26:36 -0700 Merge
amurillo [Sat, 13 Sep 2014 14:26:36 -0700] rev 26551
Merge
Fri, 12 Sep 2014 13:59:08 -0700 Merge
amurillo [Fri, 12 Sep 2014 13:59:08 -0700] rev 26550
Merge
Thu, 28 Aug 2014 11:58:49 +0200 8056053: Disable HOTSPOT_BUILD_JOBS when building with configure
erikj [Thu, 28 Aug 2014 11:58:49 +0200] rev 26549
8056053: Disable HOTSPOT_BUILD_JOBS when building with configure Reviewed-by: dholmes, ihse, dcubed
Tue, 16 Sep 2014 12:08:04 +0200 8058118: Generate modules.list during the build
erikj [Tue, 16 Sep 2014 12:08:04 +0200] rev 26548
8058118: Generate modules.list during the build Reviewed-by: alanb, ihse, tbell, mchung
Mon, 15 Sep 2014 12:23:32 -0700 8058367: Add verify-modules target to the default and images target
mchung [Mon, 15 Sep 2014 12:23:32 -0700] rev 26547
8058367: Add verify-modules target to the default and images target Reviewed-by: alanb, erikj, ihse, prr
Mon, 15 Sep 2014 16:30:08 +0200 8058317: Top-level Makefiles uses deprecated target jvmg in HotSpot Makefiles
ehelin [Mon, 15 Sep 2014 16:30:08 +0200] rev 26546
8058317: Top-level Makefiles uses deprecated target jvmg in HotSpot Makefiles Reviewed-by: erikj, tbell
Fri, 12 Sep 2014 17:46:05 -0400 8058366: Export sun.misc to java.sql
lancea [Fri, 12 Sep 2014 17:46:05 -0400] rev 26545
8058366: Export sun.misc to java.sql Reviewed-by: mchung
Wed, 17 Sep 2014 22:55:49 -0700 Added tag jdk9-b31 for changeset 2b84f4818a54
katleman [Wed, 17 Sep 2014 22:55:49 -0700] rev 26544
Added tag jdk9-b31 for changeset 2b84f4818a54
Wed, 05 Jul 2017 20:01:05 +0200 Added tag jdk9-b31 for changeset 9d0e6639a4d7
duke [Wed, 05 Jul 2017 20:01:05 +0200] rev 26543
Added tag jdk9-b31 for changeset 9d0e6639a4d7
Wed, 05 Jul 2017 20:01:04 +0200 Merge jdk9-b31
duke [Wed, 05 Jul 2017 20:01:04 +0200] rev 26542
Merge
Wed, 05 Jul 2017 20:00:59 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:59 +0200] rev 26541
Merge
Thu, 11 Sep 2014 14:29:01 -0700 Merge
lana [Thu, 11 Sep 2014 14:29:01 -0700] rev 26540
Merge
Thu, 11 Sep 2014 12:18:01 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:18:01 -0700] rev 26539
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Wed, 10 Sep 2014 19:38:20 -0700 Merge
lana [Wed, 10 Sep 2014 19:38:20 -0700] rev 26538
Merge
Tue, 09 Sep 2014 10:43:06 -0700 8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class
vromero [Tue, 09 Sep 2014 10:43:06 -0700] rev 26537
8042347: javac, Gen.LVTAssignAnalyzer should be refactored, it shouldn't be a static class Reviewed-by: mcimadamore, jjg, jlahoda
Tue, 09 Sep 2014 12:16:25 -0400 8054210: NullPointerException when compiling specific code.
pgovereau [Tue, 09 Sep 2014 12:16:25 -0400] rev 26536
8054210: NullPointerException when compiling specific code. Reviewed-by: vromero, jlahoda
Tue, 09 Sep 2014 11:55:47 -0400 8055500: fix for 8030046 is incorrect
pgovereau [Tue, 09 Sep 2014 11:55:47 -0400] rev 26535
8055500: fix for 8030046 is incorrect Reviewed-by: jjg, ksrini
Mon, 08 Sep 2014 15:51:29 +0200 8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java
jlahoda [Mon, 08 Sep 2014 15:51:29 +0200] rev 26534
8057753: Test langtools/test/tools/javac/NoClass.java is failing when run together with langtools/test/tools/javac/DuplicateImport.java Summary: Removing javac/NoClass test, as it is superseded by javac/importChecks/InvalidImportsNoClasses.java Reviewed-by: jfranck
Mon, 08 Sep 2014 14:16:33 +0100 8055514: Wrong, confusing error when non-static varargs referenced in static context
mcimadamore [Mon, 08 Sep 2014 14:16:33 +0100] rev 26533
8055514: Wrong, confusing error when non-static varargs referenced in static context Summary: Improved heuristics in MethodResolutionPhase.mergeResults() Reviewed-by: vromero
Mon, 08 Sep 2014 13:11:28 +0200 8056021: checkin for JDK-8027262 breaks Checker Framework
jfranck [Mon, 08 Sep 2014 13:11:28 +0200] rev 26532
8056021: checkin for JDK-8027262 breaks Checker Framework Reviewed-by: jjg, mcimadamore
Mon, 08 Sep 2014 10:50:59 +0200 8056984: Exception in compiler: java.lang.AssertionError: isSubClass T
jlahoda [Mon, 08 Sep 2014 10:50:59 +0200] rev 26531
8056984: Exception in compiler: java.lang.AssertionError: isSubClass T Summary: Must use type variable's captured bound as a method receiver, instead of the type variable itself, while checking if deferred attribution is needed. Reviewed-by: mcimadamore, vromero
Mon, 08 Sep 2014 10:48:18 +0200 8056014: Type inference may be skipped for a complex receiver generic method in a parameter position
jlahoda [Mon, 08 Sep 2014 10:48:18 +0200] rev 26530
8056014: Type inference may be skipped for a complex receiver generic method in a parameter position Summary: When checking if deferred attribution is needed for a chain of methods, stop on any method that returns any type variable, as the rest of analysis cannot use the correct type. Reviewed-by: mcimadamore, vromero
Fri, 05 Sep 2014 16:51:39 -0700 8055079: Group 9c: golden files for tests in tools/javac dir
sogoel [Fri, 05 Sep 2014 16:51:39 -0700] rev 26529
8055079: Group 9c: golden files for tests in tools/javac dir Reviewed-by: jjg
Fri, 05 Sep 2014 16:43:00 -0700 8055075: Group 9b: golden files for tests in tools/javac dir
sogoel [Fri, 05 Sep 2014 16:43:00 -0700] rev 26528
8055075: Group 9b: golden files for tests in tools/javac dir Reviewed-by: jjg
Thu, 04 Sep 2014 16:52:40 -0700 8055996: Remove @ignore from tools/javac/T6725036.java
sogoel [Thu, 04 Sep 2014 16:52:40 -0700] rev 26527
8055996: Remove @ignore from tools/javac/T6725036.java Reviewed-by: jjg
Thu, 11 Sep 2014 09:09:00 -0700 Added tag jdk9-b30 for changeset 290847867ded
katleman [Thu, 11 Sep 2014 09:09:00 -0700] rev 26526
Added tag jdk9-b30 for changeset 290847867ded
Wed, 05 Jul 2017 20:00:52 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:52 +0200] rev 26525
Merge
Thu, 11 Sep 2014 14:29:56 -0700 Merge
lana [Thu, 11 Sep 2014 14:29:56 -0700] rev 26524
Merge
Thu, 11 Sep 2014 12:18:00 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:18:00 -0700] rev 26523
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Thu, 11 Sep 2014 09:08:55 -0700 Added tag jdk9-b30 for changeset a9217d0687d5
katleman [Thu, 11 Sep 2014 09:08:55 -0700] rev 26522
Added tag jdk9-b30 for changeset a9217d0687d5
Wed, 05 Jul 2017 20:00:48 +0200 Merge
duke [Wed, 05 Jul 2017 20:00:48 +0200] rev 26521
Merge
(0) -10000 -3000 -1000 -300 -100 -60 +60 +100 +300 +1000 +3000 +10000 +30000 tip