Igor Veresov
2ad60b9910
Merge
2016-08-19 14:33:52 -07:00
Dmitrij Pochepko
1c5cc2ccdf
8139700: compiler/jvmci/compilerToVM/DisassembleCodeBlobTest and InvalidateInstalledCodeTest timeout
...
Reviewed-by: kvn
2016-08-20 00:15:45 +03:00
Coleen Phillimore
6b6510c34f
Merge
2016-08-19 22:42:25 +02:00
Alejandro Murillo
93433f584e
Merge
2016-08-19 12:17:31 -07:00
Coleen Phillimore
85381e59e5
8145964: NoClassDefFound error in transforming lambdas
...
Skip VM anonymous classes in retransformation and give an error for redefinition.
Reviewed-by: dholmes, dcubed, never
2016-08-19 14:54:31 -04:00
Karen Kinnear
6758f23018
Merge
2016-08-19 20:38:30 +02:00
Alejandro Murillo
fca083f9fd
Merge
2016-08-19 11:22:14 -07:00
Christian Tornqvist
5868fdc4b7
Merge
2016-08-19 18:20:22 +02:00
Karen Kinnear
3b21f492f9
8163808: Fix asserts and logging for old classfile vtable construction
...
Reviewed-by: coleenp, lfoltan, rprotacio, ctornqvi
2016-08-19 11:32:43 -04:00
Jesper Wilhelmsson
4fc1987255
8164124: [BACKOUT] G1 does not implement millis_since_last_gc which is needed by RMI GC
...
Reviewed-by: jprovino
2016-08-19 17:19:47 +02:00
Christian Tornqvist
ad85e18f23
8157957: ClassNotFoundException: jdk.test.lib.JDKToolFinder
...
Reviewed-by: coleenp, gtriantafill, mseledtsov, iignatyev, dholmes, dsamersoff
2016-08-19 10:06:30 -04:00
Erik Joelsson
f05597d500
8164297: Jtreg test exeinvoke fails to link on Ubuntu
...
Reviewed-by: tbell, dholmes
2016-08-19 16:02:21 +02:00
Tobias Hartmann
ebb0356d35
8064892: Non-methods code cache overflow is not handled correctly
...
Should keep track of requested code blob type for error reporting. Added additional debug output.
Reviewed-by: kvn, dpochepk
2016-08-19 08:34:30 +02:00
Yasumasa Suenaga
7c11898ffe
8164319: CLHSDB dumpcodecache throws StackOverflowError
...
Reviewed-by: dholmes, dsamersoff
2016-08-19 01:20:39 -04:00
David Holmes
bc0d3d976b
8152849: share/vm/runtime/mutex.cpp:1161 assert(((uintptr_t(_owner))|(uintptr_t(_LockWord.FullWord))|(uintptr_t(_EntryList))|(uintptr_t(_WaitSet))|(uintptr_t(_OnDeck))) == 0) failed
...
Reviewed-by: dcubed
2016-08-18 21:37:26 -04:00
Lana Steuck
b8b0d54e93
Merge
2016-08-18 21:33:36 +00:00
Vladimir Kozlov
c6d82df571
8162496: missing precedence edge for anti_dependence
...
Fix Implicit Null Check optimization code.
Reviewed-by: roland, aph
2016-08-18 14:31:02 -07:00
Lana Steuck
692e9367d0
Added tag jdk-9+132 for changeset a11ec8919fef
2016-08-18 21:01:21 +00:00
Coleen Phillimore
663f12c18e
8037138: x86: problem with JVMTI breakpoint
...
Do aload(0) after rewriting aload bytecodes to fast version for frequent pairs.
Reviewed-by: dlong, dholmes, dcubed
2016-08-18 10:47:09 -04:00
Dmitry Samersoff
16509e9432
Merge
2016-08-18 11:11:40 +00:00
Dmitry Samersoff
e29ddeca2c
8157236: attach on ARMv7 fails with com.sun.tools.attach.AttachNotSupportedException: Unable to open socket file
...
Add more diagnostic to attach code
Reviewed-by: dholmes, alanb
2016-08-18 14:07:00 +03:00
Dmitry Samersoff
c0cfad4f3d
8151345: compiler/codecache/jmx/PeakUsageTest.java is failing on jdk9/dev for JPRT -testset hotspot
...
Reviewed-by: sla, dsamersoff
2016-08-18 12:10:18 +03:00
Igor Ignatyev
c645d7bb87
8164035: compiler/profiling/spectrapredefineclass_classloaders/Launcher.java failing with Agent JAR not found or no Agent-Class attribute
...
Reviewed-by: kvn
2016-08-18 11:26:35 +03:00
Nils Eliasson
ee1cbde17b
Merge
2016-08-17 22:34:33 +02:00
Vladimir Ivanov
e3d5b655af
8164103: C2: Broken cmpxchgb encoding on x86
...
Reviewed-by: kvn, shade, psandoz
2016-08-17 22:09:57 +03:00
Tobias Hartmann
2eab293b99
Merge
2016-08-17 06:23:04 +00:00
Tobias Hartmann
be08874935
8164091: VM fails during startup with "assert(resolved_method->method_holder()->is_linked()) failed: must be linked"
...
Don't throw java_lang_VirtualMachineError during VM initialization.
Reviewed-by: zmajo, dlong, dholmes
2016-08-17 08:19:06 +02:00
Dean Long
28ccc9e20c
Merge
2016-08-16 17:54:08 +00:00
Andrew Haley
ad3fc31b3d
8164113: AArch64: follow-up the fix for 8161598
...
Reviewed-by: dlong
2016-08-16 17:31:57 +01:00
Dean Long
6e820bb025
8161598: Kitchensink fails: assert(nm->insts_contains(original_pc)) failed: original PC must be in nmethod/CompiledMethod
...
Skip unwalkable frames in
Reviewed-by: fparain, coleenp, aph
2016-08-16 09:19:13 -07:00
Alejandro Murillo
72bb76c7d3
Merge
2016-08-16 08:08:00 -07:00
Harold Seigel
2a74c06b8d
8030221: Checking for anonymous class should check for NULL as well as potential nesting
...
Store the first non-anonymous class as the host when defining the anonymous class so don't need look for it later.
Reviewed-by: dholmes, lfoltan
2016-08-16 09:56:18 -04:00
Doug Simon
72dcc9193e
8163962: [JVMCI] integrate VarHandles
...
Add VarHandle support to JVMCI
Reviewed-by: psandoz, iveresov
2016-08-15 14:08:01 -07:00
Chris Plummer
e3c3a54f7a
8133740: NMT for Linux/x86/x64 and bsd/x64 slowdebug builds includes NativeCallStack::NativeCallStack() frame in backtrace
...
Skip an extra frame in _get_previous_fp() when it is not inlined.
Reviewed-by: dholmes, zgu
2016-08-15 13:14:08 -07:00
Chris Plummer
eabe746ff6
8133747: NMT includes an extra stack frame due to assumption NMT is making on tail calls being used
...
Better frame skipping logic in NativeCallStack::NativeCallStack.
Reviewed-by: dholmes, zgu
2016-08-15 13:13:48 -07:00
Chris Plummer
2a46a44214
8133749: os::current_frame() is not returning the proper frame on ARM and solaris-x64
...
Need to go up one extra frame to be consistent with other platforms.
Reviewed-by: dholmes, zgu
2016-08-15 13:06:50 -07:00
Erik Joelsson
d57ddc21e8
8069540: Remove universal binaries support from hotspot build
...
Reviewed-by: tbell, dholmes, dcubed
2016-08-15 16:15:16 +02:00
Nils Eliasson
61066d3795
8156659: assert(CodeCache::find_blob_unsafe(_pc) == _cb) failed: inconsistent
...
Stackwalking from corrupt frame
Reviewed-by: dlong, thartmann
2016-08-15 16:04:16 +02:00
Kim Barrett
ea503006dd
8155043: BitMap set operations assume clear bits beyond unaligned end
...
Be more circumspect in handling of sets with unaligned sizes.
Reviewed-by: stefank, jmasa
2016-08-14 21:19:42 -04:00
Alejandro Murillo
2d36c89f18
Merge
2016-08-12 13:58:14 -07:00
Michael Haupt
27eec4e5c6
8163533: jdk.vm.ci.hotspot.test.MethodHandleAccessProviderTest fails on jdk9/dev
...
Reviewed-by: shade
2016-08-12 08:59:20 -07:00
Igor Veresov
19d25373bf
Merge
2016-08-11 16:22:08 -07:00
Daniel D. Daugherty
7cd5a9a0f4
Merge
2016-08-11 21:35:09 +02:00
Daniel D. Daugherty
d05e00ca76
8163879: quarantine serviceability/sa/sadebugd/SADebugDTest.java since it hangs intermittently
...
Reviewed-by: hseigel
2016-08-11 12:27:20 -07:00
Lana Steuck
7de6180d5c
Merge
2016-08-11 17:02:27 +00:00
Lois Foltan
35c7012a32
Merge
2016-08-11 16:13:05 +00:00
Lana Steuck
a36c8263b4
Added tag jdk-9+131 for changeset 2bf4f6d6a72f
2016-08-11 15:47:07 +00:00
Lois Foltan
2579620b6d
8162553: Crash in class unloading due to null CLD having a zero _keep_alive value
...
Correct the refcounting of ClassLoaderData::_keep_alive for anonymous classes.
Reviewed-by: acorn, coleenp, dholmes, jiangli
2016-08-11 11:41:11 -04:00
Jini George
17c7042e60
8163143: illegal bci error with interpreted frames in SA due to mirror being stored in interpreted frames
...
Added code to represent the frame mirror offset in SA
Reviewed-by: dsamersoff
2016-08-11 17:47:25 +03:00
Yasumasa Suenaga
942ee05da5
8163580: Cannot get Monitor Cache Dump in HSDB
...
Reviewed-by: dholmes
2016-08-10 21:02:14 -04:00
Harold Seigel
d7ea24479b
8136930: Simplify use of module-system options by custom launchers
...
Reviewed-by: coleenp, lfoltan, mchung
2016-08-10 15:48:04 -07:00
Robbin Ehn
85d6f6505d
8161026: GPL header missing comma in year
...
Reviewed-by: sjohanss, redestad
2016-08-10 09:24:42 +02:00
Dmitrij Pochepko
5ae0aff787
8160299: Test8015436 doesn't check which method was executed
...
Reviewed-by: kvn
2016-08-09 16:47:47 +03:00
Yasumasa Suenaga
d68c6f28d4
8163185: jhsdb jstack cannot work with normal mode
...
Reviewed-by: dsamersoff, dholmes
2016-08-09 21:57:29 +09:00
Alejandro Murillo
dba428fb92
Merge
2016-08-12 14:12:55 -07:00
Frederic Parain
90db0f9ad7
8146697: VM crashes in test Test7005594
...
Reviewed-by: coleenp, dholmes
2016-08-12 08:46:17 -07:00
David Holmes
74e840d64c
8159461: bigapps/Kitchensink/stressExitCode hits assert: Must be VMThread or JavaThread
...
Reviewed-by: fparain, simonis, dcubed
2016-08-12 00:19:44 -04:00
Dmitrij Pochepko
dfce7d89bf
8163366: compiler/codecache/jmx/ThresholdNotificationsTest.java doesn't set -XX:+UnlockDiagnosticVMOptions while using WB
...
Reviewed-by: kvn
2016-08-09 14:17:28 +03:00
Dmitrij Pochepko
432e69e8fe
8160083: compiler.codecache.jmx.InitialAndMaxUsageTest can not be used w/ disabled SegmentedCodeCache
...
Reviewed-by: kvn
2016-08-09 14:16:44 +03:00
Dmitry Samersoff
4fc31a844d
Merge
2016-08-08 15:53:02 +00:00
Doug Simon
e9ea1b08e8
8163105: SIGSEGV: constantPoolHandle::constantPoolHandle(ConstantPool*)
...
Simplify CompilerToVM.getConstantPool() and related tests.
Reviewed-by: kvn, zmajo
2016-08-08 17:06:21 +02:00
Sharath Ballal
bd4e4b5bfb
8163269: Testcase missed in push for JDK-8160817
...
Add missed testcase
Reviewed-by: dsamersoff
2016-08-08 17:15:46 +03:00
Yasumasa Suenaga
4d61582818
8163272: jhsdb jinfo cannot show system properties
...
Reviewed-by: dholmes, dsamersoff
2016-08-08 21:59:12 +09:00
Dmitrij Pochepko
91f0706600
8163243: [TESTBUG] compiler/codecache/jmx/UsageThresholdIncreasedTest.java failed with: Failed to find sun/hotspot/WhiteBox.class
...
Reviewed-by: iveresov
2016-08-08 11:30:46 +03:00
Igor Veresov
6ca8a98449
8163313: assert(comp != __null) failed: compiler not available
...
Constrain compLevel parameter in WB_IsIntrinsicAvailable() to supported levels
Reviewed-by: kvn
2016-08-06 11:52:37 -07:00
Igor Veresov
3c025b715c
Merge
2016-08-05 13:37:53 -07:00
Alejandro Murillo
8857b866e7
Merge
2016-08-05 09:58:09 -07:00
Alejandro Murillo
22b49b9431
Merge
2016-08-05 09:50:25 -07:00
Dmitrij Pochepko
8d7182f2a7
8157498: compiler/codecache/jmx/InitialAndMaxUsageTest.java times out on 32-bit platforms
...
Reviewed-by: kvn
2016-08-05 16:23:44 +03:00
Dmitrij Pochepko
b06d871fad
8161279: Various JMX-tests timed out
...
Reviewed-by: kvn
2016-08-05 16:22:30 +03:00
Gustavo Romero
0052e8dc0b
8162369: PPC64: Wrong ucontext used after SIGTRAP while in HTM critical section
...
Reviewed-by: simonis
2016-08-04 22:42:05 -04:00
Chris Plummer
3a4f05d90c
8162670: make of jtreg_tests fails if no tests are run, causing jprt test runs to also fail
...
Clear the jtreg exit code when set to 1.
Reviewed-by: stsmirno, dholmes
2016-08-04 16:11:49 -07:00
Joe Darcy
4497988860
8163231: A couple of runtime tests failing for the -testset hotspot snapshot job
...
Reviewed-by: acorn
2016-08-04 15:52:14 -07:00
Max Ockner
3d98a46718
Merge
2016-08-04 23:17:33 +02:00
Coleen Phillimore
a4a281557d
Merge
2016-08-04 19:50:23 +00:00
Max Ockner
aa9b6c16b6
Merge
2016-08-04 20:28:12 +02:00
Alejandro Murillo
bd20b32b64
Added tag jdk-9+130 for changeset af79a51e7d04
2016-08-04 17:32:52 +00:00
Gerald Thornbrugh
81b9b7b499
8162999: Build give extraneous find warnings
...
Removed JtregNative.gmk line that was part of a merger error
Reviewed-by: coleenp, fparain
2016-08-04 10:11:35 -07:00
Max Ockner
9465d5512a
8145543: JPRT jobs see intermittent failures in compiler/floatingpoint/ModNaN.java
...
Not reproducible due to glibc patch which affects current and previous versions. Removed @ignore for compiler/floatingpoint/ModNaN.java
Reviewed-by: coleenp, gtriantafill
2016-08-04 12:55:28 -04:00
Max Ockner
a9382b99be
Merge
2016-08-04 18:34:40 +02:00
Max Ockner
d3e6075c94
8159917: Space character is missing in ClassLoaderData::print_value_on
...
Added missing space in ClassLoaderData::print_value_on
Reviewed-by: coleenp
2016-08-04 12:24:10 -04:00
Leonid Mesnik
127367ce74
8162852: Mark stress compiler and gc tests with stress keyword
...
Reviewed-by: kvn, tschatzl
2016-08-04 14:04:14 +03:00
Tobias Hartmann
af8e1270cb
8136818: Test compiler/arraycopy/TestEliminatedArrayCopyDeopt.java fails with "m1 failed"
...
Added missing Op_StoreB check to ArrayCopyNode::may_modify_helper().
Reviewed-by: kvn
2016-08-04 10:34:34 +02:00
Tobias Hartmann
13fca14037
8162881: Effect of -XX:CICompilerCount depends on ordering of other flags
...
Value of CICompilerCount should be range checked after ergo. Don't create C2 compiler threads with TieredStopAtLevel=1.
Reviewed-by: kvn
2016-08-04 08:58:22 +02:00
Igor Veresov
91de51fa9e
Merge
2016-08-03 15:55:40 -07:00
Chris Plummer
f108319ee4
8161030: GPL header missing comma after year
...
Added comma.
Reviewed-by: coleenp, fparain
2016-08-03 13:56:27 -07:00
Tom Rodriguez
70110abb7a
Merge
2016-08-03 15:52:38 +00:00
Coleen Phillimore
25e581d03d
8159284: bigapps/Jetty - assert(jfa->last_Java_sp() > sp()) failed with JFR in use
...
Test condition in assert in frame::safe_for_sender() for entry frames and return false.
Reviewed-by: mgronlun, fparain
2016-08-03 09:40:21 -04:00
Daniel D. Daugherty
7f43a9fde3
Merge
2016-08-02 20:55:27 -07:00
Vladimir Kozlov
836b73b338
8163018: Slow compiler tests in JPRT
...
Fixed test/TEST.groups and added -XX:-TieredCompilation to Test6792161 test.
Reviewed-by: dholmes, dcubed
2016-08-02 19:46:29 -07:00
Joseph Provino
76459c2a06
Merge
2016-08-03 02:10:23 +00:00
Tom Rodriguez
d77fbe8b1b
8162477: [JVMCI] assert(wf.check_method_context(ctxk, m)) failed: proper context
...
Reviewed-by: kvn
2016-08-02 17:12:16 -07:00
Gerald Thornbrugh
8a3dd8c557
8161696: [TESTBUG] runtime/StackGuardPages/testme.sh uses invalid argument -Xss328k
...
Changed argument from 328k to 1M
Reviewed-by: dcubed, fparain, dholmes
2016-08-02 13:48:07 -07:00
Joseph Provino
08bdecf0c4
8071770: G1 does not implement millis_since_last_gc which is needed by RMI GC
...
G1 does not return a correct value for the CollectedHeap::millis_since_last_gc
Reviewed-by: jmasa, tschatzl
2016-08-02 16:39:33 -04:00
David Holmes
71e69edb42
7008747: Header files with conditional behaviour can not be precompiled
...
Reviewed-by: kvn, gthornbr
2016-08-02 16:24:04 -04:00
Dean Long
1c61377375
8029441: assert(!((nmethod*)_cb)->is_deopt_pc(_pc)) failed: invariant broken
...
Move patchable check into patch_pc
Reviewed-by: dcubed
2016-08-02 11:06:25 -07:00
Michail Chernov
18a908de4a
8161604: TestNewSizeFlags fails with RuntimeException: max new size != MaxNewSize value
...
Reviewed-by: sangheki, tschatzl
2016-08-02 15:22:41 +03:00
Vladimir Kozlov
7ffefd9bf6
Merge
2016-08-01 22:34:23 -07:00
Vladimir Kozlov
4b428d9b3a
Merge
2016-08-01 20:47:51 -07:00
Christoph Langer
b0c36d35ed
8162869: Small fixes for AIX perf memory and attach listener
...
Reviewed-by: dsamersoff, dholmes
2016-08-01 20:41:15 -04:00