2014-08-04 Merge
lana [Mon, 04 Aug 2014 15:33:22 -0700] rev 25849
Merge
2014-08-01 8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks.
jlahoda [Fri, 01 Aug 2014 11:09:40 -0700] rev 25848
8043643: Add an crules analyzer avoiding string concatenation in messages of Assert checks. Summary: Generalizing the crules infrastructure, adding a new analyzer to check String concatenation in Assert calls. Reviewed-by: jjg, vromero
2014-07-30 8047072: javap OOM on fuzzed classfile
kizune [Wed, 30 Jul 2014 20:31:39 +0400] rev 25847
8047072: javap OOM on fuzzed classfile Reviewed-by: jjg
2014-07-29 8051958: Cannot assign a value to final variable in lambda
mcimadamore [Tue, 29 Jul 2014 15:31:57 -0700] rev 25846
8051958: Cannot assign a value to final variable in lambda Summary: Remove Attr.owner and refactor code for detecting forward field references Reviewed-by: vromero
2014-07-24 8050979: Provide javadoc for "framework" classes in langtools tests
anazarov [Thu, 24 Jul 2014 15:12:48 -0700] rev 25845
8050979: Provide javadoc for "framework" classes in langtools tests Reviewed-by: jjg
2014-07-24 8048890: Add option to keep track of symbol completion dependencies
mcimadamore [Thu, 24 Jul 2014 13:11:03 +0100] rev 25844
8048890: Add option to keep track of symbol completion dependencies Summary: Generate dot file with representation of javac on-demand symbol completion dependencies Reviewed-by: jjg, jlahoda
2014-08-01 Added tag jdk9-b25 for changeset 85d68faca425
tbell [Fri, 01 Aug 2014 14:09:22 -0700] rev 25843
Added tag jdk9-b25 for changeset 85d68faca425
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:53:39 +0200] rev 25842
Merge
2014-08-04 Merge
lana [Mon, 04 Aug 2014 15:33:54 -0700] rev 25841
Merge
2014-06-19 8047724: @since tag cleanup in jaxws
henryjen [Thu, 19 Jun 2014 15:35:23 -0700] rev 25840
8047724: @since tag cleanup in jaxws Reviewed-by: alanb, mkos
2014-08-01 Added tag jdk9-b25 for changeset 3dad8878772d
tbell [Fri, 01 Aug 2014 14:09:18 -0700] rev 25839
Added tag jdk9-b25 for changeset 3dad8878772d
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:53:32 +0200] rev 25838
Merge
2014-08-04 Merge
lana [Mon, 04 Aug 2014 15:33:48 -0700] rev 25837
Merge
2014-07-31 8032908: getTextContent doesn't return string in JAXP
aefimov [Thu, 31 Jul 2014 11:34:34 +0400] rev 25836
8032908: getTextContent doesn't return string in JAXP Reviewed-by: joehw
2014-07-30 8053965: Xerces update breaks profile build
joehw [Wed, 30 Jul 2014 10:09:11 -0700] rev 25835
8053965: Xerces update breaks profile build Reviewed-by: lancea, alanb
2014-07-30 8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer.
joehw [Tue, 29 Jul 2014 20:52:36 -0700] rev 25834
8035467: Xerces Update: Move to Xalan based DOM L3 serializer. Deprecate Xerces' native serializer. Reviewed-by: lancea
2014-07-02 8049109: Add @since 1.9 to new packages added in jaxp
henryjen [Wed, 02 Jul 2014 14:38:36 -0700] rev 25833
8049109: Add @since 1.9 to new packages added in jaxp Reviewed-by: darcy, joehw
2014-08-01 Added tag jdk9-b25 for changeset d553e7400295
tbell [Fri, 01 Aug 2014 14:09:14 -0700] rev 25832
Added tag jdk9-b25 for changeset d553e7400295
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:53:25 +0200] rev 25831
Merge
2014-08-06 8054411: Add nashorn.args.prepend system property
attila [Wed, 06 Aug 2014 11:54:50 +0200] rev 25830
8054411: Add nashorn.args.prepend system property Reviewed-by: hannesw, jlaskey
2014-08-06 8051439: Wrong type calculated for ADD operator with undefined operand
attila [Wed, 06 Aug 2014 11:02:14 +0200] rev 25829
8051439: Wrong type calculated for ADD operator with undefined operand Reviewed-by: jlaskey, sundar
2014-08-06 8044786: Some tests fail with non-optimistic compilation
attila [Wed, 06 Aug 2014 10:42:46 +0200] rev 25828
8044786: Some tests fail with non-optimistic compilation Reviewed-by: hannesw, jlaskey
2014-08-04 Merge
lana [Mon, 04 Aug 2014 15:34:57 -0700] rev 25827
Merge
2014-08-04 8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval()
sundar [Mon, 04 Aug 2014 21:37:45 +0530] rev 25826
8054223: Nashorn: AssertionError when use __DIR__ and ScriptEngine.eval() Reviewed-by: lagergren, hannesw
2014-07-31 8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac
sundar [Thu, 31 Jul 2014 18:14:46 +0530] rev 25825
8053908: jdeps is not PATH on Mac, results in ant clean test failure on Mac Reviewed-by: hannesw, jlaskey
2014-07-30 8051839: GuardedInvocation needs to clone an argument
attila [Wed, 30 Jul 2014 10:06:42 -0700] rev 25824
8051839: GuardedInvocation needs to clone an argument Reviewed-by: hannesw, sundar
2014-07-30 8049318: Test hideLocationProperties.js fails on Window due to backslash in path
yan [Wed, 30 Jul 2014 16:49:02 +0400] rev 25823
8049318: Test hideLocationProperties.js fails on Window due to backslash in path Reviewed-by: lagergren, sundar Contributed-by: Sergey Lugovoy <sergey.lugovoy@oracle.com>
2014-07-29 8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker
lagergren [Tue, 29 Jul 2014 14:35:24 -0700] rev 25822
8053913: Auto format caused warning in CompositeTypeBasedGuardingDynamicLinker Reviewed-by: attila, jlaskey
2014-07-29 8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes
lagergren [Tue, 29 Jul 2014 14:21:45 -0700] rev 25821
8048869: Reduce compile time by about 5% by removing the Class.casts from the AST nodes Summary: Removed the native casts that slow down the compiler unnecessarily. I also modified the compile-octane harness so that it can run with --verbose and --iterations flags so that you can run the compiler for an arbitrary time, gathering a mission control executing profile. Reviewed-by: attila, jlaskey
2014-08-01 Added tag jdk9-b25 for changeset 064db4f56d0d
tbell [Fri, 01 Aug 2014 14:09:25 -0700] rev 25820
Added tag jdk9-b25 for changeset 064db4f56d0d
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:53:19 +0200] rev 25819
Merge
2014-08-01 Added tag jdk9-b25 for changeset 607831311622
tbell [Fri, 01 Aug 2014 14:09:06 -0700] rev 25818
Added tag jdk9-b25 for changeset 607831311622
2017-07-05 Merge
duke [Wed, 05 Jul 2017 19:53:14 +0200] rev 25817
Merge
2014-08-06 8042469: Launcher changes for native memory tracking scalability enhancement
ksrini [Tue, 05 Aug 2014 19:29:00 -0700] rev 25816
8042469: Launcher changes for native memory tracking scalability enhancement Reviewed-by: darcy, ksrini, zgu Contributed-by: neil.toda@oracle.com
2014-08-05 8051382: Optimize java.lang.reflect.Modifier.toString()
igerasim [Wed, 06 Aug 2014 02:11:17 +0400] rev 25815
8051382: Optimize java.lang.reflect.Modifier.toString() Reviewed-by: martin
2014-08-05 Merge
mullan [Tue, 05 Aug 2014 10:01:38 -0400] rev 25814
Merge
2014-08-05 7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode
mullan [Tue, 05 Aug 2014 10:00:27 -0400] rev 25813
7147060: com/sun/org/apache/xml/internal/security/transforms/ClassLoaderTest.java doesn't run in agentvm mode Reviewed-by: xuelei
2014-08-05 8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp
vinnie [Tue, 05 Aug 2014 14:29:47 +0100] rev 25812
8036612: [parfait] JNI exception pending in jdk/src/windows/native/sun/security/mscapi/security.cpp Reviewed-by: valeriep
2014-08-05 8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently
vinnie [Tue, 05 Aug 2014 13:59:15 +0100] rev 25811
8051972: sun/security/pkcs11/ec/ReadCertificates.java fails intermittently Reviewed-by: mullan
2014-08-04 Merge
lana [Mon, 04 Aug 2014 15:34:12 -0700] rev 25810
Merge
2014-08-03 8054095: No space allowed in platforms string in ProblemList.txt
weijun [Sun, 03 Aug 2014 20:09:08 +0800] rev 25809
8054095: No space allowed in platforms string in ProblemList.txt Reviewed-by: weijun Contributed-by: Amy Lu <amy.lu@oracle.com>
2014-08-01 8054158: Fix typos in JNDI-related packages
prappo [Fri, 01 Aug 2014 22:32:51 +0100] rev 25808
8054158: Fix typos in JNDI-related packages Reviewed-by: rriggs, vinnie
2014-08-01 8042982: Unexpected RuntimeExceptions being thrown by SSLEngine
robm [Fri, 01 Aug 2014 19:44:52 +0100] rev 25807
8042982: Unexpected RuntimeExceptions being thrown by SSLEngine Reviewed-by: wetmore, xuelei
2014-08-01 8053931: (fc) FileDispatcherImpl.lock0 does not handle ERROR_IO_PENDING [win]
alanb [Fri, 01 Aug 2014 15:50:01 +0100] rev 25806
8053931: (fc) FileDispatcherImpl.lock0 does not handle ERROR_IO_PENDING [win] Reviewed-by: alanb Contributed-by: martin.doerr@sap.com
2014-08-01 8031435: Ftp download does not work properly for ftp user without password
robm [Fri, 01 Aug 2014 15:36:23 +0100] rev 25805
8031435: Ftp download does not work properly for ftp user without password Reviewed-by: chegar
2014-08-01 8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long
robm [Fri, 01 Aug 2014 15:34:55 +0100] rev 25804
8030166: java/lang/ProcessBuilder/Basic.java fails intermittently: waitFor took too long Reviewed-by: rriggs
2014-08-01 8051991: Flatten VersionHelper hierarchies
prappo [Fri, 01 Aug 2014 14:57:15 +0100] rev 25803
8051991: Flatten VersionHelper hierarchies Reviewed-by: vinnie
2014-08-01 8044671: NPE from JapaneseEra when a new era is defined in calendar.properties
dmeetry [Fri, 01 Aug 2014 16:29:46 +0400] rev 25802
8044671: NPE from JapaneseEra when a new era is defined in calendar.properties Reviewed-by: okutsu
2014-08-01 8052406: SSLv2Hello protocol may be filter out unexpectedly
xuelei [Fri, 01 Aug 2014 12:05:05 +0000] rev 25801
8052406: SSLv2Hello protocol may be filter out unexpectedly Reviewed-by: weijun
2014-08-01 8039102: Add raw and unchecked lint warnings to build of jdk repository
darcy [Thu, 31 Jul 2014 17:20:40 -0700] rev 25800
8039102: Add raw and unchecked lint warnings to build of jdk repository Reviewed-by: tbell
2014-08-01 8044867: Fix raw and unchecked lint warnings in sun.tools.*
ntoda [Thu, 31 Jul 2014 17:01:24 -0700] rev 25799
8044867: Fix raw and unchecked lint warnings in sun.tools.* Reviewed-by: darcy
2014-07-31 8054050: Fix stay raw and unchecked lint warnings in core libs
darcy [Thu, 31 Jul 2014 11:48:39 -0700] rev 25798
8054050: Fix stay raw and unchecked lint warnings in core libs Reviewed-by: lancea, alanb
2014-07-31 8032908: getTextContent doesn't return string in JAXP
aefimov [Thu, 31 Jul 2014 11:31:57 +0400] rev 25797
8032908: getTextContent doesn't return string in JAXP Reviewed-by: joehw
2014-07-30 8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795
chegar [Wed, 30 Jul 2014 17:42:18 +0100] rev 25796
8053938: Collections.checkedList(empty list).replaceAll((UnaryOperator)null) doesn't throw NPE after JDK-8047795 Reviewed-by: rriggs, mduigou
2014-07-30 8052999: ProblemList update for Unreachable.java
weijun [Wed, 30 Jul 2014 15:28:09 +0800] rev 25795
8052999: ProblemList update for Unreachable.java Reviewed-by: xuelei
2014-07-29 Merge
ddehaven [Tue, 29 Jul 2014 09:09:55 -0700] rev 25794
Merge
2014-07-22 8030051: Check class loaders usage in Swing classes
alexsch [Tue, 22 Jul 2014 13:23:01 +0400] rev 25793
8030051: Check class loaders usage in Swing classes Reviewed-by: serb, pchelko
2014-07-22 8048720: KSS sun.swing.SwingUtilities2#makeIcon
alexsch [Tue, 22 Jul 2014 13:14:59 +0400] rev 25792
8048720: KSS sun.swing.SwingUtilities2#makeIcon Reviewed-by: serb, pchelko
2014-07-22 8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c
pchelko [Tue, 22 Jul 2014 11:38:22 +0400] rev 25791
8046888: JNI exception pending in jdk/src/share/native/sun/awt/image/awt_parseImage.c Reviewed-by: prr, serb Contributed-by: Anton Melnikov <anton.melnikov@oracle.com>
2014-07-21 8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c
pchelko [Mon, 21 Jul 2014 21:41:11 +0400] rev 25790
8046884: JNI exception pending in jdk/src/solaris/native/sun/java2d/x11: X11PMPLitLoops.c, X11SurfaceData.c Reviewed-by: prr, serb
2014-07-21 Merge
prr [Mon, 21 Jul 2014 09:04:24 -0700] rev 25789
Merge
2014-07-21 8051440: move tests about maximizing undecorated to OpenJDK
yan [Mon, 21 Jul 2014 18:10:13 +0400] rev 25788
8051440: move tests about maximizing undecorated to OpenJDK Reviewed-by: serb
2014-07-21 8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3
avstepan [Mon, 21 Jul 2014 13:17:43 +0400] rev 25787
8049617: move awt automated tests from AWT_Modality to OpenJDK repository - part 3 Reviewed-by: pchelko
2014-07-21 8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK
dermashov [Mon, 21 Jul 2014 12:29:45 +0400] rev 25786
8049694: Migrate functional AWT_DesktopProperties/Automated tests to OpenJDK Reviewed-by: azvegint, serb
2014-07-18 8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash
azvegint [Fri, 18 Jul 2014 13:53:33 +0400] rev 25785
8048289: Gtk: call to UIManager.getSystemLookAndFeelClassName() leads to crash Reviewed-by: anthony, serb
2014-07-17 8044301: BasicTreeUI: "revisit when Java2D is ready"
aeremeev [Thu, 17 Jul 2014 15:30:13 +0400] rev 25784
8044301: BasicTreeUI: "revisit when Java2D is ready" Reviewed-by: alexsch, pchelko
2014-07-16 Merge
prr [Wed, 16 Jul 2014 15:12:24 -0700] rev 25783
Merge
2014-07-16 8047336: Read flavormap.properties as resource
pchelko [Wed, 16 Jul 2014 16:02:51 +0400] rev 25782
8047336: Read flavormap.properties as resource Reviewed-by: anthony, serb, alanb, mduigou
2014-07-16 8050465: Remove sun.audio package
pchelko [Wed, 16 Jul 2014 15:35:36 +0400] rev 25781
8050465: Remove sun.audio package Reviewed-by: anthony, serb
2014-07-15 8048337: Examine if macosx/bundle/JavaAppLauncher and JavaAppLauncher.java can be removed
ddehaven [Tue, 15 Jul 2014 14:57:34 -0700] rev 25780
8048337: Examine if macosx/bundle/JavaAppLauncher and JavaAppLauncher.java can be removed Reviewed-by: mchung
2014-07-14 8048583: CustomMediaSizeName class matching to standard media is too loose
prr [Mon, 14 Jul 2014 11:11:13 -0700] rev 25779
8048583: CustomMediaSizeName class matching to standard media is too loose Reviewed-by: bae, jgodinez
2014-07-14 8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp
prr [Mon, 14 Jul 2014 10:29:23 -0700] rev 25778
8040808: Uninitialised memory in OGLBufImgsOps.c, D3DBufImgOps.cpp Reviewed-by: serb, pchelko
2014-07-14 8049893: Replace uses of 'new Integer()' with appropriate alternative across client classes
prr [Mon, 14 Jul 2014 09:48:26 -0700] rev 25777
8049893: Replace uses of 'new Integer()' with appropriate alternative across client classes Reviewed-by: prr, pchelko Contributed-by: otaviojava@java.net
2014-07-14 8047027: Fix raw and unchecked lint warnings in generated beaninfo files
darcy [Mon, 14 Jul 2014 09:16:00 -0700] rev 25776
8047027: Fix raw and unchecked lint warnings in generated beaninfo files Reviewed-by: alanb, serb
2014-07-14 8050009: Fix doclint warnings from javax.swing.plaf.basic package, 7 of 7
aeremeev [Mon, 14 Jul 2014 18:44:50 +0400] rev 25775
8050009: Fix doclint warnings from javax.swing.plaf.basic package, 7 of 7 Reviewed-by: pchelko
2014-07-11 8048328: CUPS Printing does not report supported printer resolutions.
prr [Fri, 11 Jul 2014 11:12:59 -0700] rev 25774
8048328: CUPS Printing does not report supported printer resolutions. Reviewed-by: bae, jgodinez
2014-07-11 8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE
pchelko [Fri, 11 Jul 2014 18:46:47 +0400] rev 25773
8049996: [macosx] test java/awt/image/ImageIconHang.java fails with NPE Reviewed-by: alexsch, azvegint
2014-07-11 8049870: Fix doclint warnings from javax.swing.plaf.basic package, 4 of 7
aeremeev [Fri, 11 Jul 2014 16:44:11 +0400] rev 25772
8049870: Fix doclint warnings from javax.swing.plaf.basic package, 4 of 7 Reviewed-by: pchelko
2014-07-11 8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP
serb [Fri, 11 Jul 2014 13:32:12 +0400] rev 25771
8049583: Test closed/java/awt/List/ListMultipleSelectTest/ListMultipleSelectTest fails on Window XP Reviewed-by: pchelko, anthony
2014-07-11 8037511: Tidy warnings cleanup for java.awt - 2d part
avstepan [Fri, 11 Jul 2014 12:51:14 +0400] rev 25770
8037511: Tidy warnings cleanup for java.awt - 2d part Reviewed-by: prr
2014-07-11 8049198: [macosx] Incorrect thread access when showing splash screen
alexsch [Fri, 11 Jul 2014 12:08:43 +0400] rev 25769
8049198: [macosx] Incorrect thread access when showing splash screen Reviewed-by: serb, pchelko
2014-06-23 8042872: Fix raw and unchecked warnings in sun.applet
henryjen [Mon, 23 Jun 2014 10:54:10 -0700] rev 25768
8042872: Fix raw and unchecked warnings in sun.applet Reviewed-by: darcy, herrick
2014-07-10 8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy
darcy [Thu, 10 Jul 2014 15:27:02 -0700] rev 25767
8049797: Fix raw and unchecked lint warnings in javax.swing.SortingFocusTraversalPolicy Reviewed-by: prr
2014-07-10 4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value
mcherkas [Thu, 10 Jul 2014 18:46:40 +0400] rev 25766
4991647: PNGMetadata.getAsTree() sets bitDepth to invalid value Reviewed-by: prr, bae
2014-07-10 8049808: Fix doclint warnings from javax.swing.plaf.basic package, 3 of 7
aeremeev [Thu, 10 Jul 2014 17:20:56 +0400] rev 25765
8049808: Fix doclint warnings from javax.swing.plaf.basic package, 3 of 7 Reviewed-by: pchelko
2014-07-10 8049830: Remove reflection from ScreenMenuBar
pchelko [Thu, 10 Jul 2014 15:08:50 +0400] rev 25764
8049830: Remove reflection from ScreenMenuBar Reviewed-by: anthony, serb
2014-07-10 8049704: Fix doclint warnings from javax.swing.plaf.basic package, 2 of 7
aeremeev [Thu, 10 Jul 2014 12:21:29 +0400] rev 25763
8049704: Fix doclint warnings from javax.swing.plaf.basic package, 2 of 7 Reviewed-by: pchelko
2014-06-27 8044862: Fix raw and unchecked lint warnings in macosx specific code
henryjen [Fri, 27 Jun 2014 10:29:08 -0700] rev 25762
8044862: Fix raw and unchecked lint warnings in macosx specific code Reviewed-by: darcy, pchelko
2014-07-09 8043968: Fix doclint warnings from javax.swing.plaf.basic package, 1 of 7
aeremeev [Wed, 09 Jul 2014 17:11:53 +0400] rev 25761
8043968: Fix doclint warnings from javax.swing.plaf.basic package, 1 of 7 Reviewed-by: pchelko
2014-07-09 8046597: fix doclint issues in swing classes, part 4 of 4
ssides [Wed, 09 Jul 2014 15:14:06 +0400] rev 25760
8046597: fix doclint issues in swing classes, part 4 of 4 Reviewed-by: pchelko
2014-07-09 8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2
avstepan [Wed, 09 Jul 2014 12:56:03 +0400] rev 25759
8047367: move awt automated tests from AWT_Modality to OpenJDK repository - part 2 Reviewed-by: pchelko
2014-07-08 8047025: Fix raw and unchecked lint warnings in generated nimbus files
smarks [Tue, 08 Jul 2014 09:19:29 -0700] rev 25758
8047025: Fix raw and unchecked lint warnings in generated nimbus files Reviewed-by: henryjen, prr
2014-07-08 8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException
anashaty [Tue, 08 Jul 2014 16:42:23 +0400] rev 25757
8047066: Test test/sun/awt/image/bug8038000.java fails with ClassCastException Reviewed-by: bae, prr
2014-07-08 8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository
avstepan [Tue, 08 Jul 2014 16:01:18 +0400] rev 25756
8043126: move awt automated functional tests from AWT_Events/Lw and AWT_Events/AWT to OpenJDK repository Reviewed-by: pchelko
2014-07-29 8053902: Fix for 8030115 breaks build on Windows and Solaris
dsamersoff [Tue, 29 Jul 2014 13:08:27 -0700] rev 25755
8053902: Fix for 8030115 breaks build on Windows and Solaris Summary: Move variable definition to top of function Reviewed-by: prr
2014-07-29 8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending
jbachorik [Tue, 29 Jul 2014 10:06:02 +0200] rev 25754
8030115: [parfait] warnings from b119 for jdk.src.share.native.sun.tracing.dtrace: JNI exception pending Reviewed-by: dholmes, dsamersoff, sspitsyn
(0) -10000 -3000 -1000 -300 -100 -96 +96 +100 +300 +1000 +3000 +10000 +30000 tip