David Katleman
|
849d46e084
|
Added tag jdk9-b06 for changeset 1725abff0290
|
2014-03-27 11:38:17 -07:00 |
|
David Katleman
|
a456982ede
|
Added tag jdk9-b06 for changeset f789f6c4a87d
|
2014-03-27 11:38:11 -07:00 |
|
David Katleman
|
e8aa9e9f6d
|
Added tag jdk9-b06 for changeset 062ced780ca4
|
2014-03-27 11:38:09 -07:00 |
|
Nils Eliasson
|
72ef7a4f74
|
Merge
|
2014-03-27 08:03:57 -07:00 |
|
Athijegannathan Sundararajan
|
7ea75c6bbb
|
8038456: improve nasgen type checks and use specific return type for @Function, @SpecializedFunctio methods
Reviewed-by: lagergren, jlaskey
|
2014-03-27 19:39:18 +05:30 |
|
Filipp Zhinkin
|
45dd523fc6
|
8038193: Add command line option tests for BMI options
Reviewed-by: kvn, iignatyev
|
2014-03-27 17:29:41 +04:00 |
|
Nils Eliasson
|
c3f6e08de3
|
Merge
|
2014-03-27 14:15:42 +01:00 |
|
Attila Szegedi
|
e0f84784f2
|
8038416: Access to undefined scoped variables deoptimized too much
Reviewed-by: jlaskey, lagergren
|
2014-03-27 14:09:40 +01:00 |
|
Marcus Lagergren
|
f6722c9a3f
|
8038406: Testability: as a first step of moving loggers away from the process global space, the Debug object now supports logging POJOs from log entries as an event queue, which can be introspected from test scripts. This is way better than screen scraping brittle and subject-to-change log output
Reviewed-by: attila, hannesw, sundar
|
2014-03-27 11:45:54 +01:00 |
|
Dmitry Samersoff
|
444fceb59d
|
Merge
|
2014-03-27 03:14:45 -07:00 |
|
Igor Ignatyev
|
d9187e9799
|
8038240: new WB API to get nmethod
Reviewed-by: morris, kvn
|
2014-03-27 11:17:26 +04:00 |
|
Jonathan Gibbons
|
77ad0945a6
|
8035104: reorder class file attributes in javap listing
Reviewed-by: ksrini
|
2014-03-26 17:50:33 -07:00 |
|
Mike Duigou
|
60eff958b1
|
8038435: Some hgforest.sh commands don't receive parameters
Reviewed-by: katleman
|
2014-03-26 16:56:58 -07:00 |
|
Alexander Zuev
|
3eb793cd06
|
8035956: javac, incomplete error message
Reviewed-by: vromero
|
2014-03-26 10:47:30 -07:00 |
|
Erik Helin
|
98d8c51389
|
8027924: gc/metaspace/CompressedClassSpaceSizeInJmapHeap.java fails with warning
Reviewed-by: jmasa, tschatzl
|
2014-03-26 16:33:13 +01:00 |
|
Attila Szegedi
|
f6aada536e
|
8038396: fix for the compiler expression evaluator to be more inquisitive about types
Reviewed-by: hannesw, lagergren
|
2014-03-26 15:00:32 +01:00 |
|
Erik Helin
|
a00bf70f6f
|
8035667: EventMetaspaceSummary doesn't report committed Metaspace memory
Reviewed-by: jmasa, stefank
|
2014-03-26 14:15:02 +01:00 |
|
Per Lidén
|
15efa470b9
|
8038461: Test gc/g1/TestStringDeduplicationMemoryUsage.java fails with unexpected memory usage
Reviewed-by: jmasa, sjohanss
|
2014-04-03 10:39:27 +02:00 |
|
Petr Pchelko
|
33a7783be5
|
8032595: [macosx] setResizable(false) makes a frame slide down
Reviewed-by: serb, ddehaven, azvegint
|
2014-03-26 17:01:22 +04:00 |
|
Joel Borggrén-Franck
|
24400e1745
|
8038080: annotation processors don't visit declaration parameter annotations
Co-authored-by: Liam Miller-Cushon <cushon@google.com>
Reviewed-by: darcy
|
2014-03-26 12:18:11 +01:00 |
|
Bhavesh Patel
|
da71a6dd96
|
8031625: javadoc problems referencing inner class constructors
Reviewed-by: jjg
|
2014-03-25 22:07:55 -07:00 |
|
Lana Steuck
|
411b9b7846
|
Merge
|
2014-03-25 14:52:34 -07:00 |
|
Lana Steuck
|
f334b48a84
|
Merge
|
2014-03-25 14:52:03 -07:00 |
|
Lana Steuck
|
f25145f974
|
Merge
|
2014-03-25 14:51:51 -07:00 |
|
Lana Steuck
|
292d3d61d5
|
Merge
|
2014-03-25 14:50:45 -07:00 |
|
Lana Steuck
|
3eb52d3931
|
Merge
|
2014-03-25 14:50:31 -07:00 |
|
Lana Steuck
|
f477129597
|
Merge
|
2014-03-25 14:50:15 -07:00 |
|
Jiangli Zhou
|
7f7515a809
|
Merge
|
2014-03-25 17:33:16 -04:00 |
|
Phil Race
|
405f19007b
|
8037910: [parfait] JNI warnings in jdk/src/windows/native/sun/java2d/d3d/D3DSurfaceData.cpp
Reviewed-by: serb, jgodinez
|
2014-03-25 14:16:53 -07:00 |
|
Lutz Schmidt
|
ac75d4fc2f
|
8037821: Account for trampoline stubs when estimating code buffer sizes
Take into account space needed for "trampoline code" used by calls on PPC64.
Reviewed-by: kvn
|
2014-03-25 12:54:21 -07:00 |
|
Phil Race
|
d49733b70b
|
8034104: [parfait] warnings from jdk/src/macosx/native/sun/awt/CTextPipe.m
Reviewed-by: serb, jgodinez
|
2014-03-25 12:51:28 -07:00 |
|
Lana Steuck
|
7cee5f2093
|
Merge
|
2014-03-25 12:32:28 -07:00 |
|
Lana Steuck
|
0eb4fd78fa
|
Merge
|
2014-03-25 12:32:12 -07:00 |
|
Lana Steuck
|
044ef7075b
|
Merge
|
2014-03-25 12:32:07 -07:00 |
|
Lana Steuck
|
167a9c6b6b
|
Merge
|
2014-03-25 12:31:59 -07:00 |
|
Lana Steuck
|
e39a0f47d0
|
Merge
|
2014-03-25 12:31:54 -07:00 |
|
Lana Steuck
|
7de95cbbd5
|
Merge
|
2014-03-25 12:31:49 -07:00 |
|
Lana Steuck
|
f471b03a8f
|
Merge
|
2014-03-25 12:31:43 -07:00 |
|
Lana Steuck
|
c8921d009f
|
Merge
|
2014-03-25 12:31:39 -07:00 |
|
Konstantin Shefov
|
ba63fad3f1
|
8031422: [TEST_BUG] java/awt/Paint/bug8024864.java fails on Windows 7
Reviewed-by: pchelko, azvegint
|
2014-03-25 18:23:59 +04:00 |
|
Petr Pchelko
|
1bdb6807d0
|
8031001: [Parfait] warnings from b121 for jdk/src/solaris/native/sun/awt: JNI-related warnings
Reviewed-by: serb, anthony
|
2014-03-25 16:31:02 +04:00 |
|
Igor Veresov
|
ddc2f91ab4
|
8038222: Assembler::bsrl fails on assert when -UseCountLeadingZerosInstruction is used on CPU with LZCNT support
Remove the overly strict assert
Reviewed-by: kvn, twisti
|
2014-03-24 23:13:46 -07:00 |
|
Vladimir Kozlov
|
04e8f32451
|
8038286: nm->set_rtm_state() should be called after (nm != NULL) check
Move set_rtm_state() call after (nm != NULL) check
Reviewed-by: iveresov, twisti
|
2014-03-24 17:44:27 -07:00 |
|
Mike Duigou
|
ef9ad46ff8
|
8030681: add "serve" command and --quiet and --verbose options to hgforest
Reviewed-by: ihse
|
2014-03-24 15:40:29 -07:00 |
|
Petr Pchelko
|
dc0b41d3d3
|
8038217: SunFontManager.initIDs NoSuchFieldError: lcdSubPixPos
Reviewed-by: prr, serb
|
2014-03-24 23:02:05 +04:00 |
|
Alejandro Murillo
|
3273c46daf
|
8038262: Workaround for ccache in vm.make is missing for aix
Reviewed-by: simonis, kvn
|
2014-03-24 11:51:40 -07:00 |
|
Calvin Cheung
|
1c9ebd2beb
|
8033566: [parfait] warning from b128 for hotspot/src/share/vm/runtime/frame.cpp: JNI primitive type mismatch
Added an assert for checking the return value is <= max_jint
Reviewed-by: coleenp, minqi
|
2014-03-24 10:48:44 -07:00 |
|
Phil Race
|
32ee4129bf
|
Merge
|
2014-03-24 10:43:59 -07:00 |
|
Attila Szegedi
|
0cbec476dd
|
8037534: Use scope types to determine optimistic types
Reviewed-by: hannesw, lagergren
|
2014-03-24 18:41:06 +01:00 |
|
Attila Szegedi
|
a7394f09e5
|
8038223: Symbol trace debug output takes time
Reviewed-by: hannesw, lagergren
|
2014-03-24 18:40:11 +01:00 |
|