Thu, 18 Sep 2014 18:33:05 +0400 8058661: Compiled LambdaForms should inherit from Object to improve class loading performance
vlivanov [Thu, 18 Sep 2014 18:33:05 +0400] rev 26637
8058661: Compiled LambdaForms should inherit from Object to improve class loading performance Reviewed-by: vlivanov, jrose Contributed-by: aleksey.shipilev@oracle.com
Thu, 18 Sep 2014 16:16:07 +0200 8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently
sjiang [Thu, 18 Sep 2014 16:16:07 +0200] rev 26636
8050115: javax/management/monitor/GaugeMonitorDeadlockTest.java fails intermittently Reviewed-by: dfuchs, dholmes
Wed, 17 Sep 2014 23:27:59 -0400 8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main
dholmes [Wed, 17 Sep 2014 23:27:59 -0400] rev 26635
8058569: Update java/lang/invoke/lambda tests to eliminate dependency on sun.tools.jar.Main Reviewed-by: dholmes, alanb Contributed-by: Amy Lu <amy.lu@oracle.com>
Wed, 17 Sep 2014 14:11:40 -0700 8058679: More bad characters in BigIntegerTest
bpb [Wed, 17 Sep 2014 14:11:40 -0700] rev 26634
8058679: More bad characters in BigIntegerTest Summary: Remove remaining non-US-ASCII characters Reviewed-by: alanb
Wed, 17 Sep 2014 11:04:16 -0700 8058664: Bad fonts in BigIntegerTest
bpb [Wed, 17 Sep 2014 11:04:16 -0700] rev 26633
8058664: Bad fonts in BigIntegerTest Summary: Replace bad fonts with spaces. Reviewed-by: alanb
Wed, 17 Sep 2014 09:43:04 -0700 8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata
naoto [Wed, 17 Sep 2014 09:43:04 -0700] rev 26632
8058509: CLDRLocaleDataMetaInfo should be in jdk.localedata Reviewed-by: mchung, erikj, ihse
Wed, 17 Sep 2014 16:47:52 +0200 8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248
psandoz [Wed, 17 Sep 2014 16:47:52 +0200] rev 26631
8058204: stream tests timeout, intermittently but more likely to happen after JDK-8056248 Reviewed-by: alanb, dholmes
Wed, 17 Sep 2014 13:55:30 +0800 8056141: Move com.sun.security.jgss into a new module
weijun [Wed, 17 Sep 2014 13:55:30 +0800] rev 26630
8056141: Move com.sun.security.jgss into a new module Reviewed-by: alanb, chegar, mchung
Wed, 17 Sep 2014 13:55:12 +0800 8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss
weijun [Wed, 17 Sep 2014 13:55:12 +0800] rev 26629
8042900: Allow com.sun.security.jgss to be in different module than org.ietf.jgss Reviewed-by: valeriep, alanb
Tue, 16 Sep 2014 23:04:13 +0400 8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed
vlivanov [Tue, 16 Sep 2014 23:04:13 +0400] rev 26628
8058584: Ignore java/lang/invoke/LFCaching/LFGarbageCollectedTest until 8057020 is fixed Reviewed-by: darcy, alanb
Mon, 15 Sep 2014 13:25:08 -0700 8058505: BigIntegerTest does not exercise Burnikel-Ziegler division
bpb [Mon, 15 Sep 2014 13:25:08 -0700] rev 26627
8058505: BigIntegerTest does not exercise Burnikel-Ziegler division Summary: Modify divideLarge() method such that the w/z division exercises the B-Z branch. Reviewed-by: darcy Contributed-by: Robert Gibson <robbiexgibson@yahoo.com>
Tue, 16 Sep 2014 18:05:03 +0400 8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken
vlivanov [Tue, 16 Sep 2014 18:05:03 +0400] rev 26626
8058293: Bit set computation in MHs.findFirstDupOrDrop/findFirstDrop is broken Reviewed-by: jrose
Tue, 16 Sep 2014 18:05:01 +0400 8058291: Missing some checks during parameter validation
vlivanov [Tue, 16 Sep 2014 18:05:01 +0400] rev 26625
8058291: Missing some checks during parameter validation Reviewed-by: jrose
Tue, 16 Sep 2014 12:06:53 +0200 8058118: Generate modules.list during the build
chegar [Tue, 16 Sep 2014 12:06:53 +0200] rev 26624
8058118: Generate modules.list during the build Reviewed-by: alanb, mchung
Tue, 16 Sep 2014 09:01:57 +0200 8042205: javax/management/monitor/*: some tests didn't get all the notifications
sjiang [Tue, 16 Sep 2014 09:01:57 +0200] rev 26623
8042205: javax/management/monitor/*: some tests didn't get all the notifications Reviewed-by: dfuchs
Tue, 16 Sep 2014 00:26:58 +0200 8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent
redestad [Tue, 16 Sep 2014 00:26:58 +0200] rev 26622
8058514: TEST_BUG: New tests introduced in 8058429 are TimeZone dependent Reviewed-by: lancea
Mon, 15 Sep 2014 21:20:46 +0200 8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230
redestad [Mon, 15 Sep 2014 21:20:46 +0200] rev 26621
8058429: JCK test api/java_sql/Timestamp/descriptions.html start failing after 8058230 Reviewed-by: lancea
Mon, 15 Sep 2014 13:05:04 -0700 8057793: BigDecimal is no longer effectively immutable
bpb [Mon, 15 Sep 2014 13:05:04 -0700] rev 26620
8057793: BigDecimal is no longer effectively immutable Summary: Modify MutableBigInteger.divideAndRemainderBurnikelZiegler() to copy the instance (this) to a new MutableBigInteger to use as the dividend. Reviewed-by: darcy Contributed-by: robbiexgibson@yahoo.com
Sat, 13 Sep 2014 13:26:18 -0400 8058413: Change formatDecimalInt so it is package private
lancea [Sat, 13 Sep 2014 13:26:18 -0400] rev 26619
8058413: Change formatDecimalInt so it is package private Reviewed-by: darcy
Sat, 13 Sep 2014 20:06:15 +0400 8054029: (fc) FileChannel.size() returns 0 for block devices on Linux
igerasim [Sat, 13 Sep 2014 20:06:15 +0400] rev 26618
8054029: (fc) FileChannel.size() returns 0 for block devices on Linux Reviewed-by: alanb
Fri, 05 Sep 2014 19:06:07 -0700 8057986: freetype code to get glyph outline does not handle initial control point properly
martin [Fri, 05 Sep 2014 19:06:07 -0700] rev 26617
8057986: freetype code to get glyph outline does not handle initial control point properly Reviewed-by: prr, dougfelt Contributed-by: Behdad Esfahbod <behdad@google.com>, Igor Kopylov <ikopylov@google.com>
Fri, 12 Sep 2014 18:37:58 -0400 8058394: Doclint clean up in java.sql.Date
lancea [Fri, 12 Sep 2014 18:37:58 -0400] rev 26616
8058394: Doclint clean up in java.sql.Date Reviewed-by: darcy
Fri, 29 Aug 2014 12:07:11 -0700 8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing
martin [Fri, 29 Aug 2014 12:07:11 -0700] rev 26615
8056934: ZipInputStream does not correctly handle local header data descriptors with the optional signature missing Summary: fix off-by-one bug in EXTSIG handling; add docs. Reviewed-by: sherman, alanb
Fri, 12 Sep 2014 13:08:35 -0700 Merge
prr [Fri, 12 Sep 2014 13:08:35 -0700] rev 26614
Merge
Fri, 12 Sep 2014 10:33:32 -0700 Merge
prr [Fri, 12 Sep 2014 10:33:32 -0700] rev 26613
Merge
Mon, 08 Sep 2014 10:24:45 -0700 Merge
prr [Mon, 08 Sep 2014 10:24:45 -0700] rev 26612
Merge
Mon, 08 Sep 2014 09:07:59 -0700 8056209: Remove unused files for libawt
prr [Mon, 08 Sep 2014 09:07:59 -0700] rev 26611
8056209: Remove unused files for libawt Reviewed-by: erikj, ihse, serb
Fri, 05 Sep 2014 12:57:24 +0400 8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris
alexsch [Fri, 05 Sep 2014 12:57:24 +0400] rev 26610
8057184: JCK8's api/javax_swing/JDesktopPane/descriptions.html#getset failed with GTKLookAndFeel on Linux and Solaris Reviewed-by: ant, azvegint
Thu, 04 Sep 2014 09:32:08 -0700 8056122: Upgrade JDK to use LittleCMS 2.6
prr [Thu, 04 Sep 2014 09:32:08 -0700] rev 26609
8056122: Upgrade JDK to use LittleCMS 2.6 Reviewed-by: bae, jgodinez
Tue, 02 Sep 2014 12:38:17 -0700 Merge
prr [Tue, 02 Sep 2014 12:38:17 -0700] rev 26608
Merge
Tue, 02 Sep 2014 17:42:35 +0400 8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure
aivanov [Tue, 02 Sep 2014 17:42:35 +0400] rev 26607
8056211: api/java_awt/Event/InputMethodEvent/serial/index.html#Input[serial2002] failure Reviewed-by: pchelko, alexsch
Tue, 02 Sep 2014 17:35:58 +0400 8055746: plenty of clipboard/dnd tests fail and break X11
azvegint [Tue, 02 Sep 2014 17:35:58 +0400] rev 26606
8055746: plenty of clipboard/dnd tests fail and break X11 Reviewed-by: alexsch, pchelko
Fri, 29 Aug 2014 15:27:29 +0400 6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true
azvegint [Fri, 29 Aug 2014 15:27:29 +0400] rev 26605
6624085: Fourth mouse button (wheel) is treated like second button - isPopupTrigger returns true Reviewed-by: anthony, azvegint Contributed-by: alexhenrie24@gmail.com
Fri, 29 Aug 2014 14:27:43 +0400 8055664: move 14 tests about setLocationRelativeTo to jdk
yan [Fri, 29 Aug 2014 14:27:43 +0400] rev 26604
8055664: move 14 tests about setLocationRelativeTo to jdk Reviewed-by: alexsch, azvegint
Wed, 27 Aug 2014 08:29:39 -0700 8054638: xrender: text drawn after setColor(Color.white) is actually black
ceisserer [Wed, 27 Aug 2014 08:29:39 -0700] rev 26603
8054638: xrender: text drawn after setColor(Color.white) is actually black Reviewed-by: bae, prr
Tue, 26 Aug 2014 14:10:10 +0100 8040617: [macosx] Large JTable cell results in a OutOfMemoryException
bae [Tue, 26 Aug 2014 14:10:10 +0100] rev 26602
8040617: [macosx] Large JTable cell results in a OutOfMemoryException Reviewed-by: serb, prr
Tue, 26 Aug 2014 15:04:49 +0400 8055360: Move the rest part of AWT ShapedAndTranslucent tests to OpenJDK
dermashov [Tue, 26 Aug 2014 15:04:49 +0400] rev 26601
8055360: Move the rest part of AWT ShapedAndTranslucent tests to OpenJDK Reviewed-by: alexsch
Fri, 12 Sep 2014 22:33:09 +0400 8057719: Develop new tests for LambdaForm Reduction and Caching feature
kshefov [Fri, 12 Sep 2014 22:33:09 +0400] rev 26600
8057719: Develop new tests for LambdaForm Reduction and Caching feature Reviewed-by: iignatyev, vlivanov, psandoz
Fri, 12 Sep 2014 22:33:09 +0400 8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java
kshefov [Fri, 12 Sep 2014 22:33:09 +0400] rev 26599
8057707: TEST library enhancement in lib/testlibrary/jsr292/com/oracle/testlibrary/jsr292/Helper.java Reviewed-by: iignatyev, vlivanov
Fri, 12 Sep 2014 20:19:24 +0200 8057951: javax/management/monitor/... should be quarantined
sjiang [Fri, 12 Sep 2014 20:19:24 +0200] rev 26598
8057951: javax/management/monitor/... should be quarantined Reviewed-by: jbachorik
Fri, 12 Sep 2014 17:34:13 +0200 8058230: Improve java.sql toString formatting
redestad [Fri, 12 Sep 2014 17:34:13 +0200] rev 26597
8058230: Improve java.sql toString formatting Reviewed-by: lancea
Wed, 13 Aug 2014 18:40:16 +0200 8055055: Improve numeric parsing in java.sql
redestad [Wed, 13 Aug 2014 18:40:16 +0200] rev 26596
8055055: Improve numeric parsing in java.sql Reviewed-by: lancea
Fri, 12 Sep 2014 15:51:22 +0100 8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack
chegar [Fri, 12 Sep 2014 15:51:22 +0100] rev 26595
8058216: NetworkInterface.getHardwareAddress can return zero length byte array when run with preferIPv4Stack Reviewed-by: michaelm
Fri, 12 Sep 2014 12:19:27 +0200 8049303: Transient network problems cause JMX thread to fail silenty
sjiang [Fri, 12 Sep 2014 12:19:27 +0200] rev 26594
8049303: Transient network problems cause JMX thread to fail silenty Reviewed-by: dfuchs, jbachorik
Wed, 17 Sep 2014 22:56:07 -0700 Added tag jdk9-b31 for changeset fe7c921b71f0
katleman [Wed, 17 Sep 2014 22:56:07 -0700] rev 26593
Added tag jdk9-b31 for changeset fe7c921b71f0
Wed, 05 Jul 2017 20:01:23 +0200 Merge
duke [Wed, 05 Jul 2017 20:01:23 +0200] rev 26592
Merge
Thu, 18 Sep 2014 13:28:15 -0700 Merge
lana [Thu, 18 Sep 2014 13:28:15 -0700] rev 26591
Merge
Fri, 12 Sep 2014 04:22:19 -0700 Merge
amurillo [Fri, 12 Sep 2014 04:22:19 -0700] rev 26590
Merge
Fri, 12 Sep 2014 09:17:58 +0200 Merge
adlertz [Fri, 12 Sep 2014 09:17:58 +0200] rev 26589
Merge
Thu, 11 Sep 2014 08:01:15 +0000 Merge
neliasso [Thu, 11 Sep 2014 08:01:15 +0000] rev 26588
Merge
Wed, 10 Sep 2014 13:27:33 +0200 8054889: Compiler team's implementation task
neliasso [Wed, 10 Sep 2014 13:27:33 +0200] rev 26587
8054889: Compiler team's implementation task Summary: Adding three new diagnostic commands for compiler Reviewed-by: anoll, kvn, drchase
Thu, 11 Sep 2014 00:04:50 -0700 8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters
iveresov [Thu, 11 Sep 2014 00:04:50 -0700] rev 26586
8058184: Move _highest_comp_level and _highest_osr_comp_level from MethodData to MethodCounters Summary: Tiered policy requires highest compilation levels always available Reviewed-by: kvn, vlivanov
Wed, 10 Sep 2014 19:08:17 -0700 8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant
iveresov [Wed, 10 Sep 2014 19:08:17 -0700] rev 26585
8058092: Test vm/mlvm/meth/stress/compiler/deoptimize. Assert in src/share/vm/classfile/systemDictionary.cpp: MH intrinsic invariant Summary: Throw exception if unable to compile an MH intrinsic Reviewed-by: kvn
Tue, 09 Sep 2014 15:47:18 -0700 8057758: Tests run TypeProfileLevel=222 crash with guarantee(0) failed: must find derived/base pair
roland [Tue, 09 Sep 2014 15:47:18 -0700] rev 26584
8057758: Tests run TypeProfileLevel=222 crash with guarantee(0) failed: must find derived/base pair Summary: Use TypeAryPtr::INT type with offset 0 in inline_multiplyToLen(). Reviewed-by: kvn, iveresov
Tue, 09 Sep 2014 16:14:40 +0200 Merge
adlertz [Tue, 09 Sep 2014 16:14:40 +0200] rev 26583
Merge
Mon, 08 Sep 2014 16:05:48 +0200 8057780: Fix ppc build after "8050147: StoreLoad barrier interferes with stack usages
simonis [Mon, 08 Sep 2014 16:05:48 +0200] rev 26582
8057780: Fix ppc build after "8050147: StoreLoad barrier interferes with stack usages Reviewed-by: kvn, shade
Mon, 08 Sep 2014 11:45:48 -0700 8057750: CTW should not make MH intrinsics not entrant
iveresov [Mon, 08 Sep 2014 11:45:48 -0700] rev 26581
8057750: CTW should not make MH intrinsics not entrant Summary: Do not make MH intrinsics not entrant in CTW Reviewed-by: kvn, vlivanov
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
Thu, 11 Sep 2014 14:28:19 -0700 Merge
lana [Thu, 11 Sep 2014 14:28:19 -0700] rev 26520
Merge
Thu, 11 Sep 2014 12:17:59 -0700 8058180: .hgignore should be updated with webrev in all repos
wetmore [Thu, 11 Sep 2014 12:17:59 -0700] rev 26519
8058180: .hgignore should be updated with webrev in all repos Reviewed-by: jrose, katleman, jjg
Wed, 10 Sep 2014 19:38:08 -0700 Merge
lana [Wed, 10 Sep 2014 19:38:08 -0700] rev 26518
Merge
(0) -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 +30000 tip