Wed, 15 Jul 2015 11:05:51 +0900 8032446: Support Unicode 7.0.0 in JDK 9
peytoia [Wed, 15 Jul 2015 11:05:51 +0900] rev 31680
8032446: Support Unicode 7.0.0 in JDK 9 8130889: Missing "@since 1.8" tags in j.l.Character.java Reviewed-by: naoto, okutsu
Tue, 14 Jul 2015 16:29:08 -0700 Merge
amurillo [Tue, 14 Jul 2015 16:29:08 -0700] rev 31679
Merge
Thu, 09 Jul 2015 22:46:18 -0700 Merge
amurillo [Thu, 09 Jul 2015 22:46:18 -0700] rev 31678
Merge
Thu, 09 Jul 2015 14:48:12 -0700 Merge
dcubed [Thu, 09 Jul 2015 14:48:12 -0700] rev 31677
Merge
Fri, 03 Jul 2015 07:13:24 -0700 Merge
dcubed [Fri, 03 Jul 2015 07:13:24 -0700] rev 31676
Merge
Thu, 02 Jul 2015 14:39:54 -0700 Merge
dcubed [Thu, 02 Jul 2015 14:39:54 -0700] rev 31675
Merge
Thu, 25 Jun 2015 11:18:04 +0200 8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out
jbachorik [Thu, 25 Jun 2015 11:18:04 +0200] rev 31674
8071487: javax/management/monitor/GaugeMonitorDeadlockTest.java timed out Reviewed-by: dholmes
Thu, 25 Jun 2015 18:24:39 +0200 8080511: Refresh of jimage support
jfdenise [Thu, 25 Jun 2015 18:24:39 +0200] rev 31673
8080511: Refresh of jimage support Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi Contributed-by: james.laskey@oracle.com, jean-francois.denise@oracle.com, sundararajan.athijegannathan@oracle.com
Wed, 24 Jun 2015 11:59:11 -0700 8129386: [TESTBUG] - com/sun/jdi/cds/*.java missing @build tag for libraries
cjplummer [Wed, 24 Jun 2015 11:59:11 -0700] rev 31672
8129386: [TESTBUG] - com/sun/jdi/cds/*.java missing @build tag for libraries Summary: Added @build tags for all dependent classes Reviewed-by: iklam, mseledtsov, dholmes
Fri, 03 Jul 2015 07:23:45 +0200 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
zmajo [Fri, 03 Jul 2015 07:23:45 +0200] rev 31671
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics Summary: Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics. Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
Thu, 02 Jul 2015 17:50:25 -0700 Merge
kvn [Thu, 02 Jul 2015 17:50:25 -0700] rev 31670
Merge
Thu, 02 Jul 2015 17:15:55 -0700 Merge
kvn [Thu, 02 Jul 2015 17:15:55 -0700] rev 31669
Merge
Thu, 02 Jul 2015 11:03:50 +0100 Merge
aph [Thu, 02 Jul 2015 11:03:50 +0100] rev 31668
Merge
Tue, 16 Jun 2015 14:58:30 +0100 8130150: Implement BigInteger.montgomeryMultiply intrinsic
aph [Tue, 16 Jun 2015 14:58:30 +0100] rev 31667
8130150: Implement BigInteger.montgomeryMultiply intrinsic Summary: Add montgomeryMultiply intrinsics Reviewed-by: kvn
Tue, 14 Jul 2015 15:18:26 -0700 Merge
ddehaven [Tue, 14 Jul 2015 15:18:26 -0700] rev 31666
Merge
Tue, 07 Jul 2015 12:26:59 -0700 Merge
ddehaven [Tue, 07 Jul 2015 12:26:59 -0700] rev 31665
Merge
Tue, 07 Jul 2015 09:56:53 +0300 8129940: JRadioButton does not honor non-standard FocusTraversalKeys
ssadetsky [Tue, 07 Jul 2015 09:56:53 +0300] rev 31664
8129940: JRadioButton does not honor non-standard FocusTraversalKeys Reviewed-by: alexsch, azvegint
Tue, 07 Jul 2015 09:51:30 +0300 8081484: [TEST_BUG]Test javax/swing/plaf/basic/6866751/bug6866751.java fails
ssadetsky [Tue, 07 Jul 2015 09:51:30 +0300] rev 31663
8081484: [TEST_BUG]Test javax/swing/plaf/basic/6866751/bug6866751.java fails Reviewed-by: alexsch, azvegint
Mon, 06 Jul 2015 18:15:02 +0300 8130525: Build fail on jdk9-client solaris-sparcv9
serb [Mon, 06 Jul 2015 18:15:02 +0300] rev 31662
8130525: Build fail on jdk9-client solaris-sparcv9 Reviewed-by: azvegint
Fri, 03 Jul 2015 16:39:45 +0300 7188942: Remove support of pbuffers in OGL Java2d pipeline
serb [Fri, 03 Jul 2015 16:39:45 +0300] rev 31661
7188942: Remove support of pbuffers in OGL Java2d pipeline Reviewed-by: prr, flar
Fri, 03 Jul 2015 17:37:40 +0300 8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update
yan [Fri, 03 Jul 2015 17:37:40 +0300] rev 31660
8130125: [TEST_BUG] add @modules to the several client tests unaffected by the automated bulk update Reviewed-by: serb, alexsch
Thu, 02 Jul 2015 08:17:25 +0200 8080695: splashscreen_png.c compile error with gcc 4.9.2
plevart [Thu, 02 Jul 2015 08:17:25 +0200] rev 31659
8080695: splashscreen_png.c compile error with gcc 4.9.2 Summary: mark locals volatile to silence gcc arround longjmp Reviewed-by: azvegint, serb
Tue, 30 Jun 2015 10:37:48 -0700 Merge
prr [Tue, 30 Jun 2015 10:37:48 -0700] rev 31658
Merge
Tue, 30 Jun 2015 18:26:38 +0300 8129830: JTree drag/drop on lower half of last child of container incorrect.
ssadetsky [Tue, 30 Jun 2015 18:26:38 +0300] rev 31657
8129830: JTree drag/drop on lower half of last child of container incorrect. Reviewed-by: alexsch, azvegint
Tue, 30 Jun 2015 11:04:58 +0300 8085895: The Textfield can't be shown after clicking "Show Textfield" button.
ssadetsky [Tue, 30 Jun 2015 11:04:58 +0300] rev 31656
8085895: The Textfield can't be shown after clicking "Show Textfield" button. Reviewed-by: serb, azvegint
Tue, 30 Jun 2015 10:45:32 +0300 8098535: Test closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest fails on OEL 7.1
ssadetsky [Tue, 30 Jun 2015 10:45:32 +0300] rev 31655
8098535: Test closed/java/awt/Clipboard/ImageTransferTest/ImageTransferTest fails on OEL 7.1 Reviewed-by: serb, azvegint
Mon, 29 Jun 2015 13:47:28 +0300 8080504: [macosx] SunToolkit.realSync() may hang
anashaty [Mon, 29 Jun 2015 13:47:28 +0300] rev 31654
8080504: [macosx] SunToolkit.realSync() may hang Reviewed-by: serb, prr
Mon, 29 Jun 2015 01:27:08 +0300 8080405: Exception in thread "AWT-EventQueue-1" java.security.AccessControlException
serb [Mon, 29 Jun 2015 01:27:08 +0300] rev 31653
8080405: Exception in thread "AWT-EventQueue-1" java.security.AccessControlException Reviewed-by: prr, chegar, art
Fri, 26 Jun 2015 12:38:39 +0300 8014241: Clean up unused JNI fields and methods in imageInitIDs.h
serb [Fri, 26 Jun 2015 12:38:39 +0300] rev 31652
8014241: Clean up unused JNI fields and methods in imageInitIDs.h Reviewed-by: azvegint, prr
Thu, 25 Jun 2015 15:16:55 +0300 8080993: Compilation errors with recent clang in awt_parseImage.c and splashscreen_sys.m
serb [Thu, 25 Jun 2015 15:16:55 +0300] rev 31651
8080993: Compilation errors with recent clang in awt_parseImage.c and splashscreen_sys.m Reviewed-by: azvegint, bae Contributed-by: staffan.larsen@oracle.com
Mon, 22 Jun 2015 15:47:44 +0300 8081371: [PIT] Test closed/java/awt/FullScreen/DisplayMode/CycleDMImage.java switches Linux to the single device mode
azvegint [Mon, 22 Jun 2015 15:47:44 +0300] rev 31650
8081371: [PIT] Test closed/java/awt/FullScreen/DisplayMode/CycleDMImage.java switches Linux to the single device mode Reviewed-by: alexsch, serb
Mon, 22 Jun 2015 15:43:40 +0300 8129116: Deadlock with multimonitor fullscreen windows.
azvegint [Mon, 22 Jun 2015 15:43:40 +0300] rev 31649
8129116: Deadlock with multimonitor fullscreen windows. Reviewed-by: alexsch, serb
Tue, 14 Jul 2015 20:14:29 +0100 8131184: Add test sun/security/pkcs11/rsa/TestKeyPairGenerator.java to the problem list
vinnie [Tue, 14 Jul 2015 20:14:29 +0100] rev 31648
8131184: Add test sun/security/pkcs11/rsa/TestKeyPairGenerator.java to the problem list Reviewed-by: mullan
Tue, 14 Jul 2015 16:46:28 +0100 8130041: TsacertOptionTest.java intermittently fails on Mac
vinnie [Tue, 14 Jul 2015 16:46:28 +0100] rev 31647
8130041: TsacertOptionTest.java intermittently fails on Mac Reviewed-by: vinnie Contributed-by: asmotrak <artem.smotrakov@oracle.com>
Tue, 14 Jul 2015 00:53:09 +0000 8130461: HandshakeStatus.NEED_UNWRAP_AGAIN applies only to DTLS
xuelei [Tue, 14 Jul 2015 00:53:09 +0000] rev 31646
8130461: HandshakeStatus.NEED_UNWRAP_AGAIN applies only to DTLS Reviewed-by: wetmore
Tue, 14 Jul 2015 02:03:35 +0300 6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently
igerasim [Tue, 14 Jul 2015 02:03:35 +0300] rev 31645
6854417: TESTBUG: java/util/regex/RegExTest.java fails intermittently Reviewed-by: sherman
Tue, 09 Jun 2015 07:10:03 +0100 8071597: Add Stream dropWhile and takeWhile operations
psandoz [Tue, 09 Jun 2015 07:10:03 +0100] rev 31644
8071597: Add Stream dropWhile and takeWhile operations Reviewed-by: briangoetz, smarks, chegar, forax
Mon, 13 Jul 2015 17:44:34 +0800 8058290: JAAS Krb5LoginModule has suspect ticket-renewal logic, relies on clockskew grace
weijun [Mon, 13 Jul 2015 17:44:34 +0800] rev 31643
8058290: JAAS Krb5LoginModule has suspect ticket-renewal logic, relies on clockskew grace Reviewed-by: mullan
Fri, 10 Jul 2015 16:40:12 +0100 8064925: URLConnection::getContent needs to be updated to work with modules
prappo [Fri, 10 Jul 2015 16:40:12 +0100] rev 31642
8064925: URLConnection::getContent needs to be updated to work with modules Reviewed-by: chegar, alanb
Thu, 16 Jul 2015 13:51:54 -0700 Added tag jdk9-b73 for changeset 8fc82d01db26
katleman [Thu, 16 Jul 2015 13:51:54 -0700] rev 31641
Added tag jdk9-b73 for changeset 8fc82d01db26
Wed, 05 Jul 2017 20:41:55 +0200 Merge
duke [Wed, 05 Jul 2017 20:41:55 +0200] rev 31640
Merge
Thu, 16 Jul 2015 19:28:37 -0700 Merge
lana [Thu, 16 Jul 2015 19:28:37 -0700] rev 31639
Merge
Tue, 14 Apr 2015 19:10:28 +0300 8075838: Method for typing MethodTypes
vlivanov [Tue, 14 Apr 2015 19:10:28 +0300] rev 31638
8075838: Method for typing MethodTypes Reviewed-by: jrose, ahgross, alanb, bmoloden
Mon, 09 Mar 2015 09:59:53 +0100 8071731: Better scaling for C1
roland [Mon, 09 Mar 2015 09:59:53 +0100] rev 31637
8071731: Better scaling for C1 Reviewed-by: kvn, iveresov
Thu, 09 Jul 2015 22:46:16 -0700 Merge
amurillo [Thu, 09 Jul 2015 22:46:16 -0700] rev 31636
Merge
Thu, 09 Jul 2015 14:35:13 -0700 Merge
dcubed [Thu, 09 Jul 2015 14:35:13 -0700] rev 31635
Merge
Wed, 15 Apr 2015 11:30:36 -0700 7012980: PSOldGen is increased if there is no space in Metaspace
jmasa [Wed, 15 Apr 2015 11:30:36 -0700] rev 31634
7012980: PSOldGen is increased if there is no space in Metaspace Reviewed-by: tschatzl, tbenson
Tue, 07 Jul 2015 18:16:06 +0000 Merge
jmasa [Tue, 07 Jul 2015 18:16:06 +0000] rev 31633
Merge
Tue, 07 Jul 2015 06:37:10 -0700 8079555: REDO - Determining the desired PLAB size adjusts to the the number of threads at the wrong place
sangheki [Tue, 07 Jul 2015 06:37:10 -0700] rev 31632
8079555: REDO - Determining the desired PLAB size adjusts to the the number of threads at the wrong place Summary: Calculate the desired PLAB value for a single thread and then return desired PLAB size according to the current number of threads when needed Reviewed-by: jmasa, tschatzl
Tue, 07 Jul 2015 14:20:08 +0200 8129558: Coalesce dead objects during removal of self-forwarded pointers
tschatzl [Tue, 07 Jul 2015 14:20:08 +0200] rev 31631
8129558: Coalesce dead objects during removal of self-forwarded pointers Summary: To improve performance of self-forwarding fixup during evacuation failure, coalesce the work done for dead objects. Reviewed-by: mgerdin, tbenson, tonyp
Fri, 03 Jul 2015 06:24:23 -0700 Merge
dcubed [Fri, 03 Jul 2015 06:24:23 -0700] rev 31630
Merge
Fri, 03 Jul 2015 09:49:41 +0200 8129977: TestSummarizeRSetStats.java fails: Incorrect amount of per-period RSet summaries at the end
tschatzl [Fri, 03 Jul 2015 09:49:41 +0200] rev 31629
8129977: TestSummarizeRSetStats.java fails: Incorrect amount of per-period RSet summaries at the end Summary: Due to unrestrained initial heap size more garbage collections than expected could be started, confusing the test. Fix the initial heap size for the test to make them pass. Reviewed-by: tbenson, dfazunen, dcubed
Thu, 02 Jul 2015 20:30:33 -0700 8129355: [TESTBUG] runtime FragmentMetaspaceSimple.java fails with java.lang.ClassNotFoundException: test.Empty
iklam [Thu, 02 Jul 2015 20:30:33 -0700] rev 31628
8129355: [TESTBUG] runtime FragmentMetaspaceSimple.java fails with java.lang.ClassNotFoundException: test.Empty Summary: avoid opening files excessively Reviewed-by: coleenp, mseledtsov
Thu, 02 Jul 2015 14:20:36 -0700 Merge
dcubed [Thu, 02 Jul 2015 14:20:36 -0700] rev 31627
Merge
Thu, 02 Jul 2015 18:07:42 +0200 8130330: Quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java
jwilhelm [Thu, 02 Jul 2015 18:07:42 +0200] rev 31626
8130330: Quarantine gc/survivorAlignment/TestPromotionFromSurvivorToTenuredAfterMinorGC.java Reviewed-by: dfazunen, tschatzl
Thu, 02 Jul 2015 12:05:19 +0200 Merge
dholmes [Thu, 02 Jul 2015 12:05:19 +0200] rev 31625
Merge
Thu, 02 Jul 2015 12:25:55 +0300 8129786: Buffer overrun when passing long not existing option in JDK 9
ddmitriev [Thu, 02 Jul 2015 12:25:55 +0300] rev 31624
8129786: Buffer overrun when passing long not existing option in JDK 9 Summary: Only make the obsolete check for valid arguments(length less than 256) Reviewed-by: dcubed, dholmes
Wed, 01 Jul 2015 21:04:18 +0300 8129430: tests that requrie G1 should be excluded from execution on embedded platfomrs where g1 is not supported
dpochepk [Wed, 01 Jul 2015 21:04:18 +0300] rev 31623
8129430: tests that requrie G1 should be excluded from execution on embedded platfomrs where g1 is not supported Summary: Test group definition has been fixed Reviewed-by: tschatzl
Wed, 01 Jul 2015 16:38:14 +0200 8129590: TestShrinkDefragmentedHeap.java runs out of memory
sjohanss [Wed, 01 Jul 2015 16:38:14 +0200] rev 31622
8129590: TestShrinkDefragmentedHeap.java runs out of memory Reviewed-by: jwilhelm, tschatzl
Wed, 01 Jul 2015 10:26:59 +0000 Merge
bdelsart [Wed, 01 Jul 2015 10:26:59 +0000] rev 31621
Merge
Wed, 01 Jul 2015 10:53:26 +0200 8087333: Optionally Pre-Generate the HotSpot Template Interpreter
bdelsart [Wed, 01 Jul 2015 10:53:26 +0200] rev 31620
8087333: Optionally Pre-Generate the HotSpot Template Interpreter Summary: Optional support for pregenerated template interpreter Reviewed-by: coleenp, dholmes, kvn
Thu, 30 Apr 2015 13:33:23 +0200 8078901: Add trace event for G1 MMU information
sjohanss [Thu, 30 Apr 2015 13:33:23 +0200] rev 31619
8078901: Add trace event for G1 MMU information Reviewed-by: ehelin, mlarsson
Tue, 30 Jun 2015 15:26:20 -0700 8072147: Preloading libjsig.dylib causes deadlock when signal() is called
dbuck [Tue, 30 Jun 2015 15:26:20 -0700] rev 31618
8072147: Preloading libjsig.dylib causes deadlock when signal() is called Summary: Added check to prevent reentry of signal chaining code Reviewed-by: dcubed, acorn, dholmes
Tue, 30 Jun 2015 09:48:24 -0700 Merge
dcubed [Tue, 30 Jun 2015 09:48:24 -0700] rev 31617
Merge
Tue, 30 Jun 2015 09:39:53 -0700 8130135: backout 8087143 due to failures in 8130115
dcubed [Tue, 30 Jun 2015 09:39:53 -0700] rev 31616
8130135: backout 8087143 due to failures in 8130115 Reviewed-by: minqi, coleenp
Mon, 29 Jun 2015 10:16:48 +0200 8130036: Fix problems with imprecise C++ coding.
goetz [Mon, 29 Jun 2015 10:16:48 +0200] rev 31615
8130036: Fix problems with imprecise C++ coding. Reviewed-by: dholmes, kbarrett
Mon, 29 Jun 2015 13:48:55 -0700 8087143: Reduce Symbol::_identity_hash to 2 bytes
minqi [Mon, 29 Jun 2015 13:48:55 -0700] rev 31614
8087143: Reduce Symbol::_identity_hash to 2 bytes Summary: Convert Symbol::_identity_hash from integer to short integer to save two bytes. Also change identity_hash() to have 'this' and first two bytes of symbol join the calculation. Reviewed-by: iklam, coleenp, shade
Mon, 29 Jun 2015 17:24:52 +0000 Merge
hseigel [Mon, 29 Jun 2015 17:24:52 +0000] rev 31613
Merge
Mon, 29 Jun 2015 11:48:27 -0400 8073423: Remove LazyClassPathEntry support if no longer needed
hseigel [Mon, 29 Jun 2015 11:48:27 -0400] rev 31612
8073423: Remove LazyClassPathEntry support if no longer needed Summary: Remove LazyClassPathEntry support and deprecate -XX:+LazyBootClassLoader Reviewed-by: acorn, lfoltan
Fri, 26 Jun 2015 08:29:29 +0200 8080925: Make error log write timeout parameter configurable
stuefe [Fri, 26 Jun 2015 08:29:29 +0200] rev 31611
8080925: Make error log write timeout parameter configurable Reviewed-by: sla, coleenp, ctornqvi, dholmes
Mon, 19 Jan 2015 11:06:08 +0100 8087322: Implement a Semaphore utility class
stefank [Mon, 19 Jan 2015 11:06:08 +0100] rev 31610
8087322: Implement a Semaphore utility class Reviewed-by: kbarrett, dholmes
Thu, 25 Jun 2015 20:47:46 +0000 Merge
jfdenise [Thu, 25 Jun 2015 20:47:46 +0000] rev 31609
Merge
Thu, 25 Jun 2015 18:25:19 +0200 8080511: Refresh of jimage support
jfdenise [Thu, 25 Jun 2015 18:25:19 +0200] rev 31608
8080511: Refresh of jimage support Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi Contributed-by: james.laskey@oracle.com, jean-francois.denise@oracle.com, sundararajan.athijegannathan@oracle.com
Thu, 25 Jun 2015 18:14:54 +0000 Merge
poonam [Thu, 25 Jun 2015 18:14:54 +0000] rev 31607
Merge
Thu, 25 Jun 2015 06:52:05 -0700 8129108: nmethod related crash in CMS
poonam [Thu, 25 Jun 2015 06:52:05 -0700] rev 31606
8129108: nmethod related crash in CMS Summary: Add SO_AllCodeCache to root scanning options when not unloading classes with a CMS collection cycle Reviewed-by: mgerdin, jwilhelm
Thu, 25 Jun 2015 15:43:16 +0000 Merge
tschatzl [Thu, 25 Jun 2015 15:43:16 +0000] rev 31605
Merge
Thu, 25 Jun 2015 07:13:27 +0000 Merge
tschatzl [Thu, 25 Jun 2015 07:13:27 +0000] rev 31604
Merge
Thu, 25 Jun 2015 09:06:35 +0200 8129573: CollectedHeap::fill_with_objects() needs to use multiple arrays in 32 bit mode too
tschatzl [Thu, 25 Jun 2015 09:06:35 +0200] rev 31603
8129573: CollectedHeap::fill_with_objects() needs to use multiple arrays in 32 bit mode too Summary: In JDK-8042668 we introduced a custom fill threshold for G1. This leads to CollectedHeap::fill_with_objects create too large objects in G1 when using it in 32 bit mode, as the code to create multiple filler objects is IFDEF'ed out on 32 bit. Enable this code on 32 bit too. Reviewed-by: tonyp, mgerdin, tbenson
Thu, 25 Jun 2015 09:04:28 +0200 8129604: Incorrect GPL header in README causes RE script to create wrong output
tschatzl [Thu, 25 Jun 2015 09:04:28 +0200] rev 31602
8129604: Incorrect GPL header in README causes RE script to create wrong output Summary: Fix up GPL headers by removing leading "#" so that the RE script works. Reviewed-by: brutisso, coleenp
Wed, 24 Jun 2015 17:46:26 +0200 8129602: Incorrect GPL header causes RE script to create wrong output
tschatzl [Wed, 24 Jun 2015 17:46:26 +0200] rev 31601
8129602: Incorrect GPL header causes RE script to create wrong output Summary: Fix up GPL headers so that the RE script works. Reviewed-by: stefank, dholmes, coleenp
Thu, 25 Jun 2015 13:23:36 +0000 Merge
bdelsart [Thu, 25 Jun 2015 13:23:36 +0000] rev 31600
Merge
Thu, 25 Jun 2015 08:17:52 +0200 8081406: cleanup and minor extensions of the debugging facilities in CodeStrings
bdelsart [Thu, 25 Jun 2015 08:17:52 +0200] rev 31599
8081406: cleanup and minor extensions of the debugging facilities in CodeStrings Summary: avoid issues around _defunct CodeStrings Reviewed-by: dholmes, coleenp
Thu, 25 Jun 2015 10:52:37 +0000 Merge
brutisso [Thu, 25 Jun 2015 10:52:37 +0000] rev 31598
Merge
Thu, 25 Jun 2015 08:15:07 +0200 8129626: G1: set_in_progress() and clear_started() needs a barrier on non-TSO platforms
brutisso [Thu, 25 Jun 2015 08:15:07 +0200] rev 31597
8129626: G1: set_in_progress() and clear_started() needs a barrier on non-TSO platforms Summary: Also reviewed by vitalyd@gmail.com Reviewed-by: pliden, bpittore, bdelsart
Thu, 25 Jun 2015 08:30:23 +0000 Merge
dholmes [Thu, 25 Jun 2015 08:30:23 +0000] rev 31596
Merge
Wed, 24 Jun 2015 18:21:14 -0400 8129394: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option
ddmitriev [Wed, 24 Jun 2015 18:21:14 -0400] rev 31595
8129394: [TESTBUG] runtime/CommandLine/OptionsValidation/TestOptionsWithRanges.java failed with double option Reviewed-by: dholmes
Wed, 24 Jun 2015 18:19:09 -0400 8078399: Deprecate -Xoss, -Xsqnopause, -Xoptimize and -Xboundthreads options in JDK 9
ddmitriev [Wed, 24 Jun 2015 18:19:09 -0400] rev 31594
8078399: Deprecate -Xoss, -Xsqnopause, -Xoptimize and -Xboundthreads options in JDK 9 Reviewed-by: dholmes, coleenp
Wed, 24 Jun 2015 21:58:05 -0400 Merge
coleenp [Wed, 24 Jun 2015 21:58:05 -0400] rev 31593
Merge
Wed, 24 Jun 2015 12:12:25 -0400 8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier"
bpittore [Wed, 24 Jun 2015 12:12:25 -0400] rev 31592
8081202: Hotspot compile warning: "Invalid suffix on literal; C++11 requires a space between literal and identifier" Summary: Need to add a space between macro identifier and string literal Reviewed-by: stefank, dholmes, kbarrett
Tue, 07 Jul 2015 15:04:25 +0000 8130687: aarch64: add support for hardware crc32c
enevill [Tue, 07 Jul 2015 15:04:25 +0000] rev 31591
8130687: aarch64: add support for hardware crc32c Summary: add support for crc32c using built in crc32c instructions Reviewed-by: kvn, aph
Mon, 29 Jun 2015 15:30:55 +0200 8086069: Adapt runtime calls to recent intrinsics to pass ints as long
goetz [Mon, 29 Jun 2015 15:30:55 +0200] rev 31590
8086069: Adapt runtime calls to recent intrinsics to pass ints as long Summary: Remove CCallingConventionRequiresIntsAsLongs from shared code and push functionality to native wrapper. Less optimal but more flexible. Reviewed-by: jrose, kvn
Fri, 03 Jul 2015 16:29:37 +0200 8130432: ppc64le: Fix build of hsdis
goetz [Fri, 03 Jul 2015 16:29:37 +0200] rev 31589
8130432: ppc64le: Fix build of hsdis Reviewed-by: dholmes, kvn
Fri, 03 Jul 2015 09:33:04 +0200 8130120: Handling of SHA intrinsics inconsistent across platforms
zmajo [Fri, 03 Jul 2015 09:33:04 +0200] rev 31588
8130120: Handling of SHA intrinsics inconsistent across platforms Summary: Introduce common warning message and common processing of SHA intrinsic-related arguments. Reviewed-by: kvn, mcberg
Fri, 03 Jul 2015 07:25:03 +0200 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
zmajo [Fri, 03 Jul 2015 07:25:03 +0200] rev 31587
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics Summary: Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics. Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
Thu, 02 Jul 2015 17:49:11 -0700 Merge
kvn [Thu, 02 Jul 2015 17:49:11 -0700] rev 31586
Merge
Thu, 02 Jul 2015 14:40:29 -0700 8080012: JVM times out with vdbench on SPARC M7-16
iveresov [Thu, 02 Jul 2015 14:40:29 -0700] rev 31585
8080012: JVM times out with vdbench on SPARC M7-16 Summary: check cacheline sine only for one core on sun4v SPARC systems. Reviewed-by: kvn
Thu, 02 Jul 2015 11:12:59 +0100 Merge
aph [Thu, 02 Jul 2015 11:12:59 +0100] rev 31584
Merge
Tue, 16 Jun 2015 17:31:53 +0100 8130150: Implement BigInteger.montgomeryMultiply intrinsic
aph [Tue, 16 Jun 2015 17:31:53 +0100] rev 31583
8130150: Implement BigInteger.montgomeryMultiply intrinsic Summary: Add montgomeryMultiply intrinsics Reviewed-by: kvn
Thu, 16 Jul 2015 13:51:50 -0700 Added tag jdk9-b73 for changeset 1459b46b5c27
katleman [Thu, 16 Jul 2015 13:51:50 -0700] rev 31582
Added tag jdk9-b73 for changeset 1459b46b5c27
Thu, 16 Jul 2015 19:27:39 -0700 Merge
lana [Thu, 16 Jul 2015 19:27:39 -0700] rev 31581
Merge
Thu, 04 Jun 2015 11:17:02 -0700 8033530: [regression] Applet fails to load resources or connect back to server under some scenarios
dtitov [Thu, 04 Jun 2015 11:17:02 -0700] rev 31580
8033530: [regression] Applet fails to load resources or connect back to server under some scenarios Reviewed-by: mchung, michaelm, serb, ddehaven
Tue, 14 Jul 2015 16:29:07 -0700 Merge
amurillo [Tue, 14 Jul 2015 16:29:07 -0700] rev 31579
Merge
Thu, 09 Jul 2015 22:46:15 -0700 Merge
amurillo [Thu, 09 Jul 2015 22:46:15 -0700] rev 31578
Merge
Thu, 09 Jul 2015 14:30:14 -0700 Merge
dcubed [Thu, 09 Jul 2015 14:30:14 -0700] rev 31577
Merge
Mon, 06 Jul 2015 22:19:29 -0400 8076581: Need a NON-PCH build to quickly detect missing dependencies in the source base
dholmes [Mon, 06 Jul 2015 22:19:29 -0400] rev 31576
8076581: Need a NON-PCH build to quickly detect missing dependencies in the source base Summary: Pass --disable-precompiled-headers for all fastdebug builds in JPRT Reviewed-by: goetz, tbell, simonis, dcubed
Fri, 03 Jul 2015 06:23:29 -0700 Merge
dcubed [Fri, 03 Jul 2015 06:23:29 -0700] rev 31575
Merge
Thu, 02 Jul 2015 14:12:18 -0700 Merge
dcubed [Thu, 02 Jul 2015 14:12:18 -0700] rev 31574
Merge
Thu, 25 Jun 2015 20:47:45 +0000 Merge
jfdenise [Thu, 25 Jun 2015 20:47:45 +0000] rev 31573
Merge
Thu, 25 Jun 2015 18:00:28 +0200 8080511: Refresh of jimage support
jfdenise [Thu, 25 Jun 2015 18:00:28 +0200] rev 31572
8080511: Refresh of jimage support Reviewed-by: alanb, mchung, psandoz, acorn, lfoltan, ctornqvi Contributed-by: james.laskey@oracle.com, jean-francois.denise@oracle.com, sundararajan.athijegannathan@oracle.com
Thu, 25 Jun 2015 07:13:27 +0000 Merge
tschatzl [Thu, 25 Jun 2015 07:13:27 +0000] rev 31571
Merge
Wed, 24 Jun 2015 17:45:44 +0200 8129602: Incorrect GPL header causes RE script to create wrong output
tschatzl [Wed, 24 Jun 2015 17:45:44 +0200] rev 31570
8129602: Incorrect GPL header causes RE script to create wrong output Summary: Fix up GPL headers so that the RE script works. Reviewed-by: stefank, dholmes, coleenp
Wed, 24 Jun 2015 15:29:34 -0700 8129615: Remove jbb from jprt hotspot testset
mikael [Wed, 24 Jun 2015 15:29:34 -0700] rev 31569
8129615: Remove jbb from jprt hotspot testset Reviewed-by: gtriantafill, coleenp
Fri, 03 Jul 2015 07:23:32 +0200 8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics
zmajo [Fri, 03 Jul 2015 07:23:32 +0200] rev 31568
8076112: Add @HotSpotIntrinsicCandidate annotation to indicate methods for which Java Runtime has intrinsics Summary: Annotate possibly intrinsified methods with @HotSpotIntrinsicCandidate. Add checks omitted by intrinsics to the library code. Add CheckIntrinsics flags to check consistency of intrinsics. Reviewed-by: jrose, kvn, thartmann, vlivanov, abuckley, darcy, ascarpino, briangoetz, alanb, aph, dnsimon
Mon, 13 Jul 2015 09:29:01 -0700 8080722: Revisit how to check for doclint reference warning during the build
darcy [Mon, 13 Jul 2015 09:29:01 -0700] rev 31567
8080722: Revisit how to check for doclint reference warning during the build Reviewed-by: alanb
Thu, 16 Jul 2015 13:51:49 -0700 Added tag jdk9-b73 for changeset 3062efa7e556
katleman [Thu, 16 Jul 2015 13:51:49 -0700] rev 31566
Added tag jdk9-b73 for changeset 3062efa7e556
Wed, 05 Jul 2017 20:41:30 +0200 Added tag jdk9-b73 for changeset 9b3a9d72f07b
duke [Wed, 05 Jul 2017 20:41:30 +0200] rev 31565
Added tag jdk9-b73 for changeset 9b3a9d72f07b
Wed, 05 Jul 2017 20:41:30 +0200 Merge jdk9-b73
duke [Wed, 05 Jul 2017 20:41:30 +0200] rev 31564
Merge
Wed, 05 Jul 2017 20:41:27 +0200 Merge
duke [Wed, 05 Jul 2017 20:41:27 +0200] rev 31563
Merge
Thu, 09 Jul 2015 16:38:16 -0700 Merge
lana [Thu, 09 Jul 2015 16:38:16 -0700] rev 31562
Merge
Thu, 09 Jul 2015 11:06:48 -0700 8130803: add regression test related to fix for JDK-8078024
vromero [Thu, 09 Jul 2015 11:06:48 -0700] rev 31561
8130803: add regression test related to fix for JDK-8078024 Reviewed-by: mcimadamore Contributed-by: cushon@google.com
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip