Staffan Larsen
966f3bc845
8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
...
Reviewed-by: alanb
2014-03-21 09:38:04 +01:00
Staffan Larsen
89a408692d
8037825: Fix warnings and enable "warnings as errors" in serviceability native libraries
...
Reviewed-by: erikj, ihse
2014-03-21 09:35:43 +01:00
Erik Helin
386f42f40c
Merge
2014-03-21 09:11:56 +01:00
Mark Sheppard
f60c942caa
8035870: Check jdk/src/windows/native/java/io/WinNTFileSystem_md.c for JNI pending exceptions
...
NI return checks, NULL return checks for malloc added
Reviewed-by: alanb, chegar
2014-03-21 00:57:23 +00:00
Mark Sheppard
4d1b400d2d
8036607: JNI exception pending in jdk/src/windows/native/java/net/DualStackPlainDatagramSocketImpl.c
...
Check for JNI pending exception and NULL returns from JNI calls in DualStackPlainDatagramSocketImpl.c
Reviewed-by: alanb
2014-03-21 00:13:40 +00:00
Mark Sheppard
299a78721f
8025293: JNI exception pending checks in java.net
...
Enhance the return check for JNI native calls, check for NULL and pending exceptions
Reviewed-by: alanb, chegar
2014-03-21 00:01:59 +00:00
Mark Sheppard
d278ecae87
8035340: (prefs) Check jdk/src/windows/native/java/util/WindowsPreference.c for JNI pending exceptions
...
Check for JNI pending exceptions. Add null checks after malloc calls
Reviewed-by: alanb, chegar
2014-03-20 23:34:38 +00:00
Mark Sheppard
e506d671fa
8035930: Check jdk/src/windows/native/java/io/io_util_md.c for JNI pending exceptions
...
Malloc null return checks and pending exception checks
Reviewed-by: alanb
2014-03-20 23:12:55 +00:00
Mark Sheppard
6e01e594da
8036600: JNI exception pending in src/jdk/src/windows/native/sun/net/www/protocol/http/ntlm/NTLMAuthSequence.c
...
Check JNI return values, check for pending exceptions, check malloc return value and raise OOME as needed
Reviewed-by: alanb
2014-03-20 22:57:39 +00:00
Lance Andersen
5163011f0e
8037507: Fix broken link in javax/sql/rowset/package.html
...
Reviewed-by: darcy
2014-03-20 18:18:11 -04:00
Mark Sheppard
3a73293102
8036601: JNI exception pending in jdk/src/windows/native/sun/net/dns/ResolverConfigurationImpl.c
...
Check JNI return values and pending exceptions, Check malloc returns, and throw OOME as appropriate
Reviewed-by: alanb
2014-03-20 21:27:22 +00:00
Calvin Cheung
c78becb610
8034034: [parfait] JNI exc. pending in hotspot/agent/src/os/bsd/MacosxDebuggerLocal.m
...
Added JNI exception check in the appropriate places
Reviewed-by: sla, zgu
2014-03-20 14:25:22 -07:00
Mark Sheppard
86b7f002f4
8036609: Check jdk/src/windows/native/java/lang/ProcessImpl_md.c for JNI pending exceptions
...
Added ExceptionCheck fater JNI calls
Reviewed-by: chegar
2014-03-20 21:14:51 +00:00
Mark Sheppard
706fe7b1db
8036603: Check jdk/src/windows/native/java/lang/ProcessEnvironment_md.c for JNI pending exceptions
...
Added JNI call NULL return checks
Reviewed-by: alanb, mchung
2014-03-20 21:03:43 +00:00
David Katleman
c17681a17e
Added tag jdk9-b05 for changeset 9471aad8444f
2014-03-20 13:44:54 -07:00
David Katleman
d705db594a
Added tag jdk9-b05 for changeset a127d7bb1c30
2014-03-20 13:44:52 -07:00
David Katleman
01cf229bac
Added tag jdk9-b05 for changeset da7dce5b111a
2014-03-20 13:44:28 -07:00
David Katleman
610c251a87
Added tag jdk9-b05 for changeset 820ef263f93a
2014-03-20 13:44:13 -07:00
David Katleman
68df72b0a0
Added tag jdk9-b05 for changeset be03513558fc
2014-03-20 13:44:11 -07:00
David Katleman
7011d09724
Added tag jdk9-b05 for changeset 911cca83c115
2014-03-20 13:44:05 -07:00
David Katleman
c9fcec7f2d
Added tag jdk9-b05 for changeset 42d16b6cadb0
2014-03-20 13:43:54 -07:00
David Katleman
405bbf7a4d
Added tag jdk9-b05 for changeset 2d573a30fd59
2014-03-20 13:43:52 -07:00
David Li
c50512a06d
8035577: Xerces Update: impl/xpath/regex/RangeToken.java
...
Reviewed-by: lancea, alanb, sherman, joehw
2014-03-20 13:41:17 -07:00
David Li
f3d19df488
8035577: Xerces Update: impl/xpath/regex/RangeToken.java
...
Reviewed-by: lancea, alanb, sherman, joehw
2014-03-20 13:38:07 -07:00
Mark Sheppard
226c059658
8036134: Check src/windows/native/sun/nio/fs/WindowsNativeDispatcher.c for JNI pending exceptions
...
Check malloc return value and added JUN_ThrowOutOfMemoryException
Reviewed-by: alanb
2014-03-20 16:19:08 +00:00
Sergey Bylokhov
51afb9aba1
8023475: [TEST BUG] Test javax/swing/JSlider/6794831/bug6794831.java does not wait long enough for test results
...
Reviewed-by: anthony, pchelko
2014-03-20 19:59:58 +04:00
Marcus Lagergren
6c44c81a95
8037967: Broke the build, by commiting without saving the last review comment
...
Reviewed-by: jlaskey, hannesw
2014-03-20 16:26:54 +01:00
Mark Sheppard
6202e3a60d
8030780: test/com/sun/corba/cachedSocket/7056731.sh leaves HelloServer behind
...
Intermittent test failure leaves server process - add server pid to test's kill -9 command
Reviewed-by: chegar
2014-03-20 15:25:57 +00:00
Marcus Lagergren
ca1752f337
8033334: Make sure that scope depth information is maintained in the RecompilableScriptFunctionDatas, to avoid unnecessary slow proto linkage when doing on demand compilation
...
Compute RecompiledScriptFunctionDatas eagerly, annotate them with scope depth information and use them in recompilations.
Reviewed-by: attila, hannesw, jlaskey
2014-03-20 16:16:42 +01:00
Mark Sheppard
e71ffe9834
8033075: Broken Links In CORBA API docs
...
Fix broken URLs change cgi.omg.org to www.omg.org
Reviewed-by: alanb
2014-03-20 15:05:58 +00:00
Goetz Lindenmaier
e3ebae0947
8037962: metaspaceTracer.cpp misses a symbol
...
Reviewed-by: tschatzl, mgerdin
2014-03-20 15:53:17 +01:00
Petr Pchelko
dd01e38812
8031765: Child process error stream is not empty!
...
Reviewed-by: anthony, serb
2014-03-20 17:34:27 +04:00
Markus Grönlund
15e6b91ca5
8037340: Linux semaphores to use CLOCK_REALTIME
...
Reviewed-by: dholmes, sla
2014-03-20 14:28:25 +01:00
Petr Pchelko
33ad6f8979
8037840: [macosx] Rewrite CWarning window to eliminate the ExecutorService
...
Reviewed-by: anthony, serb
2014-03-20 16:58:58 +04:00
Alexander Zuev
908ea8bebd
7118295: javac does not explicitly close -Xstdout file
...
Reviewed-by: ksrini, jjg
2014-03-20 15:13:26 +04:00
Goetz Lindenmaier
fc7f4197f1
8037915: PPC64/AIX: Several smaller fixes
...
Reviewed-by: kvn
2014-03-20 11:03:06 +01:00
Vladimir Kozlov
97a51c5c2a
8031320: Use Intel RTM instructions for locks
...
Use RTM for inflated locks and stack locks.
Reviewed-by: iveresov, twisti, roland, dcubed
2014-03-20 17:49:27 -07:00
Petr Pchelko
ede414e780
8035337: [parfait] JNI exception pending in jdk/src/windows/native/sun/windows/awt_PrintJob.cpp
...
Reviewed-by: anthony, serb, prr
2014-03-20 12:10:53 +04:00
Paul Govereau
019025c61f
8025505: Constant folding deficiency
...
Provide constant folding of equality tests involving constant and null.
Reviewed-by: jjg
2014-03-19 17:39:28 -04:00
Anthony Scarpino
fff6b1883a
7107611: sun.security.pkcs11.SessionManager is scalability blocker
...
Reviewed-by: valeriep
2014-03-19 11:48:06 -07:00
Christian Thalinger
315e4838e9
8031203: remove SafepointPollOffset
...
Reviewed-by: kvn, roland
2014-03-19 11:37:58 -07:00
Phil Race
2ab0405188
Merge
2014-03-19 11:13:35 -07:00
Staffan Larsen
eaf70842b7
8037864: Add java/lang/instrument/NativeMethodPrefixAgent.java to ProblemList.txt
...
Reviewed-by: alanb
2014-03-19 19:05:13 +01:00
Sergey Bylokhov
a8bfc3d374
8037868: The build is broken after the JDK-8035630
...
Reviewed-by: prr, pchelko, bagiras
2014-03-19 21:05:28 +04:00
Stefan Johansson
1ed5b22d6e
8029186: regression-hotspot nightly failure: assert(FLAG_IS_DEFAULT(MaxNewSize) || MaxNewSize < MaxHeapSize) failed
...
Cleaned up the collector policy and added more asserts to enforce that the heap is correctly setup.
Reviewed-by: jwilhelm, jmasa
2014-03-19 17:08:03 +01:00
Erik Helin
395c71590f
8034094: SA agent can't compile when jni_x86.h is used
...
Reviewed-by: dsamersoff, erikj
2014-03-19 17:04:28 +01:00
Andreas Sjoberg
0a39721031
8026784: Error message in AdaptiveFreeList<Chunk>::verify_stats is wrong
...
Changed faulty error message in the verification code
Reviewed-by: stefank, tschatzl
2014-05-06 09:41:04 +02:00
Jesper Wilhelmsson
f460a98570
Merge
2014-05-02 21:10:31 +00:00
Jesper Wilhelmsson
0346ae4c9d
8027643: Merge GenCollectorPolicy and TwoGenerationCollectorPolicy
...
Merged the two calsses GenCollectorPolicy and TwoGenerationCollectorPolicy
Reviewed-by: sjohanss, jcoomes
2014-04-29 22:57:19 +02:00
Henry Jen
0701c5f13f
8037743: 2d nightly: wrong class cast to DigraphNode
...
Reviewed-by: prr, serb
2014-03-19 09:00:50 -07:00