Fri, 02 Sep 2016 02:42:03 +0000 Merge
lana [Fri, 02 Sep 2016 02:42:03 +0000] rev 40773
Merge
Fri, 02 Sep 2016 07:49:15 +0530 8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation
sadayapalam [Fri, 02 Sep 2016 07:49:15 +0530] rev 40772
8164073: Javac should unconditionally warn if deprecated javadoc tag is used without @Deprecated annotation Reviewed-by: mcimadamore
Thu, 01 Sep 2016 13:21:52 -0700 8165211: JShell: Fix completion analysis problems
rfield [Thu, 01 Sep 2016 13:21:52 -0700] rev 40771
8165211: JShell: Fix completion analysis problems Reviewed-by: jlahoda
Thu, 01 Sep 2016 21:25:33 +0200 8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure
jlahoda [Thu, 01 Sep 2016 21:25:33 +0200] rev 40770
8164952: JShell tests: jdk/jshell/CompletionSuggestionTest.testUncompletedDeclaration(): failure Summary: Avoiding conflict between the CompletionSuggestionTest.testUncompletedDeclaration test and ClassPathTest Reviewed-by: rfield
Thu, 01 Sep 2016 12:13:13 -0700 8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator
rfield [Thu, 01 Sep 2016 12:13:13 -0700] rev 40769
8133507: JShell: StackTraceElement#getFileName of EvalException does not use custom id generator Reviewed-by: jlahoda
Mon, 29 Aug 2016 15:53:03 +0200 8165008: javac -Xmodule compiles the module in a way that reads the unnamed module
jlahoda [Mon, 29 Aug 2016 15:53:03 +0200] rev 40768
8165008: javac -Xmodule compiles the module in a way that reads the unnamed module Summary: Ensuring proper separation between named modules and the unnamed module when using -Xmodule Reviewed-by: jjg
Thu, 01 Sep 2016 10:30:50 +0200 8131023: JShell: System.in does not work
jlahoda [Thu, 01 Sep 2016 10:30:50 +0200] rev 40767
8131023: JShell: System.in does not work Summary: Pass user input to snippets/remote agent Reviewed-by: rfield
Thu, 01 Sep 2016 13:18:42 +0800 8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage
amlu [Thu, 01 Sep 2016 13:18:42 +0800] rev 40766
8165193: Workaround intermittent failures of JavacTreeScannerTest and SourceTreeScannerTest due to C2 memory usage Reviewed-by: darcy
Thu, 01 Sep 2016 11:07:00 +0900 8164825: jshell tool: Completion for subcommand
shinyafox [Thu, 01 Sep 2016 11:07:00 +0900] rev 40765
8164825: jshell tool: Completion for subcommand Reviewed-by: jlahoda
Wed, 31 Aug 2016 10:35:51 -0700 8164518: JShell: Add failover case of explicitly listening to "localhost"
rfield [Wed, 31 Aug 2016 10:35:51 -0700] rev 40764
8164518: JShell: Add failover case of explicitly listening to "localhost" Reviewed-by: jlahoda
Tue, 30 Aug 2016 20:49:41 -0700 8165109: langtools/test switches to use new CLI options
mchung [Tue, 30 Aug 2016 20:49:41 -0700] rev 40763
8165109: langtools/test switches to use new CLI options Reviewed-by: jjg, amlu
Tue, 30 Aug 2016 17:47:46 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:47:46 -0700] rev 40762
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Mon, 29 Aug 2016 13:44:43 -0700 8164837: fix jdeprscan TestLoad and TestScan failures on Windows
smarks [Mon, 29 Aug 2016 13:44:43 -0700] rev 40761
8164837: fix jdeprscan TestLoad and TestScan failures on Windows Reviewed-by: darcy
Thu, 01 Sep 2016 23:20:13 +0000 Added tag jdk-9+134 for changeset eb2c81860c86
lana [Thu, 01 Sep 2016 23:20:13 +0000] rev 40760
Added tag jdk-9+134 for changeset eb2c81860c86
Wed, 05 Jul 2017 22:10:41 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:41 +0200] rev 40759
Merge
Thu, 01 Sep 2016 23:20:11 +0000 Added tag jdk-9+134 for changeset 219458339252
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40758
Added tag jdk-9+134 for changeset 219458339252
Wed, 05 Jul 2017 22:10:32 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:32 +0200] rev 40757
Merge
Fri, 02 Sep 2016 02:41:56 +0000 Merge
lana [Fri, 02 Sep 2016 02:41:56 +0000] rev 40756
Merge
Thu, 01 Sep 2016 17:03:41 -0700 8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present
joehw [Thu, 01 Sep 2016 17:03:41 -0700] rev 40755
8161454: Fails to Load external Java method from inside of a XSL stylesheet if SecurityManager is present Reviewed-by: aefimov, lancea, dfuchs
Thu, 01 Sep 2016 17:12:12 +0300 8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message
aefimov [Thu, 01 Sep 2016 17:12:12 +0300] rev 40754
8150145: javax/xml/jaxp/unittest/common/TransformationWarningsTest.java and ValidationWarningsTest.java failed intermittently without any error message Reviewed-by: joehw, clanger
Wed, 31 Aug 2016 14:33:23 -0700 8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected
joehw [Wed, 31 Aug 2016 14:33:23 -0700] rev 40753
8162431: CatalogUriResolver with circular/self referencing catalog file is not throwing CatalogException as expected Reviewed-by: lancea
Tue, 30 Aug 2016 17:49:43 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:49:43 -0700] rev 40752
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Thu, 01 Sep 2016 23:20:11 +0000 Added tag jdk-9+134 for changeset 1dddef49982c
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40751
Added tag jdk-9+134 for changeset 1dddef49982c
Wed, 05 Jul 2017 22:10:22 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:22 +0200] rev 40750
Merge
Thu, 01 Sep 2016 23:20:13 +0000 Added tag jdk-9+134 for changeset d48c4f63e546
lana [Thu, 01 Sep 2016 23:20:13 +0000] rev 40749
Added tag jdk-9+134 for changeset d48c4f63e546
Wed, 05 Jul 2017 22:10:13 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:13 +0200] rev 40748
Merge
Thu, 01 Sep 2016 23:20:10 +0000 Added tag jdk-9+134 for changeset 6929cdb3e1c5
lana [Thu, 01 Sep 2016 23:20:10 +0000] rev 40747
Added tag jdk-9+134 for changeset 6929cdb3e1c5
Wed, 05 Jul 2017 22:10:05 +0200 Merge
duke [Wed, 05 Jul 2017 22:10:05 +0200] rev 40746
Merge
Tue, 06 Sep 2016 13:09:29 -0400 8161360: Deprecated vfork() should not be used on Solaris
alanbur [Tue, 06 Sep 2016 13:09:29 -0400] rev 40745
8161360: Deprecated vfork() should not be used on Solaris Reviewed-by: rriggs, dsamersoff
Tue, 06 Sep 2016 18:16:56 +0530 8163952: jlink exclude VM plugin does not support static libraries
sundar [Tue, 06 Sep 2016 18:16:56 +0530] rev 40744
8163952: jlink exclude VM plugin does not support static libraries Reviewed-by: jlaskey
Tue, 06 Sep 2016 14:11:12 +0530 8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules
vtewari [Tue, 06 Sep 2016 14:11:12 +0530] rev 40743
8131061: Use of -Dcom.sun.management.snmp needs to be examined for modules Reviewed-by: mchung, dfuchs
Tue, 06 Sep 2016 13:57:03 +0530 8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null.
vtewari [Tue, 06 Sep 2016 13:57:03 +0530] rev 40742
8164730: Make it clear that 'cl' parameter passed to RMIConnector.OISWL is never null. Summary: Added checks inside constructor of ObjectInputStreamWithLoader inner class. Test case added. Reviewed-by: dfuchs, alanb Contributed-by: amit.sapre@oracle.com
Mon, 05 Sep 2016 10:05:12 +0200 8163181: Further improvements for Unix NetworkInterface native implementation
clanger [Mon, 05 Sep 2016 10:05:12 +0200] rev 40741
8163181: Further improvements for Unix NetworkInterface native implementation Reviewed-by: chegar, msheppar
Sat, 03 Sep 2016 13:43:01 +0300 8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output
igerasim [Sat, 03 Sep 2016 13:43:01 +0300] rev 40740
8165243: Base64.Encoder.wrap(os).write(byte[],int,int) with incorrect arguments should not produce output Reviewed-by: rriggs, alanb, sherman
Fri, 02 Sep 2016 12:38:27 -0700 8165000: Selector.select(timeout) throws IOException when timeout is a large long
bpb [Fri, 02 Sep 2016 12:38:27 -0700] rev 40739
8165000: Selector.select(timeout) throws IOException when timeout is a large long Summary: Clamp the timeout passed to kevent0 to the largest value that does not provoke the error. Reviewed-by: clanger, alanb
Fri, 02 Sep 2016 12:30:46 -0400 8155102: (Process) Process.toString could include pid, isAlive, exitStatus
rriggs [Fri, 02 Sep 2016 12:30:46 -0400] rev 40738
8155102: (Process) Process.toString could include pid, isAlive, exitStatus Reviewed-by: rriggs Contributed-by: andrey.dyachkov@gmail.com
Thu, 01 Sep 2016 10:35:38 +0530 8161016: Strange behavior of URLConnection with proxy
rpatil [Thu, 01 Sep 2016 10:35:38 +0530] rev 40737
8161016: Strange behavior of URLConnection with proxy Reviewed-by: shade, chegar
Fri, 02 Sep 2016 14:46:27 +0530 8157992: Improve jlink help message on optimization-related options
sundar [Fri, 02 Sep 2016 14:46:27 +0530] rev 40736
8157992: Improve jlink help message on optimization-related options Reviewed-by: redestad, alanb
Fri, 02 Sep 2016 02:41:37 +0000 Merge
lana [Fri, 02 Sep 2016 02:41:37 +0000] rev 40735
Merge
Thu, 01 Sep 2016 13:56:13 -0700 8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet
psandoz [Thu, 01 Sep 2016 13:56:13 -0700] rev 40734
8162108: Rename weakCompareAndSetVolatile to weakCompareAndSet Reviewed-by: martin
Thu, 01 Sep 2016 10:17:01 -0700 8162106: Remove VarHandle.addAndGet
psandoz [Thu, 01 Sep 2016 10:17:01 -0700] rev 40733
8162106: Remove VarHandle.addAndGet Reviewed-by: shade, redestad
Thu, 01 Sep 2016 10:16:57 -0700 8161444: VarHandles should provide access bitwise atomics
psandoz [Thu, 01 Sep 2016 10:16:57 -0700] rev 40732
8161444: VarHandles should provide access bitwise atomics 8162107: Add acquire/release variants for getAndSet and getAndAdd Reviewed-by: shade, redestad
Thu, 01 Sep 2016 08:39:27 -0700 Merge
prr [Thu, 01 Sep 2016 08:39:27 -0700] rev 40731
Merge
Tue, 30 Aug 2016 08:45:21 -0700 Merge
prr [Tue, 30 Aug 2016 08:45:21 -0700] rev 40730
Merge
Tue, 30 Aug 2016 11:07:58 +0530 6357887: selected printertray is ignored under linux
psadhukhan [Tue, 30 Aug 2016 11:07:58 +0530] rev 40729
6357887: selected printertray is ignored under linux Reviewed-by: prr, vadim
Mon, 29 Aug 2016 08:53:32 -0700 Merge
prr [Mon, 29 Aug 2016 08:53:32 -0700] rev 40728
Merge
Wed, 20 Jul 2016 15:07:48 +0200 8161923: Fix free in awt_PrintControl.
goetz [Wed, 20 Jul 2016 15:07:48 +0200] rev 40727
8161923: Fix free in awt_PrintControl. Reviewed-by: vadim
Thu, 25 Aug 2016 16:01:44 +0530 8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob()
psadhukhan [Thu, 25 Aug 2016 16:01:44 +0530] rev 40726
8154218: Non-usage of owner Frame when Frame object is passed to getPrintJob() Reviewed-by: prr, jdv
Thu, 25 Aug 2016 14:12:13 +0530 8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees
aghaisas [Thu, 25 Aug 2016 14:12:13 +0530] rev 40725
8158356: SIGSEGV when attempting to rotate BufferedImage using AffineTransform by NaN degrees Reviewed-by: flar, prr
Thu, 25 Aug 2016 13:46:17 +0530 8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java
aniyogi [Thu, 25 Aug 2016 13:46:17 +0530] rev 40724
8163161: [PIT][TEST_BUG] increase timeout in javax/swing/plaf/nimbus/8057791/bug8057791.java Reviewed-by: alexsch, rchamyal
Wed, 24 Aug 2016 13:36:46 -0700 8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts
prr [Wed, 24 Aug 2016 13:36:46 -0700] rev 40723
8139176: [macosx] java.awt.TextLayout does not handle correctly the bolded logical fonts Reviewed-by: serb, vadim
Wed, 24 Aug 2016 12:56:51 -0700 8164752: Extraneous debugging printf in hb-jdk-font.cc
prr [Wed, 24 Aug 2016 12:56:51 -0700] rev 40722
8164752: Extraneous debugging printf in hb-jdk-font.cc Reviewed-by: bpb
Wed, 24 Aug 2016 10:59:17 -0700 8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node
bpb [Wed, 24 Aug 2016 10:59:17 -0700] rev 40721
8149562: TIFFField#createFromMetadataNode javadoc should provide information about sibling/child nodes that should be part of parameter node Summary: Add a throws clause to the TIFFField.createFromMetadataNode method specification stating that the supplied Node parameter must adhere to the TIFFField element structure defined by the TIFF native image metadata DTD. Reviewed-by: prr, darcy, serb
Wed, 24 Aug 2016 09:45:20 +0900 8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class
peytoia [Wed, 24 Aug 2016 09:45:20 +0900] rev 40720
8164628: update copyright header in java.awt.font.JavaAWTFontAccessImpl class Reviewed-by: prr, iris
Wed, 24 Aug 2016 00:23:49 +0400 8129854: Remove reflection from AWT/Swing classes
alexsch [Wed, 24 Aug 2016 00:23:49 +0400] rev 40719
8129854: Remove reflection from AWT/Swing classes Reviewed-by: serb
Tue, 23 Aug 2016 20:45:35 +0300 8160217: JavaSound should clean up resources better
serb [Tue, 23 Aug 2016 20:45:35 +0300] rev 40718
8160217: JavaSound should clean up resources better Reviewed-by: prr
Tue, 23 Aug 2016 18:15:27 +0300 8162840: Desktop. enableSuddenTermination() has no effect
azvegint [Tue, 23 Aug 2016 18:15:27 +0300] rev 40717
8162840: Desktop. enableSuddenTermination() has no effect Reviewed-by: serb
Tue, 23 Aug 2016 14:47:53 +0530 8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage
pnarayanan [Tue, 23 Aug 2016 14:47:53 +0530] rev 40716
8158524: Adding a test case to compare the rendered output of VolatileImage with that of BufferedImage Reviewed-by: serb, psadhukhan
Tue, 23 Aug 2016 15:35:44 +0900 8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class
rgoel [Tue, 23 Aug 2016 15:35:44 +0900] rev 40715
8163362: Reconsider reflection usage in java.awt.font.JavaAWTFontAccessImpl class Reviewed-by: naoto, okutsu, prr
Tue, 23 Aug 2016 10:27:47 +0530 8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux
psadhukhan [Tue, 23 Aug 2016 10:27:47 +0530] rev 40714
8163922: Print-to-file is disabled for SERVICE_FORMATTED docflavor in linux Reviewed-by: prr, jdv
Mon, 22 Aug 2016 10:02:10 -0700 Merge
ddehaven [Mon, 22 Aug 2016 10:02:10 -0700] rev 40713
Merge
Mon, 22 Aug 2016 10:35:16 -0700 8145901: Printed content is overlapping.
prr [Mon, 22 Aug 2016 10:35:16 -0700] rev 40712
8145901: Printed content is overlapping. Reviewed-by: serb, psadhukhan
Mon, 22 Aug 2016 18:23:46 +0530 8156099: [macosx] Drag and drop of link from web browser, DataFlavor types application/x-java-url and text/uri-list, getTransferData returns null
mhalder [Mon, 22 Aug 2016 18:23:46 +0530] rev 40711
8156099: [macosx] Drag and drop of link from web browser, DataFlavor types application/x-java-url and text/uri-list, getTransferData returns null Reviewed-by: mcherkas, serb Contributed-by: manajit.halder@oracle.com
Mon, 22 Aug 2016 14:41:36 +0530 8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java
rchamyal [Mon, 22 Aug 2016 14:41:36 +0530] rev 40710
8163160: [PIT][TEST_BUG] Some issues in java/awt/image/multiresolution/MultiResolutionIcon/IconTest.java Reviewed-by: serb, yan Contributed-by: rajeev.chamyal@oracle.com
Mon, 22 Aug 2016 01:35:40 +0300 8164104: Cleanup of javaclient related mapfiles
serb [Mon, 22 Aug 2016 01:35:40 +0300] rev 40709
8164104: Cleanup of javaclient related mapfiles Reviewed-by: prr
Sat, 20 Aug 2016 18:35:37 +0300 8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame
serb [Sat, 20 Aug 2016 18:35:37 +0300] rev 40708
8148109: [SWT] Provide a supported mechanism to use EmbeddedFrame Reviewed-by: alanb, prr
Fri, 19 Aug 2016 16:48:53 +0400 8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it
alexsch [Fri, 19 Aug 2016 16:48:53 +0400] rev 40707
8151303: [macosx] [hidpi] JButton's low-res. icon is visible when clicking on it 8156182: [macosx] HiDPI/Retina icons do not work for disabled JButton/JMenuItem etc. Reviewed-by: flar, prr
Fri, 19 Aug 2016 12:22:23 +0530 8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null
jdv [Fri, 19 Aug 2016 12:22:23 +0530] rev 40706
8163258: Getting NullPointerException from ImageIO.getReaderWriterInfo due to failure to check for null Reviewed-by: prr, psadhukhan
Thu, 18 Aug 2016 10:46:48 +0530 8164205: [PIT][TEST_BUG] test javax/print/attribute/ServiceDlgPageRangeTest.java doesn't compile
psadhukhan [Thu, 18 Aug 2016 10:46:48 +0530] rev 40705
8164205: [PIT][TEST_BUG] test javax/print/attribute/ServiceDlgPageRangeTest.java doesn't compile Reviewed-by: prr
Wed, 17 Aug 2016 14:48:13 +0530 8161913: [PIT] java/awt/Window/8159168/SetShapeTest.java mostly fails
rchamyal [Wed, 17 Aug 2016 14:48:13 +0530] rev 40704
8161913: [PIT] java/awt/Window/8159168/SetShapeTest.java mostly fails Reviewed-by: alexsch, aniyogi Contributed-by: rajeev.chamyal@oracle.com
Wed, 17 Aug 2016 14:42:14 +0530 8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work
aniyogi [Wed, 17 Aug 2016 14:42:14 +0530] rev 40703
8163169: [PIT][TEST_BUG] fix to JDK-8161470 doesn't work Reviewed-by: alexsch, rchamyal
Tue, 16 Aug 2016 23:07:35 +0300 8159898: Negative array size in java/beans/Introspector/Test8027905.java
serb [Tue, 16 Aug 2016 23:07:35 +0300] rev 40702
8159898: Negative array size in java/beans/Introspector/Test8027905.java Reviewed-by: alexsch, yan
Tue, 16 Aug 2016 22:10:12 +0300 8155691: Update GIFlib library to the latest up-to-date
azvegint [Tue, 16 Aug 2016 22:10:12 +0300] rev 40701
8155691: Update GIFlib library to the latest up-to-date Reviewed-by: serb
Thu, 01 Sep 2016 11:01:47 +0100 8164846: CertificateException missing cause of underlying exception
coffeys [Thu, 01 Sep 2016 11:01:47 +0100] rev 40700
8164846: CertificateException missing cause of underlying exception Reviewed-by: xuelei
Thu, 01 Sep 2016 15:02:32 +0530 8164609: javax/management/remote/mandatory/notif/DeadListenerTest.java fails with Assertion Error
vtewari [Thu, 01 Sep 2016 15:02:32 +0530] rev 40699
8164609: javax/management/remote/mandatory/notif/DeadListenerTest.java fails with Assertion Error Summary: Increased test timeout to ensure test case gets all notifications. Reviewed-by: dholmes Contributed-by: amit.sapre@oracle.com
Thu, 01 Sep 2016 10:30:13 +0200 8131023: JShell: System.in does not work
jlahoda [Thu, 01 Sep 2016 10:30:13 +0200] rev 40698
8131023: JShell: System.in does not work Summary: Read prompt lentgh directly from the terminal Reviewed-by: rfield
Wed, 31 Aug 2016 16:16:01 -0700 8164229: Redundant "sun/net/www/protocol/https" tests in jdk_security3 group
rhalade [Wed, 31 Aug 2016 16:16:01 -0700] rev 40697
8164229: Redundant "sun/net/www/protocol/https" tests in jdk_security3 group Reviewed-by: chegar
Wed, 31 Aug 2016 15:20:31 -0700 8165180: Provide a shared secret to access non-public ServerSocket constructor
mchung [Wed, 31 Aug 2016 15:20:31 -0700] rev 40696
8165180: Provide a shared secret to access non-public ServerSocket constructor Reviewed-by: chegar
Wed, 31 Aug 2016 11:53:58 -0700 8081388: JNI exception pending in jdk/src/windows/bin/java_md.c
henryjen [Wed, 31 Aug 2016 11:53:58 -0700] rev 40695
8081388: JNI exception pending in jdk/src/windows/bin/java_md.c Reviewed-by: ksrini
Wed, 31 Aug 2016 13:50:02 -0700 Merge
amurillo [Wed, 31 Aug 2016 13:50:02 -0700] rev 40694
Merge
Wed, 31 Aug 2016 09:22:54 -0700 Merge
amurillo [Wed, 31 Aug 2016 09:22:54 -0700] rev 40693
Merge
Fri, 26 Aug 2016 10:02:50 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:02:50 -0700] rev 40692
Merge
Wed, 24 Aug 2016 20:51:37 +0200 8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend.
rehn [Wed, 24 Aug 2016 20:51:37 +0200] rev 40691
8158628: test/java/lang/instrument/NativeMethodPrefixAgent.java: Error occurred during initialization of VM: Failed to start tracing backend. Reviewed-by: sla, gtriantafill
Wed, 24 Aug 2016 20:38:22 +0200 8164208: Update tests with redefine classes UL options and tags​
rehn [Wed, 24 Aug 2016 20:38:22 +0200] rev 40690
8164208: Update tests with redefine classes UL options and tags​ Reviewed-by: coleenp, gtriantafill
Mon, 22 Aug 2016 21:37:37 +0300 8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly
dsamersoff [Mon, 22 Aug 2016 21:37:37 +0300] rev 40689
8162530: src/jdk.management/share/native/libmanagement_ext/GcInfoBuilder.c doesn't handle JNI exceptions properly Summary: Exceptions are checked after calling NewStringUTF Reviewed-by: dholmes, sla Contributed-by: amit.sapre@oracle.com
Sat, 20 Aug 2016 09:36:35 -0400 8164520: java/lang/ProcessHandle/Basic.java is missing @library tag
ctornqvi [Sat, 20 Aug 2016 09:36:35 -0400] rev 40688
8164520: java/lang/ProcessHandle/Basic.java is missing @library tag Reviewed-by: coleenp
Fri, 19 Aug 2016 12:17:32 -0700 Merge
amurillo [Fri, 19 Aug 2016 12:17:32 -0700] rev 40687
Merge
Fri, 19 Aug 2016 10:09:53 -0400 8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
ctornqvi [Fri, 19 Aug 2016 10:09:53 -0400] rev 40686
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
Thu, 18 Aug 2016 13:19:38 +0300 8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
dsamersoff [Thu, 18 Aug 2016 13:19:38 +0300] rev 40685
8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file Summary: Add more diagnostic to attach code Reviewed-by: dholmes, alanb
Wed, 31 Aug 2016 09:46:50 -0700 8164982: Fix legal notices in java/lang, java/net, java/util tests.
shurailine [Wed, 31 Aug 2016 09:46:50 -0700] rev 40684
8164982: Fix legal notices in java/lang, java/net, java/util tests. Reviewed-by: darcy, iris
Wed, 31 Aug 2016 08:44:12 -0700 8164922: sun/security/provider/SecureRandom/AutoReseed.java failed with timeout in Ubuntu Linux.
ssahoo [Wed, 31 Aug 2016 08:44:12 -0700] rev 40683
8164922: sun/security/provider/SecureRandom/AutoReseed.java failed with timeout in Ubuntu Linux. Summary: The test timeout waiting to get seed in an exhausted Linux platform. Reviewed-by: weijun
Wed, 31 Aug 2016 08:34:59 -0700 8015595: Test sun/security/krb5/auto/Unreachable.java fails with Timeout error
ssahoo [Wed, 31 Aug 2016 08:34:59 -0700] rev 40682
8015595: Test sun/security/krb5/auto/Unreachable.java fails with Timeout error Summary: Unreachable.java was getting timeout due to PortUnreachableException was not thrown Reviewed-by: weijun
Wed, 31 Aug 2016 14:20:02 +0200 8164858: Enable build-time use of java.lang.invoke resolve tracing
redestad [Wed, 31 Aug 2016 14:20:02 +0200] rev 40681
8164858: Enable build-time use of java.lang.invoke resolve tracing Reviewed-by: erikj, vlivanov
Tue, 30 Aug 2016 17:48:07 -0700 8160851: Remove old launcher module-related options
mchung [Tue, 30 Aug 2016 17:48:07 -0700] rev 40680
8160851: Remove old launcher module-related options Reviewed-by: jjg, alanb
Tue, 30 Aug 2016 14:30:32 -0700 8164859: Fix module dependences in java/text tests
shurailine [Tue, 30 Aug 2016 14:30:32 -0700] rev 40679
8164859: Fix module dependences in java/text tests Reviewed-by: naoto
Tue, 30 Aug 2016 15:31:46 +0300 6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException
igerasim [Tue, 30 Aug 2016 15:31:46 +0300] rev 40678
6474807: (smartcardio) CardTerminal.connect() throws CardException instead of CardNotPresentException Reviewed-by: valeriep
Tue, 30 Aug 2016 14:16:16 +0900 8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones
okutsu [Tue, 30 Aug 2016 14:16:16 +0900] rev 40677
8157792: After Integrating tzdata2016d the test/sun/util/calendar/zi/TestZoneInfo310.java fails for "Asia/Oral" and "Asia/Qyzylorda" Timezones Reviewed-by: peytoia
Tue, 30 Aug 2016 09:36:23 +0800 8164545: Mark java/net/URLPermission/nstest/lookup.sh as intermittently failing
amlu [Tue, 30 Aug 2016 09:36:23 +0800] rev 40676
8164545: Mark java/net/URLPermission/nstest/lookup.sh as intermittently failing Reviewed-by: dfuchs
Tue, 30 Aug 2016 09:31:28 +0800 8163934: Remove intermittent key from java/lang/ProcessBuilder/Zombies.java
amlu [Tue, 30 Aug 2016 09:31:28 +0800] rev 40675
8163934: Remove intermittent key from java/lang/ProcessBuilder/Zombies.java Reviewed-by: darcy
Thu, 01 Sep 2016 23:20:11 +0000 Added tag jdk-9+134 for changeset 9217de724b92
lana [Thu, 01 Sep 2016 23:20:11 +0000] rev 40674
Added tag jdk-9+134 for changeset 9217de724b92
Wed, 05 Jul 2017 22:09:41 +0200 Merge
duke [Wed, 05 Jul 2017 22:09:41 +0200] rev 40673
Merge
Fri, 02 Sep 2016 02:41:12 +0000 Merge
lana [Fri, 02 Sep 2016 02:41:12 +0000] rev 40672
Merge
Wed, 31 Aug 2016 09:22:53 -0700 Merge
amurillo [Wed, 31 Aug 2016 09:22:53 -0700] rev 40671
Merge
Fri, 26 Aug 2016 10:02:47 -0700 Merge
amurillo [Fri, 26 Aug 2016 10:02:47 -0700] rev 40670
Merge
Wed, 24 Aug 2016 19:54:03 -0400 8157904: Atomic::cmpxchg for jbyte is missing a fence on initial failure
dholmes [Wed, 24 Aug 2016 19:54:03 -0400] rev 40669
8157904: Atomic::cmpxchg for jbyte is missing a fence on initial failure Reviewed-by: simonis, aph, kbarrett
Wed, 24 Aug 2016 20:38:21 +0200 8164208: Update tests with redefine classes UL options and tags​
rehn [Wed, 24 Aug 2016 20:38:21 +0200] rev 40668
8164208: Update tests with redefine classes UL options and tags​ Reviewed-by: coleenp, gtriantafill
Tue, 23 Aug 2016 21:49:33 -0400 8163146: Remove os::check_heap on Windows
ctornqvi [Tue, 23 Aug 2016 21:49:33 -0400] rev 40667
8163146: Remove os::check_heap on Windows Reviewed-by: gtriantafill, coleenp, stuefe
Tue, 23 Aug 2016 22:51:24 +0200 Merge
egahlin [Tue, 23 Aug 2016 22:51:24 +0200] rev 40666
Merge
Tue, 23 Aug 2016 20:38:19 +0200 Merge
egahlin [Tue, 23 Aug 2016 20:38:19 +0200] rev 40665
Merge
Tue, 23 Aug 2016 19:21:48 +0200 8164523: Clean up metadata for event based tracing
egahlin [Tue, 23 Aug 2016 19:21:48 +0200] rev 40664
8164523: Clean up metadata for event based tracing Reviewed-by: mlarsson, mgronlun
Tue, 23 Aug 2016 19:20:13 +0000 Merge
coleenp [Tue, 23 Aug 2016 19:20:13 +0000] rev 40663
Merge
Tue, 23 Aug 2016 13:44:59 -0400 8038797: JVMTI FollowReferences does not report roots reachable from nmethods
coleenp [Tue, 23 Aug 2016 13:44:59 -0400] rev 40662
8038797: JVMTI FollowReferences does not report roots reachable from nmethods Summary: Also follow nmethods found on the execution stack. Reviewed-by: dlong, mgerdin
Tue, 23 Aug 2016 17:27:56 +0000 Merge
ctornqvi [Tue, 23 Aug 2016 17:27:56 +0000] rev 40661
Merge
Tue, 23 Aug 2016 13:20:51 -0400 8155964: Create a set of tests for verifying the Minimal VM
ctornqvi [Tue, 23 Aug 2016 13:20:51 -0400] rev 40660
8155964: Create a set of tests for verifying the Minimal VM Reviewed-by: gtriantafill, dholmes, lmesnik, cjplummer
Mon, 22 Aug 2016 15:54:22 +0000 Merge
rprotacio [Mon, 22 Aug 2016 15:54:22 +0000] rev 40659
Merge
Mon, 22 Aug 2016 11:06:18 -0400 8163973: VM Anonymous classes should not call Class File Load Hooks
rprotacio [Mon, 22 Aug 2016 11:06:18 -0400] rev 40658
8163973: VM Anonymous classes should not call Class File Load Hooks Summary: Ensures CFLH's are not called for VM anonymous classes Reviewed-by: lfoltan, dholmes, coleenp, vlivanov, acorn
Mon, 22 Aug 2016 16:48:04 +0200 8163413: gc/metaspace/TestMetaspacePerfCounters failure
sjohanss [Mon, 22 Aug 2016 16:48:04 +0200] rev 40657
8163413: gc/metaspace/TestMetaspacePerfCounters failure Reviewed-by: ehelin, dfazunen
Thu, 14 Jul 2016 09:52:03 +0200 8061219: Implement unit-tests for UL
mlarsson [Thu, 14 Jul 2016 09:52:03 +0200] rev 40656
8061219: Implement unit-tests for UL Reviewed-by: coleenp, mockner, rprotacio
Sun, 21 Aug 2016 20:56:37 -0400 8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp
dholmes [Sun, 21 Aug 2016 20:56:37 -0400] rev 40655
8157907: Incorrect inclusion of atomic.hpp instead of atomic.inline.hpp Summary: Remove atomic.inline.hpp and move the contents back into atomic.hpp Reviewed-by: stefank, pliden, simonis
Sun, 21 Aug 2016 06:18:09 +0200 Merge
iveresov [Sun, 21 Aug 2016 06:18:09 +0200] rev 40654
Merge
(0) -30000 -10000 -3000 -1000 -120 +120 +1000 +3000 +10000 tip