Wed, 05 Jul 2017 18:48:57 +0200 Merge
duke [Wed, 05 Jul 2017 18:48:57 +0200] rev 16643
Merge
Thu, 04 Apr 2013 19:05:46 -0700 Added tag jdk8-b84 for changeset c3a8125548f0
katleman [Thu, 04 Apr 2013 19:05:46 -0700] rev 16642
Added tag jdk8-b84 for changeset c3a8125548f0
Wed, 05 Jul 2017 18:48:53 +0200 Merge
duke [Wed, 05 Jul 2017 18:48:53 +0200] rev 16641
Merge
Thu, 04 Apr 2013 19:05:06 -0700 Added tag jdk8-b84 for changeset 8d11dc7a1d97
katleman [Thu, 04 Apr 2013 19:05:06 -0700] rev 16640
Added tag jdk8-b84 for changeset 8d11dc7a1d97
Wed, 05 Jul 2017 18:48:48 +0200 Merge
duke [Wed, 05 Jul 2017 18:48:48 +0200] rev 16639
Merge
Tue, 09 Apr 2013 15:17:51 -0700 Merge
katleman [Tue, 09 Apr 2013 15:17:51 -0700] rev 16638
Merge
Mon, 08 Apr 2013 14:09:01 -0400 8011388: Support building zero and zeroshark with the new build
omajid [Mon, 08 Apr 2013 14:09:01 -0400] rev 16637
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:39:10 +0200 8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar'
erikj [Fri, 05 Apr 2013 09:39:10 +0200] rev 16636
8008373: JFR JTReg tests fail with CompilationError on MacOSX; missing '._sunec.jar' Reviewed-by: tbell
Thu, 04 Apr 2013 19:05:32 -0700 Added tag jdk8-b84 for changeset 9c96ead03162
katleman [Thu, 04 Apr 2013 19:05:32 -0700] rev 16635
Added tag jdk8-b84 for changeset 9c96ead03162
Wed, 05 Jul 2017 18:48:42 +0200 Merge
duke [Wed, 05 Jul 2017 18:48:42 +0200] rev 16634
Merge
Thu, 04 Apr 2013 21:06:39 -0700 Added tag hs25-b26 for changeset 7d026deaf1db
amurillo [Thu, 04 Apr 2013 21:06:39 -0700] rev 16633
Added tag hs25-b26 for changeset 7d026deaf1db
Thu, 04 Apr 2013 21:06:38 -0700 Merge
amurillo [Thu, 04 Apr 2013 21:06:38 -0700] rev 16632
Merge
Thu, 04 Apr 2013 17:01:34 -0700 Merge
bharadwaj [Thu, 04 Apr 2013 17:01:34 -0700] rev 16631
Merge
Thu, 04 Apr 2013 12:18:46 -0700 8011198: LP64 setting is not preserved on Solaris after 8006965
kvn [Thu, 04 Apr 2013 12:18:46 -0700] rev 16630
8011198: LP64 setting is not preserved on Solaris after 8006965 Summary: Fixed incremental build makefiles generated by buildtree.make. Consolidated unix build.sh. Reviewed-by: twisti
Thu, 04 Apr 2013 09:30:06 +0200 8006014: Memory leak in hotspot/src/share/vm/adlc/dfa.cpp
neliasso [Thu, 04 Apr 2013 09:30:06 +0200] rev 16629
8006014: Memory leak in hotspot/src/share/vm/adlc/dfa.cpp Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
Thu, 04 Apr 2013 02:48:21 -0700 Merge
roland [Thu, 04 Apr 2013 02:48:21 -0700] rev 16628
Merge
Thu, 04 Apr 2013 09:33:24 +0200 8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494".
roland [Thu, 04 Apr 2013 09:33:24 +0200] rev 16627
8010399: Test8009761.java "Failed: init recursive calls: 5498. After deopt 5494". Summary: test from 8009761 shouldn't be run with -Xcomp Reviewed-by: kvn
Thu, 04 Apr 2013 09:18:47 +0200 8006008: Memory leak in hotspot/src/share/vm/adlc/archDesc.cpp
neliasso [Thu, 04 Apr 2013 09:18:47 +0200] rev 16626
8006008: Memory leak in hotspot/src/share/vm/adlc/archDesc.cpp Reviewed-by: roland, kvn Contributed-by: niclas.adlertz@oracle.com
Wed, 03 Apr 2013 15:00:55 -0700 8010437: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset
rasbold [Wed, 03 Apr 2013 15:00:55 -0700] rev 16625
8010437: guarantee(this->is8bit(imm8)) failed: Short forward jump exceeds 8-bit offset Summary: Fix shorten_branches() to accurately count an initial nop that may be inserted in a block that starts with a safepoint. Reviewed-by: kvn
Wed, 03 Apr 2013 11:12:57 -0700 8011102: Clear AVX registers after return from JNI call
kvn [Wed, 03 Apr 2013 11:12:57 -0700] rev 16624
8011102: Clear AVX registers after return from JNI call Summary: Execute vzeroupper instruction after JNI call and on exits in jit compiled code which use 256bit vectors. Reviewed-by: roland
Tue, 02 Apr 2013 09:30:07 +0200 7034299: Faulty winsock initialization code
neliasso [Tue, 02 Apr 2013 09:30:07 +0200] rev 16623
7034299: Faulty winsock initialization code Reviewed-by: dholmes, sla, ctornqvi
Sat, 30 Mar 2013 08:01:05 -0700 8011009: Use do-while(0) instead of while(0) in EC_TRACE and RC_TRACE* macros
kmo [Sat, 30 Mar 2013 08:01:05 -0700] rev 16622
8011009: Use do-while(0) instead of while(0) in EC_TRACE and RC_TRACE* macros Summary: Improve EC_TRACE and RC_TRACE* to use the do-while(0) trick for statement-like macro Reviewed-by: sspitsyn, dcubed
Fri, 29 Mar 2013 20:52:01 -0700 Merge
bharadwaj [Fri, 29 Mar 2013 20:52:01 -0700] rev 16621
Merge
Fri, 29 Mar 2013 17:25:27 +0100 8010934: assert failure in c1_LinearScan.cpp: "asumption: non-Constant instructions have only virtual operands"
roland [Fri, 29 Mar 2013 17:25:27 +0100] rev 16620
8010934: assert failure in c1_LinearScan.cpp: "asumption: non-Constant instructions have only virtual operands" Summary: incorrect code to skip some ArrayLength instructions in LIRGenerator Reviewed-by: kvn
Tue, 26 Mar 2013 12:55:26 -0700 8004640: C2 assert failure in memnode.cpp: NULL+offs not RAW address
kvn [Tue, 26 Mar 2013 12:55:26 -0700] rev 16619
8004640: C2 assert failure in memnode.cpp: NULL+offs not RAW address Summary: always transform AddP nodes in IdealKit by calling _gvn.transform(). Reviewed-by: roland, twisti
Tue, 26 Mar 2013 10:05:33 +0100 8010281: Remove code that is never executed
neliasso [Tue, 26 Mar 2013 10:05:33 +0100] rev 16618
8010281: Remove code that is never executed Reviewed-by: kvn, roland Contributed-by: niclas.adlertz@oracle.com
Mon, 25 Mar 2013 17:13:26 -0700 7198429: need checked categorization of caller-sensitive methods in the JDK
twisti [Mon, 25 Mar 2013 17:13:26 -0700] rev 16617
7198429: need checked categorization of caller-sensitive methods in the JDK Reviewed-by: kvn, jrose
Sun, 24 Mar 2013 12:43:13 -0700 Merge
morris [Sun, 24 Mar 2013 12:43:13 -0700] rev 16616
Merge
Sat, 23 Mar 2013 06:22:07 -0700 8009026: [parfait] Null pointer deference in hotspot/src/share/vm/code/nmethod.cpp
morris [Sat, 23 Mar 2013 06:22:07 -0700] rev 16615
8009026: [parfait] Null pointer deference in hotspot/src/share/vm/code/nmethod.cpp Summary: add guarantee() to nmethod constructor and checks to ensure CodeCache has space before allocation Reviewed-by: kvn
Fri, 22 Mar 2013 13:35:31 -0400 Merge
bharadwaj [Fri, 22 Mar 2013 13:35:31 -0400] rev 16614
Merge
(0) -10000 -3000 -1000 -300 -100 -50 -30 +30 +50 +100 +300 +1000 +3000 +10000 +30000 tip