Skip to content

Instantly share code, notes, and snippets.

@VladUreche
Last active August 29, 2015 14:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save VladUreche/9faa054d78c00fd66f33 to your computer and use it in GitHub Desktop.
Save VladUreche/9faa054d78c00fd66f33 to your computer and use it in GitHub Desktop.
JVM Debug output for miniboxing bug #188

Bug: miniboxing/miniboxing-plugin#188

For the record, here's the full VM output (the flags I used there are only available in debug builds of the JVM, which, although they are also dead slow, make the same inlining decisions as the normal VM):

Full output

Miniboxed:

$ mb-scala -J-XX:+PrintCompilation -J-XX:+PrintInlining -J-XX:+TraceDeoptimization brique.Test
Picked up _JAVA_OPTIONS: -Xms2g -Xmx2g -Xss4m -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -XX:PermSize=256m -XX:+TieredCompilation -XX:+UseNUMA
   2357    1       3       java.lang.String::equals (81 bytes)
   3598    2       3       java.lang.Object::<init> (1 bytes)
   3599    3     n 0       java.lang.System::arraycopy (native)   (static)
   4967    4       3       java.lang.String::charAt (29 bytes)
                              x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
   4974    7       3       java.lang.String::hashCode (55 bytes)
   4981   10       1       java.lang.Object::<init> (1 bytes)
   4982    2       3       java.lang.Object::<init> (1 bytes)   made not entrant
   4983    6       3       java.lang.Math::min (11 bytes)
   4985    8       1       java.lang.ref.Reference::get (5 bytes)
   4986    9       1       java.lang.ThreadLocal::access$400 (5 bytes)
   4988    5       3       java.lang.String::length (6 bytes)
   4994   11       3       java.lang.String::indexOf (70 bytes)
                              x@ 66   java.lang.String::indexOfSupplementary (71 bytes)   callee is too large
   5004   12       3       java.lang.String::lastIndexOf (52 bytes)
                              x@ 16   java.lang.Math::min (11 bytes)
                              x@ 48   java.lang.String::lastIndexOfSupplementary (70 bytes)   callee is too large
   5038   13       3       java.lang.AbstractStringBuilder::ensureCapacityInternal (16 bytes)
                              x@ 12   java.lang.AbstractStringBuilder::expandCapacity (50 bytes)   callee is too large
   5041   14       4       java.lang.String::charAt (29 bytes)
   5042   15       3       sun.nio.cs.UTF_8$Encoder::encode (361 bytes)
                              x@ 14   java.lang.Math::min (11 bytes)
                              x@ 139   java.lang.Character::isSurrogate (18 bytes)
                              x@ 157  sun/nio/cs/Surrogate$Parser::<init> (not loaded)   not inlineable
                              x@ 175  sun/nio/cs/Surrogate$Parser::parse (not loaded)   not inlineable
                              x@ 186   java.nio.charset.CharsetEncoder::malformedInputAction (5 bytes)
                              x@ 205   java.nio.charset.CharsetEncoder::replacement (5 bytes)
   5069    4       3       java.lang.String::charAt (29 bytes)   made not entrant
   5085   21       3       java.lang.Math::max (11 bytes)
   5087   20       3       java.lang.String::<init> (67 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 31  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 50  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 60   java.util.Arrays::copyOfRange (63 bytes)   callee is too large
   5097   18       3       java.util.jar.Attributes$Name::isValid (32 bytes)
                              x@ 1   java.util.jar.Attributes$Name::isAlpha (30 bytes)
                              x@ 8   java.util.jar.Attributes$Name::isDigit (18 bytes)
   5106   19       3       java.util.jar.Attributes$Name::isAlpha (30 bytes)
   5109   16       3       java.lang.System::getSecurityManager (4 bytes)
   5110   17       1       java.io.File::getPath (5 bytes)
   5111   22       1       java.lang.StringCoding$StringEncoder::requestedCharsetName (5 bytes)
   5112   23       1       java.net.URL::getProtocol (5 bytes)
   5166   24       3       java.util.Hashtable::hash (63 bytes)
                              x@ 8   java.lang.Object::getClass (0 bytes)   intrinsic
                              x@ 21   sun.misc.Hashing::stringHash32 (10 bytes)
                                x@ 4   java.lang.System$2::getStringHash32 (5 bytes)
                                  x@ 1   java.lang.String::hash32 (45 bytes)   callee is too large
                              x@ 30   java.lang.Object::hashCode (0 bytes)   no static binding
                              x@ 59   java.lang.Object::hashCode (0 bytes)   no static binding
   5176   25       3       java.lang.String::startsWith (72 bytes)
   5182   26       3       java.lang.StringBuilder::append (8 bytes)
                              x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
   5196   27       3       java.util.HashMap::hash (59 bytes)
                              x@ 20   sun.misc.Hashing::stringHash32 (10 bytes)
                                x@ 4   java.lang.System$2::getStringHash32 (5 bytes)
                                  x@ 1   java.lang.String::hash32 (45 bytes)   callee is too large
                              x@ 31   java.lang.Object::hashCode (0 bytes)   no static binding
   5206   28       3       java.lang.CharacterData::of (120 bytes)
   5210   30       3       java.lang.String::getChars (62 bytes)
                              x@ 9  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 27  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 43  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 58   java.lang.System::arraycopy (0 bytes)   intrinsic
   5218   29       3       java.lang.CharacterDataLatin1::getProperties (11 bytes)
   5220   31       1       scala.collection.mutable.StringBuilder::underlying (5 bytes)
   6054   32       3       java.lang.String::indexOf (7 bytes)
                              x@ 3   java.lang.String::indexOf (70 bytes)   callee is too large
   6056   33       1       java.lang.String::length (6 bytes)
   6057    5       3       java.lang.String::length (6 bytes)   made not entrant
   6058   34       3       java.io.UnixFileSystem::normalize (75 bytes)
                              x@ 1   java.lang.String::length (6 bytes)
                              x@ 19   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 44   java.io.UnixFileSystem::normalize (132 bytes)   callee is too large
                              x@ 69   java.io.UnixFileSystem::normalize (132 bytes)   callee is too large
   6073   39       3       java.lang.Object::equals (11 bytes)
   6075   38       1       scala.collection.mutable.HashSet::table (5 bytes)
   6075   37       3       java.lang.AbstractStringBuilder::append (48 bytes)
                              x@ 8   java.lang.String::length (6 bytes)
                              x@ 19   java.lang.AbstractStringBuilder::ensureCapacityInternal (16 bytes)
                                x@ 12   java.lang.AbstractStringBuilder::expandCapacity (50 bytes)   callee is too large
                              x@ 33   java.lang.String::getChars (62 bytes)   callee is too large
   6085   40       1       scala.collection.mutable.HashSet::tableSize (5 bytes)
   6086   36       1       scala.collection.mutable.ListBuffer::last0 (5 bytes)
   6087   41       1       scala.collection.mutable.WrappedArray$ofRef::array (5 bytes)
   6088   35       1       java.net.URL::getFile (5 bytes)
   6090   42       1       scala.collection.mutable.HashMap::table (5 bytes)
   6697   43       3       scala.collection.TraversableOnce$class::$init$ (1 bytes)
   6704   44       3       scala.collection.Parallelizable$class::$init$ (1 bytes)
   6705   47       1       scala.collection.BitSetLike$$anon$1::current (5 bytes)
   6705   45       3       scala.collection.TraversableLike$class::$init$ (1 bytes)
   6706   46       3       scala.PartialFunction$class::$init$ (1 bytes)
   6708   48       3       scala.Function1$class::$init$ (1 bytes)
   6710   49       3       scala.collection.GenSeqLike$class::$init$ (1 bytes)
   6711   50       1       scala.collection.immutable.$colon$colon::head (5 bytes)
   6715   51       1       scala.collection.BitSetLike$$anon$1::end (5 bytes)
   6877   52       3       scala.collection.BitSetLike$class::contains (30 bytes)
                              x@ 10   scala.collection.BitSetLike::word (0 bytes)   not inlineable
   6881   53       3       scala.collection.immutable.BitSet::contains (6 bytes)
                              x@ 2   scala.collection.BitSetLike$class::contains (30 bytes)
                                x@ 10   scala.collection.BitSetLike::word (0 bytes)   not inlineable
   6887   56       3       java.util.Arrays::copyOfRange (63 bytes)
                              x@ 16   java.lang.StringBuilder::<init> (7 bytes)
                                x@ 3   java.lang.AbstractStringBuilder::<init> (12 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 20   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (62 bytes)   callee is too large
   6889   60     n 0       java.lang.Thread::currentThread (native)   (static)
                              x@ 25   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                              x@ 29   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (62 bytes)   callee is too large
                              x@ 32   java.lang.StringBuilder::toString (17 bytes)
                                x@ 13   java.lang.String::<init> (67 bytes)   callee is too large
                              x@ 35   java.lang.IllegalArgumentException::<init> (6 bytes)   don't inline Throwable constructors
                              x@ 54   java.lang.Math::min (11 bytes)
                              x@ 57   java.lang.System::arraycopy (0 bytes)   intrinsic
   6914   58       3       sun.nio.cs.UTF_8$Decoder::decode (640 bytes)
                              x@ 12   java.lang.Math::min (11 bytes)
                              x@ 111   sun.nio.cs.UTF_8$Decoder::isMalformed2 (24 bytes)
                              x@ 118   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 137   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 141   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 176   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 195   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 199   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 245   sun.nio.cs.UTF_8$Decoder::isMalformed3 (45 bytes)   callee is too large
                              x@ 252   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 271   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 275   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 286   sun.nio.cs.UTF_8$Decoder::getByteBuffer (17 bytes)
                                x@ 5   java.nio.ByteBuffer::wrap (8 bytes)
               !                  x@ 4   java.nio.ByteBuffer::wrap (20 bytes)
                                    x@ 7   java.nio.HeapByteBuffer::<init> (14 bytes)
                                      x@ 10   java.nio.ByteBuffer::<init> (45 bytes)   callee is too large
                                    x@ 16  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
                                x@ 11   java.nio.Buffer::position (43 bytes)   callee is too large
                              x@ 295   sun.nio.cs.UTF_8$Decoder::malformedN (255 bytes)   callee is too large
                              x@ 298   java.nio.charset.CoderResult::length (20 bytes)
                                x@ 1   java.nio.charset.CoderResult::isError (14 bytes)
                                x@ 11  java/lang/UnsupportedOperationException::<init> (not loaded)   not inlineable
                              x@ 336   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 355   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 359   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 438   sun.nio.cs.UTF_8$Decoder::isMalformed4 (39 bytes)   callee is too large
                              x@ 446   java.lang.Character::isSupplementaryCodePoint (18 bytes)
                              x@ 516   java.lang.Character::highSurrogate (9 bytes)
                              x@ 529   java.lang.Character::lowSurrogate (10 bytes)
                              x@ 453   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 472   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 476   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 487   sun.nio.cs.UTF_8$Decoder::getByteBuffer (17 bytes)
                                x@ 5   java.nio.ByteBuffer::wrap (8 bytes)
               !                  x@ 4   java.nio.ByteBuffer::wrap (20 bytes)
                                    x@ 7   java.nio.HeapByteBuffer::<init> (14 bytes)
                                      x@ 10   java.nio.ByteBuffer::<init> (45 bytes)   callee is too large
                                    x@ 16  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
                                x@ 11   java.nio.Buffer::position (43 bytes)   callee is too large
                              x@ 496   sun.nio.cs.UTF_8$Decoder::malformedN (255 bytes)   callee is too large
                              x@ 499   java.nio.charset.CoderResult::length (20 bytes)
                                x@ 1   java.nio.charset.CoderResult::isError (14 bytes)
                                x@ 11  java/lang/UnsupportedOperationException::<init> (not loaded)   not inlineable
                              x@ 537   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 556   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 560   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 568   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 587   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 591   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 602   sun.nio.cs.UTF_8$Decoder::getByteBuffer (17 bytes)
                                x@ 5   java.nio.ByteBuffer::wrap (8 bytes)
               !                  x@ 4   java.nio.ByteBuffer::wrap (20 bytes)
                                    x@ 7   java.nio.HeapByteBuffer::<init> (14 bytes)
                                      x@ 10   java.nio.ByteBuffer::<init> (45 bytes)   callee is too large
                                    x@ 16  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
                                x@ 11   java.nio.Buffer::position (43 bytes)   callee is too large
                              x@ 610   sun.nio.cs.UTF_8$Decoder::malformedN (255 bytes)   callee is too large
                              x@ 617   java.nio.charset.CoderResult::isError (14 bytes)
                              x@ 629   java.nio.charset.CoderResult::length (20 bytes)
                                x@ 1   java.nio.charset.CoderResult::isError (14 bytes)
                                x@ 11  java/lang/UnsupportedOperationException::<init> (not loaded)   not inlineable
   7342   61       1       scala.collection.mutable.ArrayBuffer::size0 (5 bytes)
   7342   62       1       scala.collection.mutable.ArrayBuffer::array (5 bytes)
   7343   54       3       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)
   7344   63       1       scala.collection.convert.Wrappers$JMapWrapperLike$$anon$2::ui (5 bytes)
   7345   64       1       java.lang.ProcessEnvironment$ExternalData::toString (5 bytes)
   7366   65       3       scala.collection.IterableLike$class::$init$ (1 bytes)
   7367   72       4       java.lang.String::hashCode (55 bytes)
   7368   66       1       scala.collection.immutable.HashMap$HashTrieMap::elems (5 bytes)
   7369   71       1       scala.collection.immutable.HashMap$HashTrieMap::bitmap (5 bytes)
   7370   73       1       scala.collection.immutable.HashMap$HashTrieMap::size0 (5 bytes)
   7371   70       1       scala.Tuple2::_1 (5 bytes)
   7372   67       3       scala.collection.AbstractIterable::<init> (17 bytes)
                              x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)
                                x@ 1   java.lang.Object::<init> (1 bytes)
                                x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)
                                x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)
                                x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)
                                x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
                                x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)
                                x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)
                              x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                              x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                              x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
   7382   68       3       scala.collection.AbstractTraversable::<init> (29 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)
                              x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)
                              x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)
                              x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
                              x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)
                              x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)
   7384    7       3       java.lang.String::hashCode (55 bytes)   made not entrant
   7388   69       3       scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
   7389   74       3       scala.collection.GenTraversable$class::$init$ (1 bytes)
   7390   75       3       scala.collection.Traversable$class::$init$ (1 bytes)
   7420   76       3       java.util.Arrays::copyOf (19 bytes)
                              x@ 11   java.lang.Math::min (11 bytes)
                              x@ 14   java.lang.System::arraycopy (0 bytes)   intrinsic
   7425   80       3       scala.collection.immutable.BitSet$BitSet1::word (14 bytes)
                              x@ 6   scala.collection.immutable.BitSet$BitSet1::elems (5 bytes)
   7428   81       3       scala.collection.immutable.BitSet$BitSet1::elems (5 bytes)
   7429   82       1       scala.collection.mutable.HashSet::sizemap (5 bytes)
   7430   83       1       scala.collection.mutable.HashSet::seedvalue (5 bytes)
   7431   84       1       scala.collection.mutable.HashSet::threshold (5 bytes)
   7432   77       1       scala.collection.IndexedSeqLike$Elements::index (5 bytes)
   7433   79       1       scala.collection.immutable.$colon$colon::tl (5 bytes)
   7434   78       1       scala.collection.mutable.BitSet::elems (5 bytes)
   7439   85       1       scala.tools.nsc.settings.MutableSettings$Setting::name (5 bytes)
   7455   86       3       java.lang.String::valueOf (14 bytes)
                              x@ 10   java.lang.Object::toString (36 bytes)   no static binding
   7458   88       3       java.lang.String::toString (2 bytes)
   7459   87       1       scala.tools.nsc.settings.MutableSettings$StringSetting::v (5 bytes)
   7587   89       3       scala.collection.SeqLike$class::$init$ (1 bytes)
   7588    2       3       java.lang.Object::<init> (1 bytes)   made zombie
   7588    4       3       java.lang.String::charAt (29 bytes)   made zombie
   7588   90       3       scala.collection.AbstractSeq::<init> (29 bytes)
                              x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)
                                x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                                  x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)
                                  x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)
                                  x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)
                                  x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
                                  x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)
                                  x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)
                                x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                                x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                                x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
                              x@ 5   scala.Function1$class::$init$ (1 bytes)
                              x@ 9   scala.PartialFunction$class::$init$ (1 bytes)
                              x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)
                              x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)
                              x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)
                              x@ 25   scala.collection.Seq$class::$init$ (1 bytes)
   7607    5       3       java.lang.String::length (6 bytes)   made zombie
   7607   95       3       java.lang.Boolean::valueOf (14 bytes)
   7610   96       3       java.lang.Integer::bitCount (49 bytes)
   7614  100       3       scala.Product$class::$init$ (1 bytes)
   7616   91       3       scala.collection.GenSeq$class::$init$ (1 bytes)
   7617   92       3       scala.collection.Seq$class::$init$ (1 bytes)
   7619  106       1       scala.Enumeration::scala$Enumeration$$vmap (5 bytes)
   7620   93       1       scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
   7622   97       1       scala.tools.nsc.settings.MutableSettings$BooleanSetting::v (5 bytes)
   7623  107       1       scala.Enumeration::scala$Enumeration$$bottomId (5 bytes)
   7626  110       1       java.lang.reflect.Method::getDeclaringClass (5 bytes)
   7627  113       3       java.lang.reflect.Method::equals (107 bytes)
                              x@ 17   java.lang.reflect.Method::getDeclaringClass (5 bytes)
                              x@ 21   java.lang.reflect.Method::getDeclaringClass (5 bytes)
                              x@ 28   java.lang.reflect.Method::getName (5 bytes)
                              x@ 32   java.lang.reflect.Method::getName (5 bytes)
                              x@ 43   java.lang.reflect.Method::getReturnType (5 bytes)
                              x@ 46   java.lang.Object::equals (11 bytes)
   7644  112       1       java.lang.Class$MethodArray::length (5 bytes)
   7645  111       1       java.lang.reflect.Method::getName (5 bytes)
   7646  109       1       java.lang.reflect.Method::getReturnType (5 bytes)
   7647  101       1       scala.collection.mutable.ListBuffer::exported (5 bytes)
   7647  102       1       scala.collection.mutable.ListBuffer::len (5 bytes)
   7648   94       1       java.lang.Boolean::booleanValue (5 bytes)
   7649  114       1       scala.collection.mutable.ArrayOps$ofRef::repr (5 bytes)
   7650  104       1       java.lang.Integer::intValue (5 bytes)
   7651  105       1       scala.collection.mutable.HashMap::seedvalue (5 bytes)
   7652  103       1       java.lang.Integer::hashCode (5 bytes)
   7653   99       1       scala.reflect.ClassTag$$anon$1::runtimeClass (5 bytes)
   7654   98       1       scala.collection.mutable.WrappedArrayBuilder::size (5 bytes)
   7655  108       1       scala.Enumeration$ValueSet::scala$Enumeration$ValueSet$$$outer (5 bytes)
   7666  115       3       scala.runtime.BoxesRunTime::boxToBoolean (5 bytes)
                              x@ 1   java.lang.Boolean::valueOf (14 bytes)
   7668  116       1       scala.PartialFunction$::scala$PartialFunction$$checkFallback (5 bytes)
   7669  117       1       scala.PartialFunction$::empty (5 bytes)
   7672  118       1       scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
   7673  119       3       scala.runtime.BoxesRunTime::unboxToBoolean (16 bytes)
                              x@ 12   java.lang.Boolean::booleanValue (5 bytes)
   7676  122       3       scala.collection.mutable.FlatHashTable$$anon$1::i_$eq (6 bytes)
   7677  120       3       scala.collection.mutable.HashSet::entryToElem (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$HashUtils$class::entryToElem (13 bytes)
   7680  121       1       scala.tools.nsc.settings.MutableSettings$Setting::_abbreviations (5 bytes)
   7687  123       3       scala.collection.generic.Growable$class::$init$ (1 bytes)
   7688  125       3       scala.collection.immutable.Nil$::isEmpty (2 bytes)
   7689  126       3       scala.collection.mutable.FlatHashTable$$anon$1::hasNext (70 bytes)
                              x@ 1   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 8   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 21   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 27   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 36   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 41   scala.collection.mutable.FlatHashTable$$anon$1::i_$eq (6 bytes)
                              x@ 48   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 55   scala.collection.mutable.HashSet::table (5 bytes)
   7700  133       1       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)
   7701   54       3       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)   made not entrant
   7701  128       1       scala.Function1$class::$init$ (1 bytes)
   7701   48       3       scala.Function1$class::$init$ (1 bytes)   made not entrant
   7701  136       3       scala.collection.mutable.FlatHashTable$class::addEntry (109 bytes)
                              x@ 2   java.lang.Object::hashCode (0 bytes)   no static binding
                              x@ 5   scala.collection.mutable.HashSet::index (6 bytes)
                                x@ 2   scala.collection.mutable.FlatHashTable$class::index (36 bytes)   callee is too large
                              x@ 12   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 25   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 35   scala.collection.mutable.HashSet::tableSize (5 bytes)
                              x@ 42   scala.collection.mutable.HashSet::tableSize_$eq (6 bytes)
                              x@ 49   scala.collection.mutable.HashSet::nnSizeMapAdd (6 bytes)
                                x@ 2   scala.collection.mutable.FlatHashTable$class::nnSizeMapAdd (34 bytes)   callee is too large
                              x@ 55   scala.collection.mutable.HashSet::tableSize (5 bytes)
                              x@ 61   scala.collection.mutable.HashSet::threshold (5 bytes)
                              x@ 70   scala.collection.mutable.FlatHashTable$class::growTable (134 bytes)   callee is too large
                              x@ 77   scala.runtime.BoxesRunTime::equals (13 bytes)
                                x@ 9   scala.runtime.BoxesRunTime::equals2 (52 bytes)   callee is too large
                              x@ 89   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 98   scala.collection.mutable.HashSet::table (5 bytes)
   7735  131       3       scala.util.hashing.package$::byteswap32 (15 bytes)
                              x@ 6   java.lang.Integer::reverseBytes (26 bytes)
   7738  132       3       java.lang.Integer::reverseBytes (26 bytes)
   7740  134       3       scala.collection.mutable.HashSet::tableSize_$eq (6 bytes)
   7742  135       3       scala.collection.mutable.HashSet::addEntry (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$class::addEntry (109 bytes)   callee is too large
   7744  138       3       scala.tools.nsc.settings.MutableSettings$Setting::hashCode (5 bytes)
                              x@ 1   scala.tools.nsc.settings.AbsSettings$AbsSetting$class::hashCode (20 bytes)
                                x@ 1   scala.tools.nsc.settings.MutableSettings$Setting::name (5 bytes)
                                x@ 6   java.lang.String::hashCode (55 bytes)   callee is too large
                                x@ 10   scala.reflect.internal.settings.AbsSettings$AbsSettingValue::value (0 bytes)   not inlineable
                                x@ 15   java.lang.Object::hashCode (0 bytes)   no static binding
   7750  129       3       scala.collection.IndexedSeqLike$class::$init$ (1 bytes)
   7751  130       3       scala.collection.IndexedSeqOptimized$class::$init$ (1 bytes)
   7752  127       3       scala.reflect.internal.settings.MutableSettings$SettingValue$class::value (7 bytes)
                              x@ 1   scala.reflect.internal.settings.MutableSettings$SettingValue::v (0 bytes)   not inlineable
   7755  124       3       scala.collection.mutable.Builder$class::$init$ (1 bytes)
   8116  142  s    3       java.util.Hashtable::get (70 bytes)
                              x@ 7   java.util.Hashtable::hash (63 bytes)   callee is too large
                              x@ 46   java.lang.Object::equals (11 bytes)   no static binding
   8126  146       3       scala.collection.immutable.Traversable$class::$init$ (1 bytes)
   8127  147       3       scala.collection.immutable.Iterable$class::$init$ (1 bytes)
   8128  145       3       scala.collection.immutable.$colon$colon::isEmpty (2 bytes)
   8129  143       1       scala.collection.convert.Wrappers$JIteratorWrapper::underlying (5 bytes)
   8130  148       3       scala.collection.immutable.$colon$colon::tl_$eq (6 bytes)
   8131  149       3       scala.collection.immutable.$colon$colon::tail (5 bytes)
                              x@ 1   scala.collection.immutable.$colon$colon::tail (5 bytes)
                                x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)
   8134  150       3       scala.collection.immutable.$colon$colon::tail (5 bytes)
                              x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)
   8136  151       3       scala.collection.mutable.HashSet::elemToEntry (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$HashUtils$class::elemToEntry (12 bytes)
   8140  152       3       java.lang.ref.SoftReference::get (29 bytes)
                              x@ 1   java.lang.ref.Reference::get (5 bytes)   intrinsic
   8145  144       1       java.util.Hashtable::access$600 (5 bytes)
   8146  153       3       java.lang.ThreadLocal::getMap (5 bytes)
   8158  154       3       java.lang.Character::toLowerCase (9 bytes)
                              x@ 1   java.lang.CharacterData::of (120 bytes)   callee is too large
                              x@ 5   java.lang.CharacterData::toLowerCase (0 bytes)   no static binding
   8162  162       3       java.lang.StringCoding::scale (7 bytes)
   8165  155       3       java.lang.CharacterDataLatin1::toLowerCase (39 bytes)
                              x@ 4   java.lang.CharacterDataLatin1::getProperties (11 bytes)
   8171  156       1       scala.Some::x (5 bytes)
   8172  157       3       java.lang.ThreadLocal::get (34 bytes)
                              x@ 0   java.lang.Thread::currentThread (0 bytes)   intrinsic
                              x@ 6   java.lang.ThreadLocal::getMap (5 bytes)
                              x@ 16   java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
                                x@ 2   java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)   callee is too large
                              x@ 30   java.lang.ThreadLocal::setInitialValue (36 bytes)   callee is too large
   8182  167       3       scala.runtime.AbstractFunction1::<init> (9 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 5   scala.Function1$class::$init$ (1 bytes)
   8186  169       1       scala.PartialFunction$class::$init$ (1 bytes)
   8187   46       3       scala.PartialFunction$class::$init$ (1 bytes)   made not entrant
   8187  170       1       java.util.HashMap$Entry::getValue (5 bytes)
   8187  175     n 0       java.lang.Object::getClass (native)   
   8188  171       1       java.util.HashMap$Entry::getKey (5 bytes)
   8189  176       3       scala.collection.CustomParallelizable$class::$init$ (1 bytes)
   8191  164       3       scala.collection.immutable.Seq$class::$init$ (1 bytes)
   8193  165       3       scala.collection.immutable.List::<init> (37 bytes)
                              x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)
                                x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)
                                  x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   callee is too large
                                  x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                                  x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                                  x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
                                x@ 5   scala.Function1$class::$init$ (1 bytes)
                                x@ 9   scala.PartialFunction$class::$init$ (1 bytes)
                                x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)
                                x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)
                                x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)
                                x@ 25   scala.collection.Seq$class::$init$ (1 bytes)
                              x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)
                              x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)
                              x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)
                              x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)
                              x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)
                              x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)
                              x@ 29   scala.Product$class::$init$ (1 bytes)
                              x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)
   8219  166       3       scala.collection.LinearSeqLike$class::$init$ (1 bytes)
   8220  158       3       java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
                              x@ 2   java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)   callee is too large
   8223  159       3       java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)
                              x@ 1   java.lang.ThreadLocal::access$400 (5 bytes)
                              x@ 25   java.lang.ref.Reference::get (5 bytes)   intrinsic
                              x@ 38   java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss (63 bytes)   callee is too large
   8228  160       3       java.lang.StringCoding::deref (19 bytes)
                              x@ 1   java.lang.ThreadLocal::get (34 bytes)
                                x@ 0   java.lang.Thread::currentThread (0 bytes)   intrinsic
                                x@ 6   java.lang.ThreadLocal::getMap (5 bytes)
                                x@ 16   java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
                                  x@ 2   java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)   callee is too large
                                x@ 30   java.lang.ThreadLocal::setInitialValue (36 bytes)   callee is too large
                              x@ 15   java.lang.ref.SoftReference::get (29 bytes)
                                x@ 1   java.lang.ref.Reference::get (5 bytes)   intrinsic
   8242  161       3       java.lang.StringCoding::access$000 (6 bytes)
                              x@ 2   java.lang.StringCoding::scale (7 bytes)
   8319  177       3       scala.collection.mutable.ListBuffer::$plus$eq (84 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::exported (5 bytes)
                              x@ 8   scala.collection.mutable.ListBuffer::copy (51 bytes)   callee is too large
                              x@ 12   scala.collection.mutable.ListBuffer::isEmpty (5 bytes)
                                x@ 1   scala.collection.generic.TraversableForwarder$class::isEmpty (12 bytes)
                                  x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                    x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                      x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
                                  x@ 6   scala.collection.GenTraversableOnce::isEmpty (0 bytes)   not inlineable
                              x@ 27   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
                              x@ 30   scala.collection.mutable.ListBuffer::last0_$eq (6 bytes)
                              x@ 35   scala.collection.mutable.ListBuffer::last0 (5 bytes)
                              x@ 38   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start_$eq (6 bytes)
                              x@ 45   scala.collection.mutable.ListBuffer::last0 (5 bytes)
                              x@ 58   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
                              x@ 61   scala.collection.mutable.ListBuffer::last0_$eq (6 bytes)
                              x@ 66   scala.collection.mutable.ListBuffer::last0 (5 bytes)
                              x@ 69   scala.collection.immutable.$colon$colon::tl_$eq (6 bytes)
                              x@ 74   scala.collection.mutable.ListBuffer::len (5 bytes)
                              x@ 79   scala.collection.mutable.ListBuffer::len_$eq (6 bytes)
   8326  200       4       java.lang.Integer::bitCount (49 bytes)
   8328   96       3       java.lang.Integer::bitCount (49 bytes)   made not entrant
   8348  207       4       java.lang.String::indexOf (70 bytes)
   8350  196       1       scala.collection.Parallelizable$class::$init$ (1 bytes)
   8351   44       3       scala.collection.Parallelizable$class::$init$ (1 bytes)   made not entrant
   8351  197       1       scala.collection.TraversableLike$class::$init$ (1 bytes)
   8351   45       3       scala.collection.TraversableLike$class::$init$ (1 bytes)   made not entrant
   8351  203       1       scala.collection.immutable.$colon$colon::isEmpty (2 bytes)
   8352  145       3       scala.collection.immutable.$colon$colon::isEmpty (2 bytes)   made not entrant
   8352  201       1       scala.collection.immutable.Nil$::isEmpty (2 bytes)
   8353  125       3       scala.collection.immutable.Nil$::isEmpty (2 bytes)   made not entrant
   8353  212       3       java.net.URI$Parser::charAt (9 bytes)
                              x@ 5   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 66   java.lang.String::indexOfSupplementary (71 bytes)   too big
   8359  211       3       java.net.URI::match (56 bytes)
   8361   11       3       java.lang.String::indexOf (70 bytes)   made not entrant
   8365  214       3       java.net.URI::access$300 (7 bytes)
                              x@ 3   java.net.URI::match (56 bytes)   callee is too large
   8367  187       3       scala.collection.mutable.Traversable$class::$init$ (1 bytes)
   8368  188       3       scala.collection.mutable.Iterable$class::$init$ (1 bytes)
   8369  204       3       scala.collection.mutable.Cloneable$class::$init$ (1 bytes)
   8370  180       3       scala.collection.mutable.AbstractSeq::<init> (25 bytes)
                              x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)
                                x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)
                                  x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   callee is too large
                                  x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                                  x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                                  x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
                                x@ 5   scala.Function1$class::$init$ (1 bytes)
                                x@ 9   scala.PartialFunction$class::$init$ (1 bytes)
                                x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)
                                x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)
                                x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)
                                x@ 25   scala.collection.Seq$class::$init$ (1 bytes)
                              x@ 5   scala.collection.mutable.Traversable$class::$init$ (1 bytes)
                              x@ 9   scala.collection.mutable.Iterable$class::$init$ (1 bytes)
                              x@ 13   scala.collection.mutable.Cloneable$class::$init$ (1 bytes)
                              x@ 17   scala.collection.mutable.SeqLike$class::$init$ (1 bytes)
                              x@ 21   scala.collection.mutable.Seq$class::$init$ (1 bytes)
   8388  216       1       scala.collection.generic.Growable$class::$init$ (1 bytes)
   8389  123       3       scala.collection.generic.Growable$class::$init$ (1 bytes)   made not entrant
   8389  208       1       java.net.URL::getPath (5 bytes)
   8390  183       3       scala.collection.mutable.ListBuffer::isEmpty (5 bytes)
                              x@ 1   scala.collection.generic.TraversableForwarder$class::isEmpty (12 bytes)
                                x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                  x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                    x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
                                x@ 6   scala.collection.GenTraversableOnce::isEmpty (0 bytes)   not inlineable
   8395  217  s    1       java.util.Vector::size (5 bytes)
   8396  184       3       scala.collection.generic.TraversableForwarder$class::isEmpty (12 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                  x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
                              x@ 6   scala.collection.GenTraversableOnce::isEmpty (0 bytes)   not inlineable
   8402  185       3       scala.collection.mutable.ListBuffer::underlying (5 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
   8405  202       3       scala.collection.mutable.ListBuffer::underlying (5 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
   8407  181       3       scala.collection.mutable.SeqLike$class::$init$ (1 bytes)
   8408  182       3       scala.collection.mutable.Seq$class::$init$ (1 bytes)
   8409  189       3       scala.collection.generic.Subtractable$class::$init$ (1 bytes)
   8410  218       1       java.nio.charset.Charset::name (5 bytes)
   8411  178       3       scala.collection.mutable.ListBuffer::last0_$eq (6 bytes)
   8413  194       1       scala.collection.generic.GenTraversableFactory::ReusableCBF (5 bytes)
   8414  220       1       java.util.zip.ZipFile::access$000 (5 bytes)
   8415  219       1       java.net.URL::getHost (5 bytes)
   8415  223       3       scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1::apply (6 bytes)
                              x@ 2   scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1::apply (11 bytes)
                                x@ 5   scala.collection.generic.Growable::$plus$eq (0 bytes)   not inlineable
   8419  225       3       scala.collection.mutable.FlatHashTable$$anon$1::next (57 bytes)
                              x@ 1   scala.collection.mutable.FlatHashTable$$anon$1::hasNext (70 bytes)   callee is too large
                              x@ 9   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 14   scala.collection.mutable.FlatHashTable$$anon$1::i_$eq (6 bytes)
                              x@ 25   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 31   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 37   scala.collection.mutable.HashSet::entryToElem (6 bytes)
                                x@ 2   scala.collection.mutable.FlatHashTable$HashUtils$class::entryToElem (13 bytes)
                              x@ 48   scala.collection.Iterator$::empty (5 bytes)
                              x@ 51   scala.collection.Iterator::next (0 bytes)   not inlineable
   8433  236       1       scala.collection.generic.Subtractable$class::$init$ (1 bytes)
   8434  189       3       scala.collection.generic.Subtractable$class::$init$ (1 bytes)   made not entrant
   8434  233       1       scala.collection.mutable.Builder$class::$init$ (1 bytes)
   8434  124       3       scala.collection.mutable.Builder$class::$init$ (1 bytes)   made not entrant
   8434  249       1       scala.collection.TraversableOnce$class::$init$ (1 bytes)
   8435   43       3       scala.collection.TraversableOnce$class::$init$ (1 bytes)   made not entrant
   8435  239       1       scala.collection.CustomParallelizable$class::$init$ (1 bytes)
   8436  176       3       scala.collection.CustomParallelizable$class::$init$ (1 bytes)   made not entrant
   8436  234       3       scala.collection.generic.Shrinkable$class::$init$ (1 bytes)
   8437  235       3       scala.collection.mutable.IndexedSeqLike$class::$init$ (1 bytes)
   8438  232       3       scala.collection.mutable.ListBuffer::$plus$eq (6 bytes)
                              x@ 2   scala.collection.mutable.ListBuffer::$plus$eq (84 bytes)   callee is too large
   8438  255       4       scala.collection.AbstractTraversable::<init> (29 bytes)
   8440  256       1       scala.collection.generic.Shrinkable$class::$init$ (1 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                              x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                              x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                              x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                              x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                              x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
   8441  234       3       scala.collection.generic.Shrinkable$class::$init$ (1 bytes)   made not entrant
   8441  253       1       scala.collection.IndexedSeqLike$class::$init$ (1 bytes)
   8441   68       3       scala.collection.AbstractTraversable::<init> (29 bytes)   made not entrant
   8441  259       4       java.lang.String::indexOf (7 bytes)
   8442  129       3       scala.collection.IndexedSeqLike$class::$init$ (1 bytes)   made not entrant
   8442  260       1       scala.collection.mutable.IndexedSeqLike$class::$init$ (1 bytes)
   8442  261       4       java.net.URI$Parser::charAt (9 bytes)
   8442  235       3       scala.collection.mutable.IndexedSeqLike$class::$init$ (1 bytes)   made not entrant
   8443  254       1       scala.collection.IndexedSeqOptimized$class::$init$ (1 bytes)
   8443  263       4       java.net.URI::match (56 bytes)
   8443  130       3       scala.collection.IndexedSeqOptimized$class::$init$ (1 bytes)   made not entrant
   8443  228       3       scala.collection.AbstractTraversable::newBuilder (5 bytes)
                              x@ 1   scala.collection.generic.GenericTraversableTemplate$class::newBuilder (10 bytes)
                                x@ 1   scala.collection.generic.GenericTraversableTemplate::companion (0 bytes)   not inlineable
                                x@ 6   scala.collection.generic.GenericCompanion::newBuilder (0 bytes)   no static binding
                              x@ 5   java.lang.String::charAt (29 bytes)   inline (hot)
   8447  212       3       java.net.URI$Parser::charAt (9 bytes)   made not entrant
   8448  211       3       java.net.URI::match (56 bytes)   made not entrant
   8448  224       3       scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1::apply (11 bytes)
                              x@ 5   scala.collection.generic.Growable::$plus$eq (0 bytes)   not inlineable
                              x@ 3   java.lang.String::indexOf (70 bytes)   inline (hot)
                                x@ 66   java.lang.String::indexOfSupplementary (71 bytes)   too big
   8451  266       1       scala.collection.immutable.VectorIterator::lo (5 bytes)
   8451  244       3       scala.collection.mutable.HashSet::index (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$class::index (36 bytes)   callee is too large
   8454  231       3       java.nio.charset.CharsetEncoder::maxBytesPerChar (5 bytes)
   8454  269 %     4       sun.nio.cs.UTF_8$Encoder::encode @ 20 (361 bytes)
   8455   32       3       java.lang.String::indexOf (7 bytes)   made not entrant
   8455  230       3       java.util.Arrays::copyOf (19 bytes)
                              x@ 11   java.lang.Math::min (11 bytes)
                              x@ 14   java.lang.System::arraycopy (0 bytes)   intrinsic
   8460  245       3       scala.collection.mutable.FlatHashTable$class::index (36 bytes)
                              x@ 3   scala.collection.mutable.HashSet::seedvalue (5 bytes)
                              x@ 8   scala.collection.mutable.HashSet::improve (7 bytes)
                                x@ 3   scala.collection.mutable.FlatHashTable$HashUtils$class::improve (31 bytes)
                                  x@ 4   scala.util.hashing.package$::byteswap32 (15 bytes)
                                    x@ 6   java.lang.Integer::reverseBytes (26 bytes)   callee is too large
                              x@ 15   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 28   java.lang.Integer::bitCount (49 bytes)   callee is too large
   8473  226       3       scala.collection.mutable.ListBuffer::$plus$eq (6 bytes)
                              x@ 2   scala.collection.mutable.ListBuffer::$plus$eq (84 bytes)   callee is too large
   8475  267       1       scala.collection.LinearSeqLike$$anon$1::these (5 bytes)
   8476  268       1       java.util.ArrayList::size (5 bytes)
   8477  246       3       scala.collection.mutable.HashSet::improve (7 bytes)
                              x@ 3   scala.collection.mutable.FlatHashTable$HashUtils$class::improve (31 bytes)
                                x@ 4   scala.util.hashing.package$::byteswap32 (15 bytes)
                                  x@ 6   java.lang.Integer::reverseBytes (26 bytes)
   8484  247       3       scala.collection.mutable.FlatHashTable$HashUtils$class::improve (31 bytes)
                              x@ 4   scala.util.hashing.package$::byteswap32 (15 bytes)
                                x@ 6   java.lang.Integer::reverseBytes (26 bytes)
                              x@ 139   java.lang.Character::isSurrogate (18 bytes)   executed < MinInliningThreshold times
   8489  241       3       scala.collection.mutable.FlatHashTable$class::nnSizeMapAdd (34 bytes)
                              x@ 1   scala.collection.mutable.HashSet::sizemap (5 bytes)
                              x@ 11   scala.collection.mutable.HashSet::sizeMapBucketBitSize (5 bytes)
                                x@ 1   scala.collection.mutable.FlatHashTable$HashUtils$class::sizeMapBucketBitSize (2 bytes)
                              x@ 19   scala.collection.mutable.HashSet::sizemap (5 bytes)
   8496  213       1       java.net.URL::getAuthority (5 bytes)
   8497  270       3       java.lang.AbstractStringBuilder::<init> (12 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
   8500  271       3       java.lang.Character::toLowerCase (6 bytes)
                              x@ 1   java.lang.Character::toLowerCase (9 bytes)
                                x@ 1   java.lang.CharacterData::of (120 bytes)   callee is too large
                                x@ 5   java.lang.CharacterData::toLowerCase (0 bytes)   no static binding
   8504  273       3       java.lang.String::toCharArray (25 bytes)
                              x@ 20   java.lang.System::arraycopy (0 bytes)   intrinsic
   8507  272       3       java.nio.Buffer::checkIndex (22 bytes)
                              x@ 16  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
   8511  276       3       java.lang.String::indexOf (166 bytes)
   8513  277       4       java.lang.String::lastIndexOf (52 bytes)
                              x@ 16   java.lang.Math::min (11 bytes)   (intrinsic)
                              x@ 48   java.lang.String::lastIndexOfSupplementary (70 bytes)   too big
   8529  274       3       java.util.jar.JarFile::getEntry (22 bytes)
               !m             x@ 2   java.util.zip.ZipFile::getEntry (86 bytes)   callee is too large
                              x@ 16   java.util.jar.JarFile$JarFileEntry::<init> (11 bytes)
                                x@ 7   java.util.jar.JarEntry::<init> (6 bytes)
                                  x@ 2   java.util.zip.ZipEntry::<init> (115 bytes)   callee is too large
   8531   12       3       java.lang.String::lastIndexOf (52 bytes)   made not entrant
   8536  288       1       scala.collection.immutable.Range::numRangeElements (5 bytes)
   8537  287       3       scala.collection.immutable.$colon$colon::<init> (15 bytes)
                              x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
   8540  291       3       java.lang.Number::<init> (5 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
   8540  305       4       scala.collection.immutable.List::<init> (37 bytes)
   8542  293       3       java.lang.Integer::valueOf (54 bytes)
                              x@ 50   java.lang.Integer::<init> (10 bytes)
                                x@ 1   java.lang.Number::<init> (5 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
   8543  306       4       scala.collection.immutable.$colon$colon::<init> (15 bytes)
   8546  307       4       java.lang.Number::<init> (5 bytes)
                              x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                  x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                    x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                    x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                    x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                    x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                    x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                  x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                              x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                              x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                              x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                              x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                              x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                              x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                              x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                              x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
                              x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
   8546  165       3       scala.collection.immutable.List::<init> (37 bytes)   made not entrant
   8547  291       3       java.lang.Number::<init> (5 bytes)   made not entrant
   8548  292       2       scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                              x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
   8550  308       4       java.lang.Integer::valueOf (54 bytes)
   8550  294       2       java.lang.Integer::<init> (10 bytes)
                              x@ 1   java.lang.Number::<init> (5 bytes)
                                x@ 1   java.lang.Object::<init> (1 bytes)
   8551  296       2       scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)
   8552  286       1       scala.collection.IndexedSeqLike$Elements::scala$collection$IndexedSeqLike$Elements$$$outer (5 bytes)
                              x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 11   scala.collection.immutable.List::<init> (37 bytes)   inline (hot)
                                x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                  x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                    x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                      x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                      x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                      x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                      x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                      x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                    x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                  x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                  x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                  x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                  x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                  x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                                x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                                x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                                x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                                x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                                x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                                x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
   8553  295       2       scala.collection.IndexedSeqLike$Elements::next (55 bytes)
                              x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)
   8554  309       4       scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                              x@ 14   scala.collection.Iterator$::empty (5 bytes)
   8554  287       3       scala.collection.immutable.$colon$colon::<init> (15 bytes)   made not entrant
                              x@ 17   scala.collection.Iterator::next (0 bytes)   not inlineable
                              x@ 30   scala.collection.IndexedSeqLike$Elements::scala$collection$IndexedSeqLike$Elements$$$outer (5 bytes)
                              x@ 34   scala.collection.IndexedSeqLike$Elements::index (5 bytes)
                              x@ 37   scala.collection.GenSeqLike::apply (0 bytes)   not inlineable
                              x@ 45   scala.collection.IndexedSeqLike$Elements::in   8556  293       3       java.lang.Integer::valueOf (54 bytes)   made not entrant
dex (5 bytes)
                              x@ 50   scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)
                              x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                  x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                    x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
   8560  310       1       scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)
   8560  292       2       scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   made not entrant
   8560  296       2       scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)   made not entrant
   8560  303       2       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (9 bytes)
                              x@ 2   scala.collection.TraversableOnce$$anonfun$reversed$1::apply (22 bytes)
                                x@ 15   scala.collection.immutable.List::$colon$colon (10 bytes)
                                  x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                    x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
   8562  311       4       scala.collection.IndexedSeqLike$Elements::next (55 bytes)
   8566  297       2       scala.collection.IndexedSeqLike$Elements::hasNext (17 bytes)
                              x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)
   8568  302       2       scala.collection.immutable.Range::apply$mcII$sp (44 bytes)
                              x@ 1   scala.collection.immutable.Range::scala$   8568  312       4       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (9 bytes)
collection$immutable$Range$$validateMaxLength (14 bytes)
                                x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)
                                x@ 9   scala.collection.immutable.Range::fail (30 bytes)
                                  x@ 8   scala.collection.mutable.StringBuilder::<init> (10 bytes)
                                    x@ 6   scala.collection.mutable.StringBuilder::<init> (22 bytes)
                                      x@ 6   java.lang.String::length (6 bytes)
                                       8570  313       4       scala.collection.IndexedSeqLike$Elements::hasNext (17 bytes)
  x@ 11   java.lang.StringBuilder::<init> (6 bytes)
                                        x@ 2   java.lang.AbstractStringBuilder::<init> (12 bytes)
                                          x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                                      x@ 15   java.lang.StringBuilder::append (8 bytes)
                                        x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                      x@ 18   scala.collection.mutable.StringBuilder::<init> (46 bytes)   callee is too large
   8572  297       2       scala.collection.IndexedSeqLike$Elements::hasNext (17 bytes)   made not entrant
                                  x@ 12   scala.collection.immutable.Range::description (76 bytes)   callee is too large
                                  x@ 15   scala.collection.mutable.StringBuilder::append (14 bytes)
                                    x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                    x@ 5   java.lang.String::valueOf (14 bytes)
                                      x@ 10   java.lang.String::toString (2 bytes)
                                    x@ 8   java.lang.StringBuilder::append (8 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                  x@ 20   scala.collection.mutable.StringBuilder::append (14 bytes)
                                    x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                    x@ 5   java.lang.String::valueOf (14 bytes)
                                      x@ 10   java.lang.String::toString (2 bytes)
                                    x@ 8   java.lang.StringBuilder::append (8 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                  x@ 23   scala.collection.mutable.StringBuilder::toString (8 bytes)
                                    x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                    x@ 4   java.lang.StringBuilder::toString (17 bytes)
                                      x@ 13   java.lang.String::<init> (67 bytes)   callee is too large
                                  x@ 26   java.lang.IllegalArgumentException::<init> (6 bytes)   don't inline Throwable constructors
                              x@ 11   scala.collection.immutable.Range::numRangeElements (5 bytes)
                              x@ 33   scala.collection.immutable.Range::start (5 bytes)
                              x@ 37   scala.collection.immutable.Range::step (5 bytes)
                              x@ 22   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                                x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
                              x@ 25   java.lang.Integer::toString (8 bytes)
                                x@ 4   java.lang.Integer::toString (48 bytes)   callee is too large
                              x@ 28  java/lang/IndexOutOfBoun                              x@ 2   scala.collection.TraversableOnce$$anonfun$reversed$1::apply (22 bytes)   inline (hot)
                                x@ 15   scala.collection.immutable.List::$colon$colon (10 bytes)   inline (hot)
                                  x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)   inline (hot)
                                    x@ 11   scala.collection.immutable.List::<init> (37 bytes)   inline (hot)
                                      x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                        x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                          x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                            x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                            x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                            x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                            x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                            x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                            x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                            x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                          x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                          x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                          x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                        x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                        x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                        x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                        x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                        x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                        x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                                      x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                                      x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
dsException::<init> (not loaded)   not inlineable
                              x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                              x@ 14   scala.collection.Iterator$::empty (5 bytes)   inline (hot)
                              x@ 30   scala.collection.IndexedSeqLike$Elements::scala$collection$IndexedSeqLike$Elements$$$outer (5 bytes)   inline (hot)
                              x@ 34   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                              x@ 37   scala.collection.immutable.Range::apply (9 bytes)   inline (hot)
                               \-> TypeProfile (10541/10541 counts) = scala/collection/immutable/Range$Inclusive
                                x@ 2   scala.collection.immutable.Range::apply (6 bytes)   inline (hot)
                                  x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   inline (hot)
                                    x@ 1   scala.collection.immutable.Range::scala$collection$immutable$Range$$validateMaxLength (14 bytes)   inline (hot)
                                      x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                      x@ 9   scala.collection.immutable.Range::fail (30 bytes)   never executed
                                    x@ 11   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                    x@ 33   scala.collection.immutable.Range::start (5 bytes)   inline (hot)
                                    x@ 37   scala.collection.immutable.Range::step (5 bytes)   inline (hot)
                                x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                    x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                      x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                        x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 45   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                              x@ 50   scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)   inline (hot)
   8582  303       2       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (9 bytes)   made not entrant
   8589  295       2       scala.collection.IndexedSeqLike$Elements::next (55 bytes)   made not entrant
   8590    7       3       java.lang.String::hashCode (55 bytes)   made zombie
   8591  289       1       scala.collection.immutable.Range::start (5 bytes)
   8592  290       1       scala.collection.immutable.Range::step (5 bytes)
   8594  298       2       scala.collection.immutable.Range::scala$collection$immutable$Range$$validateMaxLength (14 bytes)
                              x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)
                              x@ 9   scala.collection.immutable.Range::fail (30 bytes)
                                x@ 8   scala.collection.mutable.StringBuilder::<init> (10 bytes)
                                  x@ 6   scala.collection.mutable.StringBuilder::<init> (22 bytes)
                                    x@ 6   java.lang.String::length (6 bytes)
                                    x@ 11   java.lang.StringBuilder::<init> (6 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::<init> (12 bytes)
                                        x@ 1   java.lang.Object::<init> (1 bytes)
                                    x@ 15   java.lang.StringBuilder::append (8 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                    x@ 18   scala.collection.mutable.StringBuilder::<init> (46 bytes)   callee is too large
                                x@ 12   scala.collection.immutable.Range::description (76 bytes)   callee is too large
                                x@ 15   scala.collection.mutable.StringBuilder::append (14 bytes)
                                  x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                  x@ 5   java.lang.String::valueOf (14 bytes)
                                    x@ 10   java.lang.String::toString (2 bytes)
                                  x@ 8   java.lang.StringBuilder::append (8 bytes)
                                    x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                x@ 20   scala.collection.mutable.StringBuilder::append (14 bytes)
                                  x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                  x@ 5   java.lang.String::valueOf (14 bytes)
                                    x@ 10   java.lang.String::toString (2 bytes)
                                  x@ 8   java.lang.StringBuilder::append (8 bytes)
                                    x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                x@ 23   scala.collection.mutable.StringBuilder::toString (8 bytes)
                                  x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                  x@ 4   java.lang.StringBuilder::toString (17 bytes)
                                    x@ 13   java.lang.String::<init> (67 bytes)   callee is too large
                                x@ 26   java.lang.IllegalArgumentException::<init> (6 bytes)   don't inline Throwable constructors
   8604  314 %     4       scala.collection.Iterator$class::foreach @ 0 (26 bytes)
   8610  300       2       scala.collection.immutable.Range::apply (9 bytes)
                              x@ 2   scala.collection.immutable.Range::apply (6 bytes)
                                x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   callee is too large
                              x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                                x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
   8613  301       2       scala.collection.immutable.Range::apply (6 bytes)
                              x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   callee is too large
   8614  315       4       scala.collection.Iterator$class::foreach (26 bytes)
   8615  299       2       scala.collection.immutable.List::$colon$colon (10 bytes)
                              x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
   8619  304       2       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (22 bytes)
                              x@ 15   scala.collection.immutable.List::$colon$colon (10 bytes)
                                x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                  x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
   8624  284       3       java.lang.AbstractStringBuilder::expandCapacity (50 bytes)
                              x@ 30   java.lang.OutOfMemoryError::<init> (5 bytes)   don't inline Throwable constructors
                              x@ 43   java.util.Arrays::copyOf (19 bytes)
                                x@ 11   java.lang.Math::min (11 bytes)
                                x@ 14   java.lang.System::arraycopy (0 bytes)   intrinsic
   8635  283       3       java.lang.String::substring (79 bytes)
                              x@ 9  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 27  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 44  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 75   java.lang.String::<init> (67 bytes)   callee is too large
   8645  221       1       java.net.URL::getQuery (5 bytes)
   8649  317   !   3       java.util.zip.ZipFile::getEntry (86 bytes)
   8649  318       4       sun.nio.cs.UTF_8$Encoder::encode (361 bytes)
DEOPT PACKING thread 0x00007f6a9400e800 Deoptimized frame (sp=0x00007f6a9c8360b0 unextended sp=0x00007f6a9c8360b0, fp=0x00007f6a9c8361c8, pc=0x00007f6a841a0dc3)
     nmethod   8649   15       3       sun.nio.cs.UTF_8$Encoder::encode (361 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007f6a9c8360b0, unextended_sp=0x00007f6a9c8360b0, fp=0x00007f6a9c8361c8, pc=0x00007f6a841a0dc3)
sun.nio.cs.UTF_8$Encoder.encode(UTF_8.java:633) - goto @ bci 51 
                              x@ 10       Created vframeArray 0x00007f6a9451a008
 java.lang.NullPointerException::<init> (6 bytes)DEOPT UNPACKING thread 0x00007f6a9400e800 vframeArray 0x00007f6a9451a008 mode 0
   don't inline Throwable constructors
     {method} 'encode' '([CII[B)I' in 'sun/nio/c             s/UTF_8$Encoder'         - goto @ bci 51 sp = 0x00007f6a9c8360d8
         x@ 22   java.util.zip.ZipFile::ensureOpen (37 bytes)   callee is too large
                              x@ 34   java.util.zip.ZipCoder::getBytes (192 bytes)   callee is too large
                              x@ 38   java.util.zip.ZipFile::getEntry (0 bytes)   native method
                              x@ 51   java.util.zip.ZipFile::getZipEntry (235 bytes)   callee is too large
                              x@ 61   java.util.zip.ZipFile::freeEntry (0 bytes)   native method
   8662  329       3       brique.TCons$class::$init$ (1 bytes)
   8662  330       4       scala.collection.immutable.$colon$colon::tail (5 bytes)
   8663  320       3       brique.TList_J::<init> (14 bytes)
                              x@ 6   java.lang.Object::<init> (1 bytes)
                              x@ 1   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)   inline (hot)
                              x@ 10   brique.TList$class::$init$ (1 bytes)
   8664  149       3       scala.collection.immutable.$colon$colon::tail (5 bytes)   made not entrant
   8666  331       1       brique.TCons$class::$init$ (1 bytes)
   8666  329       3       brique.TCons$class::$init$ (1 bytes)   made not entrant
   8667  321       3       brique.TList$class::$init$ (1 bytes)
   8667  332       4       brique.TList_J::<init> (14 bytes)
   8667  322       2       scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)
                              x@ 6   scala.Function2::apply (0 bytes)   not inlineable
                              x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
   8669  320       3       brique.TList_J::<init> (14 bytes)   made not entrant
   8670  323       2       miniboxing.runtime.AbstractMiniboxedFunction2_JLL$$anon$30::apply (27 bytes)
                              x@ 19   miniboxing.runtime.MiniboxConversionsLong::box2minibox_tt (12 bytes)
                                x@ 8   miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)   callee is too large
                              x@ 23   miniboxing.runtime.AbstractMiniboxedFunction2_JLL::apply_JLL (0 bytes)   no static binding
   8672  333       4       scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)
   8674  324       2       miniboxing.runtime.MiniboxConversionsLong::box2minibox_tt (12 bytes)
                              x@ 8   miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)   callee is too large
   8676  334       4       miniboxing.runtime.AbstractMiniboxedFunction2_JLL$$anon$30::apply (27 bytes)
   8676  327       2       brique.Test$$anonfun$1::apply_JLL (12 bytes)
                              x@ 8                                x@ 14   java.lang.Math::min (11 bytes)   (intrinsic)
                              x@ 139   java.lang.Character::isSurrogate (18 bytes)   executed < MinInliningThreshold times
 brique.TCons_J::<init> (26 bytes)
                                x@ 18   brique.TList_J::<init> (14 bytes)
                                  x@ 6   java.lang.Object::<init> (1 bytes)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)
                                x@ 22   brique.TCons$class::$init$ (1 bytes)
   8679  325       2       miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)
                              x@ 46  java/lang/Boolean::booleanValue (not loaded)   not inlineable
                              x@ 62  java/lang/Byte::byteValue (not loaded)   not inlineable
                              x@ 71  java/lang/Short::shortValue (not loaded)   not inlineable
                              x@ 80  java/lang/Character::charValue (not loaded)   not inlineable
                              x@ 89   java.lang.Integer::intValue (5 bytes)
                              x@ 98  java/lang/Long::longValue (not loaded)   not inlineable
                              x@ 6   miniboxing.runtime.AbstractMiniboxedFunction2_JLL$$anon$30::apply (27 bytes)   inline (hot)
                               \-> TypeProfile (6781/6781 counts) = miniboxing/runtime/AbstractMiniboxedFunction2_JLL$$anon$30
                                x@ 19   miniboxing.runtime.MiniboxConversionsLong::box2minibox_tt (12 bytes)   inline (hot)
                                  x@ 8   miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)   inline (hot)
                                    x@ 89   java.lang.Integer::intValue (5 bytes)   inline (hot)
                                x@ 23   brique.Test$$anonfun$1::apply_JLL (12 bytes)   inline (hot)
                                  x@ 8   brique.Test$$anonfun$1::apply_JLL (12 bytes)   inline (hot)
                                    x@ 8   brique.TCons_J::<init> (26 bytes)   inline (hot)
                                      x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                        x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                        x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                      x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
                              x@ 19   miniboxing.runtime.MiniboxConversionsLong::box2minibox_tt (12 bytes)   inline (hot)
                                x@ 8   miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)   inline (hot)
                                  x@ 89   java.lang.Integer::intValue (5 bytes)   inline (hot)
                              x@ 23   brique.Test$$anonfun$1::apply_JLL (12 bytes)   inline (hot)
                                x@ 8   brique.Test$$anonfun$1::apply_JLL (12 bytes)   inline (hot)
                                  x@ 8   brique.TCons_J::<init> (26 bytes)   inline (hot)
                                    x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                      x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                      x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                    x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
   8688  326       2       brique.Test$$anonfun$1::apply_JLL (12 bytes)
                              x@ 8   brique.Test$$anonfun$1::apply_JLL (12 bytes)
                                x@ 8   brique.TCons_J::<init> (26 bytes)
                                  x@ 18   brique.TList_J::<init> (14 bytes)
                                    x@ 6   java.lang.Object::<init> (1 bytes)
                                    x@ 10   brique.TList$class::$init$ (1 bytes)
                                  x@ 22   brique.TCons$class::$init$ (1 bytes)
   8691  323       2       miniboxing.runtime.AbstractMiniboxedFunction2_JLL$$anon$30::apply (27 bytes)   made not entrant
   8691  322       2       scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)   made not entrant
   8691  335       4       brique.Test$$anonfun$1::apply_JLL (12 bytes)
   8691  336       4       miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)
   8692  328       2       brique.TCons_J::<init> (26 bytes)
                              x@ 18   brique.TList_J::<init> (14 bytes)
                                x@ 6   java.lang.Object::<init> (1 bytes)
                                x@ 10   brique.TList$class::$init$ (1 bytes)
                              x@ 22   brique.TCons$class::$init$ (1 bytes)
                              x@ 8   brique.TCons_J::<init> (26 bytes)   inline (hot)
                                x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                  x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
                              x@ 89   java.lang.Integer::intValue (5 bytes)   inline (hot)
   8695  319       3       java.util.jar.JarFile::getJarEntry (9 bytes)
                              x@ 2   java.util.jar.JarFile::getEntry (22 bytes)   no static binding
   8696  327       2       brique.Test$$anonfun$1::apply_JLL (12 bytes)   made not entrant
   8698  316   !   3       sun.misc.URLClassPath$JarLoader::getResource (91 bytes)
   8698  325       2       miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)   made not entrant
                              x@ 12   sun.misc.MetaIndex::mayContain (51 bytes)   callee is too large
               !              x@ 21   sun.misc.URLClassPath$JarLoader::ensureOpen (32 bytes)
                                x@ 12   sun.misc.URLClassPath$JarLoader$1::<init> (10 bytes)
                                  x@ 6   java.lang.Object::<init> (1 bytes)
                                x@ 15   java.security.AccessController::doPrivileged (0 bytes)   native method
                                x@ 24   java.security.PrivilegedActionException::getException (5 bytes)
                              x@ 32  java/lang/InternalError::<init> (not loaded)   not inlineable
                              x@ 36  java/lang/InternalError::initCause (not loaded)   not inlineable
                              x@ 48   java.util.jar.JarFile::getJarEntry (9 bytes)
                                x@ 2   java.util.jar.JarFile::getEntry (22 bytes)   no static binding
               !              x@ 60   sun.misc.URLClassPath$JarLoader::checkResource (55 bytes)   callee is too large
                              x@ 77   java.util.HashSet::<init> (16 bytes)
                                x@ 1   java.util.AbstractSet::<init> (5 bytes)
                                  x@ 1   java.util.AbstractCollection::<init> (5 bytes)
                                    x@ 1   java.lang.Object::<init> (1 bytes)
                                x@ 9   java.util.HashMap::<init> (9 bytes)
                                  x@ 5   java.util.HashMap::<init> (165 bytes)   callee is too large
               !              x@ 87   sun.misc.URLClassPath$JarLoader::getResource (353 bytes)   callee is too large
   8707   15       3       sun.nio.cs.UTF_8$Encoder::encode (361 bytes)   made not entrant
   8737  337 %     3       scala.collection.LinearSeqOptimized$class::foldLeft @ 5 (47 bytes)
                              x@ 7   scala.collection.LinearSeqOptimized::isEmpty (0 bytes)   not inlineable
                              x@ 21   scala.collection.LinearSeqOptimized::head (0 bytes)   not inlineable
                              x@ 26   scala.Function2::apply (0 bytes)   not inlineable
                              x@ 34   scala.collection.GenTraversableLike::tail (0 bytes)   not inlineable
   8746  338       3       scala.collection.LinearSeqOptimized$class::foldLeft (47 bytes)
                              x@ 7   scala.collection.LinearSeqOptimized::isEmpty (0 bytes)   not inlineable
                              x@ 21   scala.collection.LinearSeqOptimized::head (0 bytes)   not inlineable
                              x@ 26   scala.Function2::apply (0 bytes)   not inlineable
                              x@ 34   scala.collection.GenTraversableLike::tail (0 bytes)   not inlineable
   8756  339 %     4       scala.collection.LinearSeqOptimized$class::foldLeft @ 5 (47 bytes)
                              x@ 7   scala.collection.immutable.$colon$colon::isEmpty (2 bytes)   inline (hot)
                               \-> TypeProfile (111945/111945 counts) = scala/collection/immutable/$colon$colon
                              x@ 21   scala.collection.immutable.$colon$colon::head (5 bytes)   inline (hot)
                              x@ 26   scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)   inline (hot)
                               \-> TypeProfile (111945/111945 counts) = scala/collection/TraversableOnce$$anonfun$foldRight$1
                                x@ 6   miniboxing.runtime.AbstractMiniboxedFunction2_JLL$$anon$30::apply (27 bytes)   inline (hot)
                                 \-> TypeProfile (6810/6810 counts) = miniboxing/runtime/AbstractMiniboxedFunction2_JLL$$anon$30
                                  x@ 19   miniboxing.runtime.MiniboxConversionsLong::box2minibox_tt (12 bytes)   inline (hot)
                                    x@ 8   miniboxing.runtime.MiniboxConversionsLong::box2minibox_deep (102 bytes)   inline (hot)
                                      x@ 89   java.lang.Integer::intValue (5 bytes)   inline (hot)
                                  x@ 23   brique.Test$$anonfun$1::apply_JLL (12 bytes)   inline (hot)
                                    x@ 8   brique.Test$$anonfun$1::apply_JLL (12 bytes)   inline (hot)
                                      x@ 8   brique.TCons_J::<init> (26 bytes)   inline (hot)
                                        x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                          x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                          x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                        x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
                              x@ 34   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                x@ 1   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                  x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)   inline (hot)
   8789  341       3       brique.TCons_J::head_J (5 bytes)
   8790  342       4       brique.TCons_J::<init> (26 bytes)
   8790  337 %     3       scala.collection.LinearSeqOptimized$class::foldLeft @ -2 (47 bytes)   made not entrant
   8791  340       1       brique.TCons_J::tail (5 bytes)
   8792  343       1       brique.TCons_J::head_J (5 bytes)
   8793  341       3       brique.TCons_J::head_J (5 bytes)   made not entrant
                              x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                              x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
   8794  328       2       brique.TCons_J::<init> (26 bytes)   made not entrant
   8800  344 %     3       brique.TList_J::reverse @ 14 (71 bytes)
                              x@ 8   brique.TNil_J::<init> (10 bytes)
                                x@ 2   brique.TList_J::<init> (14 bytes)
                                  x@ 6   java.lang.Object::<init> (1 bytes)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)
                                x@ 6   brique.TNil$class::$init$ (1 bytes)
                              x@ 43   brique.TCons_J::head_J (5 bytes)
                              x@ 49   brique.TCons_J::<init> (26 bytes)
                                x@ 18   brique.TList_J::<init> (14 bytes)
                                  x@ 6   java.lang.Object::<init> (1 bytes)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)
                                x@ 22   brique.TCons$class::$init$ (1 bytes)
                              x@ 55   brique.TCons_J::tail (5 bytes)
   8822  345 %     4       brique.TList_J::reverse @ 14 (71 bytes)
                              x@ 43   brique.TCons_J::head_J (5 bytes)   inline (hot)
                              x@ 49   brique.TCons_J::<init> (26 bytes)   inline (hot)
                                x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                  x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
                              x@ 55   brique.TCons_J::tail (5 bytes)   inline (hot)
   8845  344 %     3       brique.TList_J::reverse @ -2 (71 bytes)   made not entrant
DEOPT PACKING thread 0x00007f6a9400e800 Deoptimized frame (sp=0x00007f6a9c838860 unextended sp=0x00007f6a9c838860, fp=0x00007f6a9c838980, pc=0x00007f6a8421d339)
     nmethod   8846  344 %     3       brique.TList_J::reverse @ -2 (71 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007f6a9c838860, unextended_sp=0x00007f6a9c838860, fp=0x00007f6a9c838980, pc=0x00007f6a8421d339)
brique.TList_J.reverse(gh-bug-188.scala:17) - goto @ bci 66 
     Created vframeArray 0x00007f6a9451b2c8
DEOPT UNPACKING thread 0x00007f6a9400e800 vframeArray 0x00007f6a9451b2c8 mode 0
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList_J' - goto @ bci 66 sp = 0x00007f6a9c8388b8
   8846  346       4       brique.TList_J::reverse (71 bytes)
Uncommon trap occurred in brique.TList_J::reverse (@0x00007f6a84220860) thread=140095869134592 reason=class_check action=maybe_recompile unloaded_class_index=-1
DEOPT PACKING thread 0x00007f6a9400e800 Compiled frame (sp=0x00007f6a9c8388f0 unextended sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a84220860)
     nmethod   8854  345 %     4       brique.TList_J::reverse @ 14 (71 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007f6a9c8388f0, unextended_sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a84220860)
brique.TList_J.reverse(gh-bug-188.scala:17) - instanceof @ bci 17 
     Created vframeArray 0x00007f6a9451a008
DEOPT UNPACKING thread 0x00007f6a9400e800 vframeArray 0x00007f6a9451a008 mode 2
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList_J' - instanceof @ bci 17 sp = 0x00007f6a9c8388b0
                              x@ 8   brique.TNil_J::<init> (10 bytes)   call site not reached
                              x@ 43   brique.TCons_J::head_J (5 bytes)   inline (hot)
                              x@ 49   brique.TCons_J::<init> (26 bytes)   inline (hot)
                                x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                  x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
                              x@ 55   brique.TCons_J::tail (5 bytes)   inline (hot)
Uncommon trap occurred in brique.TList_J::reverse (@0x00007f6a84220860) thread=140095869134592 reason=class_check action=maybe_recompile unloaded_class_index=-1
DEOPT PACKING thread 0x00007f6a9400e800 Compiled frame (sp=0x00007f6a9c8388f0 unextended sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a84220860)
     nmethod   8877  345 %     4       brique.TList_J::reverse @ 14 (71 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007f6a9c8388f0, unextended_sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a84220860)
brique.TList_J.reverse(gh-bug-188.scala:17) - instanceof @ bci 17 
     Created vframeArray 0x00007f6a9451b2c8
DEOPT UNPACKING thread 0x00007f6a9400e800 vframeArray 0x00007f6a9451b2c8 mode 2
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList_J' - instanceof @ bci 17 sp = 0x00007f6a9c8388b0
Uncommon trap occurred in brique.TList_J::reverse (@0x00007f6a842246f4) thread=140095869134592 reason=class_check action=maybe_recompile unloaded_class_index=-1
DEOPT PACKING thread 0x00007f6a9400e800 Compiled frame (sp=0x00007f6a9c8388f0 unextended sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a842246f4)
     nmethod   8900  346       4       brique.TList_J::reverse (71 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007f6a9c8388f0, unextended_sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a842246f4)
brique.TList_J.reverse(gh-bug-188.scala:17) - instanceof @ bci 17 
     Created vframeArray 0x00007f6a9451a008
DEOPT UNPACKING thread 0x00007f6a9400e800 vframeArray 0x00007f6a9451a008 mode 2
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList_J' - instanceof @ bci 17 sp = 0x00007f6a9c8388b0
Uncommon trap occurred in brique.TList_J::reverse (@0x00007f6a842246f4) thread=140095869134592 reason=class_check action=maybe_recompile unloaded_class_index=-1
   8923  346       4       brique.TList_J::reverse (71 bytes)   made not entrant
DEOPT PACKING thread 0x00007f6a9400e800 Compiled frame (sp=0x00007f6a9c8388f0 unextended sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a842246f4)
     nmethod   8924  346       4       brique.TList_J::reverse (71 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007f6a9c8388f0, unextended_sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a842246f4)
brique.TList_J.reverse(gh-bug-188.scala:17) - instanceof @ bci 17 
     Created vframeArray 0x00007f6a9451b2c8
DEOPT UNPACKING thread 0x00007f6a9400e800 vframeArray 0x00007f6a9451b2c8 mode 2
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList_J' - instanceof @ bci 17 sp = 0x00007f6a9c8388b0
   8924  347       4       brique.TList_J::reverse (71 bytes)
                              x@ 8   brique.TNil_J::<init> (10 bytes)   inline (hot)
                                x@ 2   brique.TList_J::<init> (14 bytes)   inline (hot)
                                  x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                x@ 6   brique.TNil$class::$init$ (1 bytes)   inline (hot)
                              x@ 43   brique.TCons_J::head_J (5 bytes)   inline (hot)
                              x@ 49   brique.TCons_J::<init> (26 bytes)   inline (hot)
                                x@ 18   brique.TList_J::<init> (14 bytes)   inline (hot)
                                  x@ 6   java.lang.Object::<init> (1 bytes)   inline (hot)
                                  x@ 10   brique.TList$class::$init$ (1 bytes)   inline (hot)
                                x@ 22   brique.TCons$class::$init$ (1 bytes)   inline (hot)
                              x@ 55   brique.TCons_J::tail (5 bytes)   inline (hot)
Uncommon trap occurred in brique.TList_J::reverse (@0x00007f6a84220860) thread=140095869134592 reason=class_check action=maybe_recompile unloaded_class_index=-1
   8948  345 %     4       brique.TList_J::reverse @ -2 (71 bytes)   made not entrant
DEOPT PACKING thread 0x00007f6a9400e800 Compiled frame (sp=0x00007f6a9c8388f0 unextended sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a84220860)
     nmethod   8948  345 %     4       brique.TList_J::reverse @ -2 (71 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007f6a9c8388f0, unextended_sp=0x00007f6a9c8388f0, fp=0x00000007da6cddd8, pc=0x00007f6a84220860)
brique.TList_J.reverse(gh-bug-188.scala:17) - instanceof @ bci 17 
     Created vframeArray 0x00007f6a9451a008
DEOPT UNPACKING thread 0x00007f6a9400e800 vframeArray 0x00007f6a9451a008 mode 2
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList_J' - instanceof @ bci 17 sp = 0x00007f6a9c8388b0
  10968  348       3       sun.misc.VM::addFinalRefCount (24 bytes)
  10971   11       3       java.lang.String::indexOf (70 bytes)   made zombie
  10971   12       3       java.lang.String::lastIndexOf (52 bytes)   made zombie
  21550  157       3       java.lang.ThreadLocal::get (34 bytes)   made not entrant
  21550  160       3       java.lang.StringCoding::deref (19 bytes)   made not entrant
12751 ms for 100 iterations
  27236  349       3       java.util.zip.ZStreamRef::address (5 bytes)
  27240   32       3       java.lang.String::indexOf (7 bytes)   made zombie
5856 ms for 100 iterations
6617 ms for 100 iterations
7849 ms for 100 iterations
7732 ms for 100 iterations
7448 ms for 100 iterations
8321 ms for 100 iterations
8637 ms for 100 iterations
7564 ms for 100 iterations
8166 ms for 100 iterations
8690 ms for 100 iterations
7411 ms for 100 iterations
8495 ms for 100 iterations
8757 ms for 100 iterations
7509 ms for 100 iterations
 162947  350       1       java.nio.Buffer::position (5 bytes)
 164918   43       3       scala.collection.TraversableOnce$class::$init$ (1 bytes)   made zombie
 164918   44       3       scala.collection.Parallelizable$class::$init$ (1 bytes)   made zombie
 164918   45       3       scala.collection.TraversableLike$class::$init$ (1 bytes)   made zombie
 164919   46       3       scala.PartialFunction$class::$init$ (1 bytes)   made zombie
 164919   48       3       scala.Function1$class::$init$ (1 bytes)   made zombie
8260 ms for 100 iterations
8797 ms for 100 iterations
7341 ms for 100 iterations
8279 ms for 100 iterations
8594 ms for 100 iterations
 214172  351       1       java.nio.Buffer::limit (5 bytes)
 216267   54       3       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)   made zombie
7406 ms for 100 iterations
8381 ms for 100 iterations
8665 ms for 100 iterations
7576 ms for 100 iterations
8200 ms for 100 iterations
8747 ms for 100 iterations
7391 ms for 100 iterations 284498  352       3       scala.collection.IndexedSeq$class::$init$ (1 bytes)

 286509   68       3       scala.collection.AbstractTraversable::<init> (29 bytes)   made zombie
 286509   96       3       java.lang.Integer::bitCount (49 bytes)   made zombie
8448 ms for 100 iterations
8823 ms for 100 iterations
 305873  353       3       scala.collection.mutable.StringBuilder::append (14 bytes)
                              x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                              x@ 5   java.lang.String::valueOf (14 bytes)
                                x@ 10   java.lang.Object::toString (36 bytes)   no static binding
                              x@ 8   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
7476 ms for 100 iterations
done

Generic

$ mb-scala -J-XX:+PrintCompilation -J-XX:+PrintInlining -J-XX:+TraceDeoptimization brique.Test
Picked up _JAVA_OPTIONS: -Xms2g -Xmx2g -Xss4m -XX:+CMSClassUnloadingEnabled -XX:MaxPermSize=512M -XX:ReservedCodeCacheSize=256m -XX:PermSize=256m -XX:+TieredCompilation -XX:+UseNUMA
   4853    1       3       java.lang.String::equals (81 bytes)
   6085    2       3       java.lang.Object::<init> (1 bytes)
   6086    3     n 0       java.lang.System::arraycopy (native)   (static)
   7449    4       3       java.lang.String::charAt (29 bytes)
                              x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
   7454    7       3       java.lang.String::hashCode (55 bytes)
   7459   10       1       java.lang.Object::<init> (1 bytes)
   7460    2       3       java.lang.Object::<init> (1 bytes)   made not entrant
   7460    6       3       java.lang.Math::min (11 bytes)
   7462    8       1       java.lang.ref.Reference::get (5 bytes)
   7463    5       3       java.lang.String::length (6 bytes)
   7464    9       1       java.lang.ThreadLocal::access$400 (5 bytes)
   7468   11       3       java.lang.String::indexOf (70 bytes)
                              x@ 66   java.lang.String::indexOfSupplementary (71 bytes)   callee is too large
   7475   12       3       java.lang.String::lastIndexOf (52 bytes)
                              x@ 16   java.lang.Math::min (11 bytes)
                              x@ 48   java.lang.String::lastIndexOfSupplementary (70 bytes)   callee is too large
   7508   13       3       java.lang.AbstractStringBuilder::ensureCapacityInternal (16 bytes)
                              x@ 12   java.lang.AbstractStringBuilder::expandCapacity (50 bytes)   callee is too large
   7511   14       4       java.lang.String::charAt (29 bytes)
   7512   15       3       sun.nio.cs.UTF_8$Encoder::encode (361 bytes)
                              x@ 14   java.lang.Math::min (11 bytes)
                              x@ 139   java.lang.Character::isSurrogate (18 bytes)
                              x@ 157  sun/nio/cs/Surrogate$Parser::<init> (not loaded)   not inlineable
                              x@ 175  sun/nio/cs/Surrogate$Parser::parse (not loaded)   not inlineable
                              x@ 186   java.nio.charset.CharsetEncoder::malformedInputAction (5 bytes)
                              x@ 205   java.nio.charset.CharsetEncoder::replacement (5 bytes)
   7539    4       3       java.lang.String::charAt (29 bytes)   made not entrant
   7556   21       3       java.lang.Math::max (11 bytes)
   7559   18       3       java.util.jar.Attributes$Name::isValid (32 bytes)
                              x@ 1   java.util.jar.Attributes$Name::isAlpha (30 bytes)
                              x@ 8   java.util.jar.Attributes$Name::isDigit (18 bytes)
   7567   19       3       java.util.jar.Attributes$Name::isAlpha (30 bytes)
   7571   20       3       java.lang.String::<init> (67 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 31  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 50  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 60   java.util.Arrays::copyOfRange (63 bytes)   callee is too large
   7581   16       3       java.lang.System::getSecurityManager (4 bytes)
   7582   17       1       java.io.File::getPath (5 bytes)
   7583   22       1       java.lang.StringCoding$StringEncoder::requestedCharsetName (5 bytes)
   7584   23       1       java.net.URL::getProtocol (5 bytes)
   7637   24       3       java.util.Hashtable::hash (63 bytes)
                              x@ 8   java.lang.Object::getClass (0 bytes)   intrinsic
                              x@ 21   sun.misc.Hashing::stringHash32 (10 bytes)
                                x@ 4   java.lang.System$2::getStringHash32 (5 bytes)
                                  x@ 1   java.lang.String::hash32 (45 bytes)   callee is too large
                              x@ 30   java.lang.Object::hashCode (0 bytes)   no static binding
                              x@ 59   java.lang.Object::hashCode (0 bytes)   no static binding
   7647   25       3       java.lang.String::startsWith (72 bytes)
   7653   26       3       java.lang.StringBuilder::append (8 bytes)
                              x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
   7667   27       3       java.util.HashMap::hash (59 bytes)
                              x@ 20   sun.misc.Hashing::stringHash32 (10 bytes)
                                x@ 4   java.lang.System$2::getStringHash32 (5 bytes)
                                  x@ 1   java.lang.String::hash32 (45 bytes)   callee is too large
                              x@ 31   java.lang.Object::hashCode (0 bytes)   no static binding
   7677   28       3       java.lang.CharacterData::of (120 bytes)
   7681   30       3       java.lang.String::getChars (62 bytes)
                              x@ 9  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 27  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 43  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 58   java.lang.System::arraycopy (0 bytes)   intrinsic
   7689   29       3       java.lang.CharacterDataLatin1::getProperties (11 bytes)
   7691   31       1       scala.collection.mutable.StringBuilder::underlying (5 bytes)
   8524   32       3       java.lang.String::indexOf (7 bytes)
                              x@ 3   java.lang.String::indexOf (70 bytes)   callee is too large
   8526   33       1       java.lang.String::length (6 bytes)
   8527    5       3       java.lang.String::length (6 bytes)   made not entrant
   8527   34       3       java.io.UnixFileSystem::normalize (75 bytes)
                              x@ 1   java.lang.String::length (6 bytes)
                              x@ 19   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 44   java.io.UnixFileSystem::normalize (132 bytes)   callee is too large
                              x@ 69   java.io.UnixFileSystem::normalize (132 bytes)   callee is too large
   8542   39       3       java.lang.Object::equals (11 bytes)
   8544   37       3       java.lang.AbstractStringBuilder::append (48 bytes)
                              x@ 8   java.lang.String::length (6 bytes)
                              x@ 19   java.lang.AbstractStringBuilder::ensureCapacityInternal (16 bytes)
                                x@ 12   java.lang.AbstractStringBuilder::expandCapacity (50 bytes)   callee is too large
                              x@ 33   java.lang.String::getChars (62 bytes)   callee is too large
   8554   38       1       scala.collection.mutable.HashSet::table (5 bytes)
   8555   40       1       scala.collection.mutable.HashSet::tableSize (5 bytes)
   8555   36       1       scala.collection.mutable.ListBuffer::last0 (5 bytes)
   8556   41       1       scala.collection.mutable.WrappedArray$ofRef::array (5 bytes)
   8557   35       1       java.net.URL::getFile (5 bytes)
   8560   42       1       scala.collection.mutable.HashMap::table (5 bytes)
   9167   43       3       scala.collection.TraversableOnce$class::$init$ (1 bytes)
   9174   44       3       scala.collection.Parallelizable$class::$init$ (1 bytes)
   9175   47       1       scala.collection.BitSetLike$$anon$1::current (5 bytes)
   9175   45       3       scala.collection.TraversableLike$class::$init$ (1 bytes)
   9177   46       3       scala.PartialFunction$class::$init$ (1 bytes)
   9179   48       3       scala.Function1$class::$init$ (1 bytes)
   9180   49       3       scala.collection.GenSeqLike$class::$init$ (1 bytes)
   9181   50       1       scala.collection.immutable.$colon$colon::head (5 bytes)
   9185   51       1       scala.collection.BitSetLike$$anon$1::end (5 bytes)
   9347   52       3       scala.collection.BitSetLike$class::contains (30 bytes)
                              x@ 10   scala.collection.BitSetLike::word (0 bytes)   not inlineable
   9352   53       3       scala.collection.immutable.BitSet::contains (6 bytes)
                              x@ 2   scala.collection.BitSetLike$class::contains (30 bytes)
                                x@ 10   scala.collection.BitSetLike::word (0 bytes)   not inlineable
   9358   54       1       scala.tools.nsc.settings.MutableSettings$Setting::name (5 bytes)
   9359   56       3       sun.nio.cs.UTF_8$Decoder::decode (640 bytes)
                              x@ 12   java.lang.Math::min (11 bytes)
   9360   61     n 0       java.lang.Thread::currentThread (native)   (static)
                              x@ 111   sun.nio.cs.UTF_8$Decoder::isMalformed2 (24 bytes)
                              x@ 118   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 137   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 141   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 176   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 195   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 199   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 245   sun.nio.cs.UTF_8$Decoder::isMalformed3 (45 bytes)   callee is too large
                              x@ 252   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 271   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 275   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 286   sun.nio.cs.UTF_8$Decoder::getByteBuffer (17 bytes)
                                x@ 5   java.nio.ByteBuffer::wrap (8 bytes)
               !                  x@ 4   java.nio.ByteBuffer::wrap (20 bytes)
                                    x@ 7   java.nio.HeapByteBuffer::<init> (14 bytes)
                                      x@ 10   java.nio.ByteBuffer::<init> (45 bytes)   callee is too large
                                    x@ 16  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
                                x@ 11   java.nio.Buffer::position (43 bytes)   callee is too large
                              x@ 295   sun.nio.cs.UTF_8$Decoder::malformedN (255 bytes)   callee is too large
                              x@ 298   java.nio.charset.CoderResult::length (20 bytes)
                                x@ 1   java.nio.charset.CoderResult::isError (14 bytes)
                                x@ 11  java/lang/UnsupportedOperationException::<init> (not loaded)   not inlineable
                              x@ 336   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 355   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 359   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 438   sun.nio.cs.UTF_8$Decoder::isMalformed4 (39 bytes)   callee is too large
                              x@ 446   java.lang.Character::isSupplementaryCodePoint (18 bytes)
                              x@ 516   java.lang.Character::highSurrogate (9 bytes)
                              x@ 529   java.lang.Character::lowSurrogate (10 bytes)
                              x@ 453   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 472   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 476   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 487   sun.nio.cs.UTF_8$Decoder::getByteBuffer (17 bytes)
                                x@ 5   java.nio.ByteBuffer::wrap (8 bytes)
               !                  x@ 4   java.nio.ByteBuffer::wrap (20 bytes)
                                    x@ 7   java.nio.HeapByteBuffer::<init> (14 bytes)
                                      x@ 10   java.nio.ByteBuffer::<init> (45 bytes)   callee is too large
                                    x@ 16  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
                                x@ 11   java.nio.Buffer::position (43 bytes)   callee is too large
                              x@ 496   sun.nio.cs.UTF_8$Decoder::malformedN (255 bytes)   callee is too large
                              x@ 499   java.nio.charset.CoderResult::length (20 bytes)
                                x@ 1   java.nio.charset.CoderResult::isError (14 bytes)
                                x@ 11  java/lang/UnsupportedOperationException::<init> (not loaded)   not inlineable
                              x@ 537   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 556   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 560   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 568   java.nio.charset.CharsetDecoder::malformedInputAction (5 bytes)
                              x@ 587   java.nio.charset.CharsetDecoder::replacement (5 bytes)
                              x@ 591   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
                              x@ 602   sun.nio.cs.UTF_8$Decoder::getByteBuffer (17 bytes)
                                x@ 5   java.nio.ByteBuffer::wrap (8 bytes)
               !                  x@ 4   java.nio.ByteBuffer::wrap (20 bytes)
                                    x@ 7   java.nio.HeapByteBuffer::<init> (14 bytes)
                                      x@ 10   java.nio.ByteBuffer::<init> (45 bytes)   callee is too large
                                    x@ 16  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
                                x@ 11   java.nio.Buffer::position (43 bytes)   callee is too large
                              x@ 610   sun.nio.cs.UTF_8$Decoder::malformedN (255 bytes)   callee is too large
                              x@ 617   java.nio.charset.CoderResult::isError (14 bytes)
                              x@ 629   java.nio.charset.CoderResult::length (20 bytes)
                                x@ 1   java.nio.charset.CoderResult::isError (14 bytes)
                                x@ 11  java/lang/UnsupportedOperationException::<init> (not loaded)   not inlineable
   9790   59       3       java.lang.ThreadLocal::getMap (5 bytes)
   9791   60       3       java.lang.ref.SoftReference::get (29 bytes)
                              x@ 1   java.lang.ref.Reference::get (5 bytes)   intrinsic
   9795   62       1       scala.collection.mutable.ArrayBuffer::size0 (5 bytes)
   9796   57       1       java.lang.StringCoding$StringDecoder::requestedCharsetName (5 bytes)
   9797   63       1       scala.collection.mutable.ArrayBuffer::array (5 bytes)
   9798   58       1       java.nio.charset.Charset::name (5 bytes)
   9799   55       3       java.lang.AbstractStringBuilder::<init> (12 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
   9801   64       1       scala.collection.convert.Wrappers$JMapWrapperLike$$anon$2::ui (5 bytes)
   9802   65       1       java.lang.ProcessEnvironment$ExternalData::toString (5 bytes)
   9841   66       3       scala.collection.IterableLike$class::$init$ (1 bytes)
   9842   74       4       java.lang.String::hashCode (55 bytes)
   9842   69       3       scala.collection.AbstractTraversable::<init> (29 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)
                              x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)
                              x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)
                              x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
                              x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)
                              x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)
   9849   67       1       scala.collection.immutable.HashMap$HashTrieMap::elems (5 bytes)
   9850   73       1       scala.collection.immutable.HashMap$HashTrieMap::bitmap (5 bytes)
   9851   75       1       scala.collection.immutable.HashMap$HashTrieMap::size0 (5 bytes)
   9853   72       1       scala.Tuple2::_1 (5 bytes)
   9854   68       3       scala.collection.AbstractIterable::<init> (17 bytes)
                              x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)
                                x@ 1   java.lang.Object::<init> (1 bytes)
                                x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)
                                x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)
                                x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)
                                x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
                                x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)
                                x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)
                              x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                              x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                              x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
   9856    7       3       java.lang.String::hashCode (55 bytes)   made not entrant
   9864   70       3       scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
   9865   71       3       scala.collection.GenTraversable$class::$init$ (1 bytes)
   9866   76       3       scala.collection.Traversable$class::$init$ (1 bytes)
   9895   77       3       java.util.Arrays::copyOf (19 bytes)
                              x@ 11   java.lang.Math::min (11 bytes)
                              x@ 14   java.lang.System::arraycopy (0 bytes)   intrinsic
   9900   81       3       scala.collection.immutable.BitSet$BitSet1::word (14 bytes)
                              x@ 6   scala.collection.immutable.BitSet$BitSet1::elems (5 bytes)
   9903   82       3       scala.collection.immutable.BitSet$BitSet1::elems (5 bytes)
   9904   86       1       scala.collection.mutable.HashSet::seedvalue (5 bytes)
   9906   87       1       scala.collection.mutable.HashSet::threshold (5 bytes)
   9907   83       1       scala.collection.mutable.HashSet::sizemap (5 bytes)
   9908   85       3       java.util.Arrays::copyOfRange (63 bytes)
                              x@ 16   java.lang.StringBuilder::<init> (7 bytes)
                                x@ 3   java.lang.AbstractStringBuilder::<init> (12 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 20   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (62 bytes)   callee is too large
                              x@ 25   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                              x@ 29   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (62 bytes)   callee is too large
                              x@ 32   java.lang.StringBuilder::toString (17 bytes)
                                x@ 13   java.lang.String::<init> (67 bytes)   callee is too large
                              x@ 35   java.lang.IllegalArgumentException::<init> (6 bytes)   don't inline Throwable constructors
                              x@ 54   java.lang.Math::min (11 bytes)
                              x@ 57   java.lang.System::arraycopy (0 bytes)   intrinsic
   9935   84       3       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)
   9936   88       1       scala.tools.nsc.settings.MutableSettings$StringSetting::v (5 bytes)
   9937   78       1       scala.collection.IndexedSeqLike$Elements::index (5 bytes)
   9938   79       1       scala.collection.mutable.BitSet::elems (5 bytes)
   9938   80       1       scala.collection.immutable.$colon$colon::tl (5 bytes)
  10062   89       3       scala.collection.SeqLike$class::$init$ (1 bytes)
  10064    2       3       java.lang.Object::<init> (1 bytes)   made zombie
  10064    4       3       java.lang.String::charAt (29 bytes)   made zombie
  10064   90       3       scala.collection.AbstractSeq::<init> (29 bytes)
                              x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)
                                x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                                  x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)
                                  x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)
                                  x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)
                                  x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)
                                  x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)
                                  x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)
                                x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                                x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                                x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
                              x@ 5   scala.Function1$class::$init$ (1 bytes)
                              x@ 9   scala.PartialFunction$class::$init$ (1 bytes)
                              x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)
                              x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)
                              x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)
                              x@ 25   scala.collection.Seq$class::$init$ (1 bytes)
  10083    5       3       java.lang.String::length (6 bytes)   made zombie
  10083   95       3       java.lang.Boolean::valueOf (14 bytes)
  10085   96       3       java.lang.Integer::bitCount (49 bytes)
  10088   91       3       scala.collection.GenSeq$class::$init$ (1 bytes)
  10089   92       3       scala.collection.Seq$class::$init$ (1 bytes)
  10091  100       3       scala.Product$class::$init$ (1 bytes)
  10092  103       1       java.lang.Integer::hashCode (5 bytes)
  10093  106       1       scala.Enumeration::scala$Enumeration$$vmap (5 bytes)
  10094  101       1       scala.collection.mutable.ListBuffer::exported (5 bytes)
  10095  102       1       scala.collection.mutable.ListBuffer::len (5 bytes)
  10096  104       1       java.lang.Integer::intValue (5 bytes)
  10097   93       1       scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
  10098  107       1       scala.Enumeration::scala$Enumeration$$bottomId (5 bytes)
  10099   94       1       java.lang.Boolean::booleanValue (5 bytes)
  10100  110       1       java.lang.reflect.Method::getDeclaringClass (5 bytes)
  10101  111       1       java.lang.reflect.Method::getName (5 bytes)
  10102  109       1       java.lang.reflect.Method::getReturnType (5 bytes)
  10103  112       3       java.lang.reflect.Method::equals (107 bytes)
                              x@ 17   java.lang.reflect.Method::getDeclaringClass (5 bytes)
                              x@ 21   java.lang.reflect.Method::getDeclaringClass (5 bytes)
                              x@ 28   java.lang.reflect.Method::getName (5 bytes)
                              x@ 32   java.lang.reflect.Method::getName (5 bytes)
                              x@ 43   java.lang.reflect.Method::getReturnType (5 bytes)
                              x@ 46   java.lang.Object::equals (11 bytes)
  10118  115       3       scala.util.hashing.package$::byteswap32 (15 bytes)
                              x@ 6   java.lang.Integer::reverseBytes (26 bytes)
  10121  113       1       java.lang.Class$MethodArray::length (5 bytes)
  10122  114       1       scala.collection.mutable.ArrayOps$ofRef::repr (5 bytes)
  10123   97       1       scala.tools.nsc.settings.MutableSettings$BooleanSetting::v (5 bytes)
  10124  116       3       scala.collection.mutable.HashSet::addEntry (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$class::addEntry (109 bytes)   callee is too large
  10127  117       3       scala.collection.mutable.StringBuilder::append (14 bytes)
                              x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                              x@ 5   java.lang.String::valueOf (14 bytes)
                                x@ 10   java.lang.Object::toString (36 bytes)   no static binding
                              x@ 8   java.lang.StringBuilder::append (8 bytes)
                                x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
  10135  105       1       scala.collection.mutable.HashMap::seedvalue (5 bytes)
  10136   99       1       scala.reflect.ClassTag$$anon$1::runtimeClass (5 bytes)
  10137   98       1       scala.collection.mutable.WrappedArrayBuilder::size (5 bytes)
  10138  108       1       scala.Enumeration$ValueSet::scala$Enumeration$ValueSet$$$outer (5 bytes)
  10142  118       3       scala.runtime.BoxesRunTime::boxToBoolean (5 bytes)
                              x@ 1   java.lang.Boolean::valueOf (14 bytes)
  10145  119       1       scala.PartialFunction$::scala$PartialFunction$$checkFallback (5 bytes)
  10146  120       1       scala.PartialFunction$::empty (5 bytes)
  10149  121       1       scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
  10149  125       3       scala.collection.mutable.FlatHashTable$$anon$1::i_$eq (6 bytes)
  10151  122       3       scala.runtime.BoxesRunTime::unboxToBoolean (16 bytes)
                              x@ 12   java.lang.Boolean::booleanValue (5 bytes)
  10154  124       1       scala.tools.nsc.settings.MutableSettings$Setting::_abbreviations (5 bytes)
  10155  123       3       scala.collection.mutable.HashSet::entryToElem (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$HashUtils$class::entryToElem (13 bytes)
  10164  126       3       scala.collection.generic.Growable$class::$init$ (1 bytes)
  10165  127       3       scala.collection.mutable.Builder$class::$init$ (1 bytes)
  10166  129       3       scala.collection.mutable.FlatHashTable$$anon$1::hasNext (70 bytes)
                              x@ 1   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 8   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 21   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 27   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 36   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 41   scala.collection.mutable.FlatHashTable$$anon$1::i_$eq (6 bytes)
                              x@ 48   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 55   scala.collection.mutable.HashSet::table (5 bytes)
  10177  137       1       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)
  10178   84       3       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)   made not entrant
  10178  131       1       scala.Function1$class::$init$ (1 bytes)
  10179   48       3       scala.Function1$class::$init$ (1 bytes)   made not entrant
  10179  140       3       scala.collection.mutable.FlatHashTable$class::addEntry (109 bytes)
                              x@ 2   java.lang.Object::hashCode (0 bytes)   no static binding
                              x@ 5   scala.collection.mutable.HashSet::index (6 bytes)
                                x@ 2   scala.collection.mutable.FlatHashTable$class::index (36 bytes)   callee is too large
                              x@ 12   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 25   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 35   scala.collection.mutable.HashSet::tableSize (5 bytes)
                              x@ 42   scala.collection.mutable.HashSet::tableSize_$eq (6 bytes)
                              x@ 49   scala.collection.mutable.HashSet::nnSizeMapAdd (6 bytes)
                                x@ 2   scala.collection.mutable.FlatHashTable$class::nnSizeMapAdd (34 bytes)   callee is too large
                              x@ 55   scala.collection.mutable.HashSet::tableSize (5 bytes)
                              x@ 61   scala.collection.mutable.HashSet::threshold (5 bytes)
                              x@ 70   scala.collection.mutable.FlatHashTable$class::growTable (134 bytes)   callee is too large
                              x@ 77   scala.runtime.BoxesRunTime::equals (13 bytes)
                                x@ 9   scala.runtime.BoxesRunTime::equals2 (52 bytes)   callee is too large
                              x@ 89   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 98   scala.collection.mutable.HashSet::table (5 bytes)
  10212  134       3       scala.collection.mutable.HashSet::tableSize_$eq (6 bytes)
  10213  135       3       scala.tools.nsc.settings.MutableSettings$Setting::hashCode (5 bytes)
                              x@ 1   scala.tools.nsc.settings.AbsSettings$AbsSetting$class::hashCode (20 bytes)
                                x@ 1   scala.tools.nsc.settings.MutableSettings$Setting::name (5 bytes)
                                x@ 6   java.lang.String::hashCode (55 bytes)   callee is too large
                                x@ 10   scala.reflect.internal.settings.AbsSettings$AbsSettingValue::value (0 bytes)   not inlineable
                                x@ 15   java.lang.Object::hashCode (0 bytes)   no static binding
  10219  136       3       scala.tools.nsc.settings.AbsSettings$AbsSetting$class::hashCode (20 bytes)
                              x@ 1   scala.tools.nsc.settings.MutableSettings$Setting::name (5 bytes)
                              x@ 6   java.lang.String::hashCode (55 bytes)   callee is too large
                              x@ 10   scala.reflect.internal.settings.AbsSettings$AbsSettingValue::value (0 bytes)   not inlineable
                              x@ 15   java.lang.Object::hashCode (0 bytes)   no static binding
  10225  138       3       scala.collection.mutable.HashSet::index (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$class::index (36 bytes)   callee is too large
  10228  130       3       scala.reflect.internal.settings.MutableSettings$SettingValue$class::value (7 bytes)
                              x@ 1   scala.reflect.internal.settings.MutableSettings$SettingValue::v (0 bytes)   not inlineable
  10230  132       3       scala.collection.IndexedSeqLike$class::$init$ (1 bytes)
  10231  133       3       scala.collection.IndexedSeqOptimized$class::$init$ (1 bytes)
  10232  128       3       scala.collection.immutable.Nil$::isEmpty (2 bytes)
  10600  145  s    3       java.util.Hashtable::get (70 bytes)
                              x@ 7   java.util.Hashtable::hash (63 bytes)   callee is too large
                              x@ 46   java.lang.Object::equals (11 bytes)   no static binding
  10610  149       3       scala.collection.immutable.Traversable$class::$init$ (1 bytes)
  10611  150       3       scala.collection.immutable.Iterable$class::$init$ (1 bytes)
  10612  148       3       scala.collection.immutable.$colon$colon::isEmpty (2 bytes)
  10614  146       1       scala.collection.convert.Wrappers$JIteratorWrapper::underlying (5 bytes)
  10614  151       3       scala.collection.immutable.$colon$colon::tl_$eq (6 bytes)
  10616  152       3       scala.collection.immutable.$colon$colon::tail (5 bytes)
                              x@ 1   scala.collection.immutable.$colon$colon::tail (5 bytes)
                                x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)
  10618  153       3       scala.collection.immutable.$colon$colon::tail (5 bytes)
                              x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)
  10620  154       3       scala.collection.mutable.HashSet::elemToEntry (6 bytes)
                              x@ 2   scala.collection.mutable.FlatHashTable$HashUtils$class::elemToEntry (12 bytes)
  10623  155       3       scala.collection.mutable.FlatHashTable$HashUtils$class::elemToEntry (12 bytes)
  10625  147       1       java.util.Hashtable::access$600 (5 bytes)
  10644  156       3       java.lang.Character::toLowerCase (9 bytes)
                              x@ 1   java.lang.CharacterData::of (120 bytes)   callee is too large
                              x@ 5   java.lang.CharacterData::toLowerCase (0 bytes)   no static binding
  10647  159       3       java.lang.ThreadLocal::get (34 bytes)
                              x@ 0   java.lang.Thread::currentThread (0 bytes)   intrinsic
                              x@ 6   java.lang.ThreadLocal::getMap (5 bytes)
                              x@ 16   java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
                                x@ 2   java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)   callee is too large
                              x@ 30   java.lang.ThreadLocal::setInitialValue (36 bytes)   callee is too large
  10655  157       3       java.lang.CharacterDataLatin1::toLowerCase (39 bytes)
                              x@ 4   java.lang.CharacterDataLatin1::getProperties (11 bytes)
  10659  165       1       scala.reflect.io.Path::jfile (5 bytes)
  10660  160       3       java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
                              x@ 2   java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)   callee is too large
  10663  158       1       scala.Some::x (5 bytes)
  10664  166       3       scala.collection.immutable.Seq$class::$init$ (1 bytes)
  10665  171       3       scala.runtime.AbstractFunction1::<init> (9 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 5   scala.Function1$class::$init$ (1 bytes)
  10667  167       3       scala.collection.immutable.List::<init> (37 bytes)
                              x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)
                                x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)
                                  x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   callee is too large
                                  x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                                  x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                                  x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
                                x@ 5   scala.Function1$class::$init$ (1 bytes)
                                x@ 9   scala.PartialFunction$class::$init$ (1 bytes)
                                x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)
                                x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)
                                x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)
                                x@ 25   scala.collection.Seq$class::$init$ (1 bytes)
                              x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)
                              x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)
                              x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)
                              x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)
                              x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)
                              x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)
                              x@ 29   scala.Product$class::$init$ (1 bytes)
                              x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)
  10675  180     n 0       java.lang.Object::getClass (native)   
  10688  173       1       scala.collection.IterableLike$class::$init$ (1 bytes)
  10689   66       3       scala.collection.IterableLike$class::$init$ (1 bytes)   made not entrant
  10689  174       1       scala.PartialFunction$class::$init$ (1 bytes)
  10690   46       3       scala.PartialFunction$class::$init$ (1 bytes)   made not entrant
  10690  168       3       scala.collection.LinearSeqLike$class::$init$ (1 bytes)
  10691  169       3       scala.collection.LinearSeq$class::$init$ (1 bytes)
  10692  170       3       scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)
  10693  177       1       scala.Tuple2::_2 (5 bytes)
  10694  178       1       scala.collection.mutable.MapBuilder::elems (5 bytes)
  10694  161       3       java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)
                              x@ 1   java.lang.ThreadLocal::access$400 (5 bytes)
                              x@ 25   java.lang.ref.Reference::get (5 bytes)   intrinsic
                              x@ 38   java.lang.ThreadLocal$ThreadLocalMap::getEntryAfterMiss (63 bytes)   callee is too large
  10701  162       3       java.lang.StringCoding::deref (19 bytes)
                              x@ 1   java.lang.ThreadLocal::get (34 bytes)
                                x@ 0   java.lang.Thread::currentThread (0 bytes)   intrinsic
                                x@ 6   java.lang.ThreadLocal::getMap (5 bytes)
                                x@ 16   java.lang.ThreadLocal$ThreadLocalMap::access$000 (6 bytes)
                                  x@ 2   java.lang.ThreadLocal$ThreadLocalMap::getEntry (42 bytes)   callee is too large
                                x@ 30   java.lang.ThreadLocal::setInitialValue (36 bytes)   callee is too large
                              x@ 15   java.lang.ref.SoftReference::get (29 bytes)
                                x@ 1   java.lang.ref.Reference::get (5 bytes)   intrinsic
  10714  163       3       java.lang.StringCoding::access$000 (6 bytes)
                              x@ 2   java.lang.StringCoding::scale (7 bytes)
  10716  164       3       java.lang.StringCoding::scale (7 bytes)
  10718  175       1       java.util.HashMap$Entry::getValue (5 bytes)
  10719  176       1       java.util.HashMap$Entry::getKey (5 bytes)
  10720  179       1       scala.collection.immutable.HashMap$HashMap1::hash (5 bytes)
  10721  172       1       scala.reflect.internal.util.Statistics$::canEnable (5 bytes)
  10810  181       3       scala.collection.mutable.ListBuffer::$plus$eq (84 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::exported (5 bytes)
                              x@ 8   scala.collection.mutable.ListBuffer::copy (51 bytes)   callee is too large
                              x@ 12   scala.collection.mutable.ListBuffer::isEmpty (5 bytes)
                                x@ 1   scala.collection.generic.TraversableForwarder$class::isEmpty (12 bytes)
                                  x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                    x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                      x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
                                  x@ 6   scala.collection.GenTraversableOnce::isEmpty (0 bytes)   not inlineable
                              x@ 27   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
                              x@ 30   scala.collection.mutable.ListBuffer::last0_$eq (6 bytes)
                              x@ 35   scala.collection.mutable.ListBuffer::last0 (5 bytes)
                              x@ 38   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start_$eq (6 bytes)
                              x@ 45   scala.collection.mutable.ListBuffer::last0 (5 bytes)
                              x@ 58   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
                              x@ 61   scala.collection.mutable.ListBuffer::last0_$eq (6 bytes)
                              x@ 66   scala.collection.mutable.ListBuffer::last0 (5 bytes)
                              x@ 69   scala.collection.immutable.$colon$colon::tl_$eq (6 bytes)
                              x@ 74   scala.collection.mutable.ListBuffer::len (5 bytes)
                              x@ 79   scala.collection.mutable.ListBuffer::len_$eq (6 bytes)
  10816  204       4       java.lang.Integer::bitCount (49 bytes)
  10818   96       3       java.lang.Integer::bitCount (49 bytes)   made not entrant
  10840  211       4       java.lang.String::indexOf (70 bytes)
  10841  200       1       scala.collection.Parallelizable$class::$init$ (1 bytes)
  10841   44       3       scala.collection.Parallelizable$class::$init$ (1 bytes)   made not entrant
  10841  201       1       scala.collection.TraversableLike$class::$init$ (1 bytes)
  10842   45       3       scala.collection.TraversableLike$class::$init$ (1 bytes)   made not entrant
  10842  206       1       scala.collection.immutable.$colon$colon::isEmpty (2 bytes)
  10843  148       3       scala.collection.immutable.$colon$colon::isEmpty (2 bytes)   made not entrant
  10843  207       1       scala.collection.immutable.Nil$::isEmpty (2 bytes)
  10844  128       3       scala.collection.immutable.Nil$::isEmpty (2 bytes)   made not entrant
  10844  215       3       java.net.URI$Parser::charAt (9 bytes)
                              x@ 5   java.lang.String::charAt (29 bytes)
                                x@ 18  java/lang/StringIndexOutOfBoundsException::<init> (not loaded)   not inlineable
  10849  216       3       java.net.URI::match (56 bytes)
                              x@ 66   java.lang.String::indexOfSupplementary (71 bytes)   too big
  10856  218       3       java.net.URI::access$300 (7 bytes)
                              x@ 3   java.net.URI::match (56 bytes)   callee is too large
  10858  187       3       scala.collection.mutable.ListBuffer::isEmpty (5 bytes)
                              x@ 1   scala.collection.generic.TraversableForwarder$class::isEmpty (12 bytes)
                                x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                  x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
  10859   11       3       java.lang.String::indexOf (70 bytes)   made not entrant
                                    x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
                                x@ 6   scala.collection.GenTraversableOnce::isEmpty (0 bytes)   not inlineable
  10864  188       3       scala.collection.generic.TraversableForwarder$class::isEmpty (12 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                  x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
                              x@ 6   scala.collection.GenTraversableOnce::isEmpty (0 bytes)   not inlineable
  10870  189       3       scala.collection.mutable.ListBuffer::underlying (5 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::underlying (5 bytes)
                                x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
  10873  205       3       scala.collection.mutable.ListBuffer::underlying (5 bytes)
                              x@ 1   scala.collection.mutable.ListBuffer::scala$collection$mutable$ListBuffer$$start (5 bytes)
  10875  191       3       scala.collection.mutable.Traversable$class::$init$ (1 bytes)
  10876  192       3       scala.collection.mutable.Iterable$class::$init$ (1 bytes)
  10877  208       3       scala.collection.mutable.Cloneable$class::$init$ (1 bytes)
  10878  184       3       scala.collection.mutable.AbstractSeq::<init> (25 bytes)
                              x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)
                                x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)
                                  x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   callee is too large
                                  x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)
                                  x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)
                                  x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)
                                x@ 5   scala.Function1$class::$init$ (1 bytes)
                                x@ 9   scala.PartialFunction$class::$init$ (1 bytes)
                                x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)
                                x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)
                                x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)
                                x@ 25   scala.collection.Seq$class::$init$ (1 bytes)
                              x@ 5   scala.collection.mutable.Traversable$class::$init$ (1 bytes)
                              x@ 9   scala.collection.mutable.Iterable$class::$init$ (1 bytes)
                              x@ 13   scala.collection.mutable.Cloneable$class::$init$ (1 bytes)
                              x@ 17   scala.collection.mutable.SeqLike$class::$init$ (1 bytes)
                              x@ 21   scala.collection.mutable.Seq$class::$init$ (1 bytes)
  10897  220       1       scala.collection.generic.Growable$class::$init$ (1 bytes)
  10897  126       3       scala.collection.generic.Growable$class::$init$ (1 bytes)   made not entrant
  10897  221       1       scala.collection.mutable.Builder$class::$init$ (1 bytes)
  10898  127       3       scala.collection.mutable.Builder$class::$init$ (1 bytes)   made not entrant
  10898  212       1       java.net.URL::getPath (5 bytes)
  10899  185       3       scala.collection.mutable.SeqLike$class::$init$ (1 bytes)
  10900  186       3       scala.collection.mutable.Seq$class::$init$ (1 bytes)
  10901  194       3       scala.collection.generic.Subtractable$class::$init$ (1 bytes)
  10902  193       3       scala.collection.CustomParallelizable$class::$init$ (1 bytes)
  10903  222  s    1       java.util.Vector::size (5 bytes)
  10905  182       3       scala.collection.mutable.ListBuffer::last0_$eq (6 bytes)
  10906  224       1       java.util.zip.ZipFile::access$000 (5 bytes)
  10908  217       1       java.net.URL::getAuthority (5 bytes)
  10909  225       1       java.net.URL::getQuery (5 bytes)
  10911  198       1       scala.collection.generic.GenTraversableFactory::ReusableCBF (5 bytes)
  10912  223       1       java.net.URL::getHost (5 bytes)
  10913  226       1       java.net.URL::getRef (5 bytes)
  10919  227       3       scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1::apply (6 bytes)
                              x@ 2   scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1::apply (11 bytes)
                                x@ 5   scala.collection.generic.Growable::$plus$eq (0 bytes)   not inlineable
  10923  229       3       scala.collection.mutable.FlatHashTable$$anon$1::next (57 bytes)
                              x@ 1   scala.collection.mutable.FlatHashTable$$anon$1::hasNext (70 bytes)   callee is too large
                              x@ 9   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 14   scala.collection.mutable.FlatHashTable$$anon$1::i_$eq (6 bytes)
                              x@ 25   scala.collection.mutable.HashSet::table (5 bytes)
                              x@ 31   scala.collection.mutable.FlatHashTable$$anon$1::i (5 bytes)
                              x@ 37   scala.collection.mutable.HashSet::entryToElem (6 bytes)
                                x@ 2   scala.collection.mutable.FlatHashTable$HashUtils$class::entryToElem (13 bytes)
                              x@ 48   scala.collection.Iterator$::empty (5 bytes)
                              x@ 51   scala.collection.Iterator::next (0 bytes)   not inlineable
  10937  242       1       scala.collection.generic.Subtractable$class::$init$ (1 bytes)
  10937  194       3       scala.collection.generic.Subtractable$class::$init$ (1 bytes)   made not entrant
  10938  243       1       scala.collection.CustomParallelizable$class::$init$ (1 bytes)
  10938  193       3       scala.collection.CustomParallelizable$class::$init$ (1 bytes)   made not entrant
  10938  251       1       scala.collection.TraversableOnce$class::$init$ (1 bytes)
  10939   43       3       scala.collection.TraversableOnce$class::$init$ (1 bytes)   made not entrant
  10939  252       3       scala.collection.immutable.List::foreach (32 bytes)
                              x@ 3   scala.collection.immutable.List::isEmpty (0 bytes)   no static binding
                              x@ 12   scala.collection.immutable.List::head (0 bytes)   no static binding
                              x@ 15   scala.Function1::apply (0 bytes)   not inlineable
                              x@ 22   scala.collection.AbstractTraversable::tail (5 bytes)   no static binding
  10942  260       4       scala.collection.AbstractTraversable::<init> (29 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                              x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                              x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                              x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                              x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                              x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
  10944   69       3       scala.collection.AbstractTraversable::<init> (29 bytes)   made not entrant
  10945  264       4       java.lang.String::indexOf (7 bytes)
  10946  265       4       java.net.URI$Parser::charAt (9 bytes)
  10946  259       1       scala.collection.IndexedSeqLike$class::$init$ (1 bytes)
  10946  267       4       java.net.URI::match (56 bytes)
  10947  132       3       scala.collection.IndexedSeqLike$class::$init$ (1 bytes)   made not entrant
  10947  261       1       scala.collection.IndexedSeqOptimized$class::$init$ (1 bytes)
  10947  133       3       scala.collection.IndexedSeqOptimized$class::$init$ (1 bytes)   made not entrant
  10947  232       3       java.util.Hashtable$Enumerator::hasMoreElements (53 bytes)
                              x@ 5   java.lang.String::charAt (29 bytes)   inline (hot)
  10950  215       3       java.net.URI$Parser::charAt (9 bytes)   made not entrant
  10951  216       3       java.net.URI::match (56 bytes)   made not entrant
  10952  230  s    3       java.util.Hashtable::put (175 bytes)
                              x@ 8   java.lang.NullPointerException::<init> (5 bytes)   don't inline Throwable constructors
                              x@ 19   java.util.Hashtable::hash (63 bytes)   callee is too large
                              x@ 3   java.lang.String::indexOf (70 bytes)   inline (hot)
                                x@ 66   java.lang.String::indexOfSupplementary (71 bytes)   too big
                              x@ 61   java.lang.Object::equals (11 bytes)   no static binding
                              x@ 115   java.util.Hashtable::rehash (198 bytes)   callee is too large
                              x@ 125   java.util.Hashtable::hash (63 bytes)   callee is too large
                              x@ 159   java.util.Hashtable$Entry::<init> (26 bytes)
                                x@ 1   java.lang.Object::<init> (1 bytes)
  10956  273 %     4       sun.nio.cs.UTF_8$Encoder::encode @ 20 (361 bytes)
  10959   32       3       java.lang.String::indexOf (7 bytes)   made not entrant
  10981    7       3       java.lang.String::hashCode (55 bytes)   made zombie
  10981  276       1       scala.collection.immutable.Range::numRangeElements (5 bytes)
  10982  275       3       scala.collection.immutable.$colon$colon::<init> (15 bytes)
                              x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
  10985  282       3       java.lang.Integer::<init> (10 bytes)
                              x@ 1   java.lang.Number::<init> (5 bytes)
                                x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 139   java.lang.Character::isSurrogate (18 bytes)   executed < MinInliningThreshold times
  10987  293       4       scala.collection.immutable.List::<init> (37 bytes)
  10988  279       3       java.lang.Number::<init> (5 bytes)
                              x@ 1   java.lang.Object::<init> (1 bytes)
  10990  294       4       scala.collection.immutable.$colon$colon::<init> (15 bytes)
  10990  280       3       scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                              x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
  10993  281       2       java.lang.Integer::valueOf (54 bytes)
                              x@ 50   java.lang.Integer::<init> (10 bytes)
                                x@ 1   java.lang.Number::<init> (5 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                  x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                    x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                    x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                    x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                    x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                    x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                  x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                              x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                              x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                              x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                              x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                              x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                              x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                              x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                              x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
  10996  167       3       scala.collection.immutable.List::<init> (37 bytes)   made not entrant
  10996  274       1       scala.collection.IndexedSeqLike$Elements::scala$collection$IndexedSeqLike$Elements$$$outer (5 bytes)
  10997  296       4       scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
  10997  283       2       scala.collection.IndexedSeqLike$Elements::next (55 bytes)
                              x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)
                              x@ 14   scala.collection.Iterator$::empty (5 bytes)
                              x@ 17   scala.collection.Iterator::next (0 bytes)   not inlineable
                              x@ 30   scala.collection.IndexedSeqLike$Elements::scala$collection$IndexedSeqLike$Elements$$$outer (5 bytes)
                              x@ 34   scala.collection.IndexedSeqLike$Elements::index (5 bytes)
                              x@ 37   scala.collection.GenSeqLike::apply (0 bytes)   not inlineable
                              x@ 45   scala.collection.IndexedSeqLike$Elements::index (5 bytes)
                              x@ 50   scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)
                              x@ 11   scala.collection.immutable.List::<init> (37 bytes)   inline (hot)
                                x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                  x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                    x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                      x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                      x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                      x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                      x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                      x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                    x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                  x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                  x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                  x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                  x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                  x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                                x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                                x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                                x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                                x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                                x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                                x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
                              x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                  x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                    x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
  11002  275       3       scala.collection.immutable.$colon$colon::<init> (15 bytes)   made not entrant
  11003  295       4       java.lang.Integer::<init> (10 bytes)
  11003  284       2       scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)
                              x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
  11005  285       2       scala.collection.IndexedSeqLike$Elements::hasNext (17 bytes)
                              x@ 1   scala.collection.IndexedSeqLike$Elements::  11005  282       3       java.lang.Integer::<init> (10 bytes)   made not entrant
index (5 bytes)
  11005  297       4       java.lang.Integer::valueOf (54 bytes)
  11006  280       3       scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   made not entrant
  11007  277       1       scala.collection.immutable.Range::start (5 bytes)
  11007  298       4       scala.collection.IndexedSeqLike$Elements::next (55 bytes)
  11007  287       2       scala.collection.immutable.List::$colon$colon (10 bytes)
                              x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
                              x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
  11011  278       1       scala.collection.immutable.Range::step (5 bytes)
  11012  291       2       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (9 bytes)
                              x@ 2   scala.collection.TraversableOnce$$anonfun$reversed$1::apply (22 bytes)
                                x@ 15   scala.collection.immutable.List::$colon$colon (10 bytes)
                                  x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                    x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
  11014  281       2       java.lang.Integer::valueOf (54 bytes)   made not entrant
  11014  299       4       scala.collection.IndexedSeqLike$Elements::hasNext (17 bytes)
                              x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
  11017  289       2       scala.collection.immutable.Range::apply (6 bytes)
                              x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   callee is too large
  11017  285       2       scala.collection.IndexedSeqLike$Elements::hasNext (17 bytes)   made not entrant
  11017  300       4       scala.collection.immutable.List::$colon$colon (10 bytes)
  11019  286       2       scala.collection.immutable.Range::scala$collection$immutable$Range$$validateMaxLength (14 bytes)
                              x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)
                              x@ 9   scala.collection.immutable.Range::fail (30 bytes)
                                x@ 8   scala.collection.mutable.StringBuilder::<init> (10 bytes)
                                  x@ 6   scala.collection.mutable.StringBuilder::<init> (22 bytes)
                                    x@ 6   java.lang.String::length (6 bytes)
                                    x@ 11   java.lang.StringBuilder::<init> (6 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::<init> (12 bytes)
                                        x@ 1   java.lang.Object::<init> (1 bytes)
                                    x@ 15   java.lang.StringBuilder::append (8 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                    x@ 18   scala.collection.mutable.StringBuilder::<init> (46 bytes)   callee is too large
                                x@ 12   scala.collection.immutable.Range::description (76 bytes)   callee is too large
                                x@ 15   scala.collection.mutable.StringBuilder::append (14 bytes)
                                  x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                  x@ 5   java.lang.String::valueOf (14 bytes)
                                    x@ 10   java.lang.String::toString (2 bytes)
                                  x@ 8   java.lang.StringBuilder::append (8 bytes)
                                    x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                x@ 20   scala.collection.mutable.StringBuilder::append (14 bytes)
                                  x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                  x@ 5   java.lang.String::valueOf (14 bytes)
                                    x@ 10   java.lang.String::toString (2 bytes)
                                  x@ 8   java.lang.StringBuilder::append (8 bytes)
                                    x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                              x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                              x@ 14   scala.collection.Iterator$::empty (5 bytes)   inline (hot)
                              x@ 30   scala.collection.IndexedSeqLike$Elements::scala$collection$IndexedSeqLike$Elements$$$outer (5 bytes)   inline (hot)
                              x@ 34   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                              x@ 37   scala.collection.immutable.Range::apply (9 bytes)   inline (hot)
                               \-> TypeProfile (10058/10058 counts) = scala/collection/immutable/Range$Inclusive
                                x@ 2   scala.collection.immutable.Range::apply (6 bytes)   inline (hot)
                                  x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   inline (hot)
                                    x@ 1   scala.collection.immutable.Range::scala$collection$immutable$Range$$validateMaxLength (14 bytes)   inline (hot)
                                      x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                      x@ 9   scala.collection.immutable.Range::fail (30 bytes)   never executed
                                    x@ 11   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                    x@ 33   scala.collection.immutable.Range::start (5 bytes)   inline (hot)
                                    x@ 37   scala.collection.immutable.Range::step (5 bytes)   inline (hot)
                                x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                    x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                      x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                        x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 45   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                              x@ 50   scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)   inline (hot)
                                x@ 23   scala.collection.mutable.StringBuilder::toString (8 bytes)
                                  x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                  x@ 4   java.lang.StringBuilder::toString (17 bytes)
                                    x@ 13   java.lang.String::<init> (67 bytes)   callee is too large
                                x@ 26   java.lang.IllegalArgumentException::<init> (6 bytes)   don't inline Throwable constructors
                              x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)   inline (hot)
                                x@ 11   scala.collection.immutable.List::<init> (37 bytes)   inline (hot)
                                  x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                    x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                      x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                        x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                        x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                        x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                        x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                        x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                        x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                        x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                      x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                    x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                    x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                    x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                    x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                    x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                    x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                                  x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                                  x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                                  x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                                  x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                  x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                  x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                                  x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
  11029  302       4       scala.collection.immutable.Range::apply (6 bytes)
  11032  287       2       scala.collection.immutable.List::$colon$colon (10 bytes)   made not entrant
  11032  301       4       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (9 bytes)
                              x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   inline (hot)
                                x@ 1   scala.collection.immutable.Range::scala$collection$immutable$Range$$validateMaxLength (14 bytes)   inline (hot)
                                  x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                  x@ 9   scala.collection.immutable.Range::fail (30 bytes)   never executed
                                x@ 11   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                x@ 33   scala.collection.immutable.Range::start (5 bytes)   inline (hot)
                                x@ 37   scala.collection.immutable.Range::step (5 bytes)   inline (hot)
  11034  289       2       scala.collection.immutable.Range::apply (6 bytes)   made not entrant
  11035  288       2       scala.collection.immutable.Range::apply (9 bytes)
                              x@ 2   scala.collection.immutable.Range::apply (6 bytes)
                                x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   callee is too large
                              x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                                x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
  11036  283       2       scala.collection.IndexedSeqLike$Elements::next (55 bytes)   made not entrant
  11038  290       2       scala.collection.immutable.Range::apply$mcII$sp (44 bytes)
                              x@ 1   scala.collection.immutable.Range::scala$collection$immutable$Range$$validateMaxLength (14 bytes)
                                x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)
                                x@ 9   scala.collection.immutable.Range::fail (30 bytes)
                                  x@ 8   scala.collection.mutable.StringBuilder::<init> (10 bytes)
                                    x@ 6   scala.collection.mutable.StringBuilder::<init> (22 bytes)
                                      x@ 6   java.lang.String::length (6 bytes)
                                      x@ 11   java.lang.StringBuilder::<init> (6 bytes)
                                        x@ 2   java.lang.AbstractStringBuilder::<init> (12 bytes)
                                          x@ 1   java.lang.Object::<init> (1 bytes)
                                      x@ 15   java.lang.StringBuilder::append (8 bytes)
                                        x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                      x@ 18   scala.collection.mutable.StringBuilder::<init> (46 bytes)   callee is too large
                                  x@ 12   scala.collection.immutable.Range::description (76 bytes)   callee is too large
                                  x@ 15   scala.collection.mutable.StringBuilder::append (14 bytes)
                                    x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                    x@ 5   java.lang.String::valueOf (14 bytes)
                                      x@ 10   java.lang.String::toString (2 bytes)
                                    x@ 8   java.lang.StringBuilder::append (8 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                  x@ 20   scala.collection.mutable.StringBuilder::append (14 bytes)
                                    x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                                                  x@ 2   scala.collection.TraversableOnce$$anonfun$reversed$1::apply (22 bytes)   inline (hot)
                                x@ 15   scala.collection.immutable.List::$colon$colon (10 bytes)   inline (hot)
                                  x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)   inline (hot)
                                    x@ 11   scala.collection.immutable.List::<init> (37 bytes)   inline (hot)
                                      x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                        x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                          x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                            x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                            x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                            x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                            x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                            x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                            x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                            x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                          x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                          x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                          x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                        x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                        x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                        x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                        x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                        x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                        x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                                      x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                                      x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                      x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                                      x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
x@ 5   java.lang.String::valueOf (14 bytes)
                                      x@ 10   java.lang.String::toString (2 bytes)
                                    x@ 8   java.lang.StringBuilder::append (8 bytes)
                                      x@ 2   java.lang.AbstractStringBuilder::append (48 bytes)   callee is too large
                                  x@ 23   scala.collection.mutable.StringBuilder::toString (8 bytes)
                                    x@ 1   scala.collection.mutable.StringBuilder::underlying (5 bytes)
                                    x@ 4   java.lang.StringBuilder::toString (17 bytes)
                                      x@ 13   java.lang.String::<init> (67 bytes)   callee is too large
                                  x@ 26   java.lang.IllegalArgumentException::<init> (6 bytes)   don't inline Throwable constructors
                              x@ 11   scala.collection.immutable.Range::numRangeElements (5 bytes)
                              x@ 33   scala.collection.immutable.Range::start (5 bytes)
                              x@ 37   scala.collection.immutable.Range::step (5 bytes)
                              x@ 22   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                                x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
                              x@ 25   java.lang.Integer::toString (8 bytes)
                                x@ 4   java.lang.Integer::toString (48 bytes)   callee is too large
  11047  291       2       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (9 bytes)   made not entrant
                              x@ 28  java/lang/IndexOutOfBoundsException::<init> (not loaded)   not inlineable
  11061  303 %     3       scala.collection.Iterator$class::foreach @ 0 (26 bytes)
                              x@ 1   scala.collection.Iterator::hasNext (0 bytes)   not inlineable
                              x@ 11   scala.collection.Iterator::next (0 bytes)   not inlineable
                              x@ 16   scala.Function1::apply (0 bytes)   not inlineable
  11068  292       2       scala.collection.TraversableOnce$$anonfun$reversed$1::apply (22 bytes)
                              x@ 15   scala.collection.immutable.List::$colon$colon (10 bytes)
                                x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)
                                  x@ 11   scala.collection.immutable.List::<init> (37 bytes)   callee is too large
  11072  304       3       scala.collection.Iterator$class::foreach (26 bytes)
                              x@ 1   scala.collection.Iterator::hasNext (0 bytes)   not inlineable
                              x@ 11   scala.collection.Iterator::next (0 bytes)   not inlineable
                              x@ 16   scala.Function1::apply (0 bytes)   not inlineable
  11078  228       3       scala.collection.generic.Growable$$anonfun$$plus$plus$eq$1::apply (11 bytes)
                              x@ 5   scala.collection.generic.Growable::$plus$eq (0 bytes)   not inlineable
  11080  305 %     4       scala.collection.Iterator$class::foreach @ 0 (26 bytes)
  11108  306       3       scala.runtime.BoxesRunTime::unboxToInt (16 bytes)
                              x@ 12   java.lang.Integer::intValue (5 bytes)
  11111  312       4       scala.collection.immutable.$colon$colon::tail (5 bytes)
                              x@ 1   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)   inline (hot)
  11114  152       3       scala.collection.immutable.$colon$colon::tail (5 bytes)   made not entrant
  11114  311       3       brique.TCons::<init> (15 bytes)
  11114  313       4       scala.runtime.BoxesRunTime::unboxToInt (16 bytes)
                              x@ 11   brique.TList::<init> (5 bytes)
                                x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 12   java.lang.Integer::intValue (5 bytes)   inline (hot)
  11117  306       3       scala.runtime.BoxesRunTime::unboxToInt (16 bytes)   made not entrant
  11117  308       2       scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)
  11117  314       4       brique.TCons::<init> (15 bytes)
                              x@ 6   scala.Function2::apply (0 bytes)   not inlineable
                              x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
  11120  307       2       brique.TList::<init> (5 bytes)
  11121  311       3       brique.TCons::<init> (15 bytes)   made not entrant
                              x@ 1   java.lang.Object::<init> (1 bytes)
  11122  315       4       scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)
  11122  310       2       brique.Test$$anonfun$1::apply (13 bytes)
                              x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                                x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
                              x@ 9   brique.TCons::<init> (15 bytes)
                                x@ 11   brique.TList::<init> (5 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
  11126  309       2       brique.Test$$anonfun$1::apply (13 bytes)
                              x@ 2   scala.runtime.BoxesRunTime::unboxToInt (16 bytes)
                                x@ 12   java.lang.Integer::intValue (5 bytes)
                              x@ 9   brique.Test$$anonfun$1::apply (13 bytes)
                                x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)
                                  x@ 1   java.lang.Integer::valueOf (54 bytes)   callee is too large
                                x@ 9   brique.TCons::<init> (15 bytes)
                                  x@ 11   brique.TList::<init> (5 bytes)
                                    x@ 1   java.lang.Object::<init> (1 bytes)
  11128  316       4       brique.Test$$anonfun$1::apply (13 bytes)
                              x@ 6   brique.Test$$anonfun$1::apply (13 bytes)   inline (hot)
                               \-> TypeProfile (12047/12047 counts) = brique/Test$$anonfun$1
                                x@ 2   scala.runtime.BoxesRunTime::unboxToInt (16 bytes)   inline (hot)
                                  x@ 12   java.lang.Integer::intValue (5 bytes)   inline (hot)
                                x@ 9   brique.Test$$anonfun$1::apply (13 bytes)   inline (hot)
                                  x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                    x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                      x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                        x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                          x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                  x@ 9   brique.TCons::<init> (15 bytes)   inline (hot)
                                    x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                      x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 1   scala.collection.IndexedSeqLike$Elements::hasNext (17 bytes)   inline (hot)
                               \-> TypeProfile (209097/209097 counts) = scala/collection/IndexedSeqLike$Elements
                                x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                              x@ 11   scala.collection.IndexedSeqLike$Elements::next (55 bytes)   inline (hot)
                                x@ 1   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                                x@ 14   scala.collection.Iterator$::empty (5 bytes)   inline (hot)
                                x@ 30   scala.collection.IndexedSeqLike$Elements::scala$collection$IndexedSeqLike$Elements$$$outer (5 bytes)   inline (hot)
                                x@ 34   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                                x@ 37   scala.collection.immutable.Range::apply (9 bytes)   inline (hot)
                                 \-> TypeProfile (10100/10100 counts) = scala/collection/immutable/Range$Inclusive
                                  x@ 2   scala.collection.immutable.Range::apply (6 bytes)   inline (hot)
                                    x@ 2   scala.collection.immutable.Range::apply$mcII$sp (44 bytes)   inline (hot)
                                      x@ 1   scala.collection.immutable.Range::scala$collection$immutable$Range$$validateMaxLength (14 bytes)   inline (hot)
                                        x@ 1   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                        x@ 9   scala.collection.immutable.Range::fail (30 bytes)   never executed
                                      x@ 11   scala.collection.immutable.Range::numRangeElements (5 bytes)   inline (hot)
                                      x@ 33   scala.collection.immutable.Range::start (5 bytes)   inline (hot)
                                      x@ 37   scala.collection.immutable.Range::step (5 bytes)   inline (hot)
                                  x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                    x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                      x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                        x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                          x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                x@ 45   scala.collection.IndexedSeqLike$Elements::index (5 bytes)   inline (hot)
                                x@ 50   scala.collection.IndexedSeqLike$Elements::index_$eq (6 bytes)   inline (hot)
                              x@ 16   scala.collection.TraversableOnce$$anonfun$reversed$1::apply (9 bytes)   inline (hot)
                               \-> TypeProfile (209097/209097 counts) = scala/collection/TraversableOnce$$anonfun$reversed$1
                                x@ 2   scala.collection.TraversableOnce$$anonfun$reversed$1::apply (22 bytes)   inline (hot)
                                  x@ 15   scala.collection.immutable.List::$colon$colon (10 bytes)   inline (hot)
                                    x@ 6   scala.collection.immutable.$colon$colon::<init> (15 bytes)   inline (hot)
                                      x@ 11   scala.collection.immutable.List::<init> (37 bytes)   inline (hot)
                                        x@ 1   scala.collection.AbstractSeq::<init> (29 bytes)   inline (hot)
                                          x@ 1   scala.collection.AbstractIterable::<init> (17 bytes)   inline (hot)
                                            x@ 1   scala.collection.AbstractTraversable::<init> (29 bytes)   inline (hot)
                                              x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                              x@ 5   scala.collection.TraversableOnce$class::$init$ (1 bytes)   inline (hot)
                                              x@ 9   scala.collection.Parallelizable$class::$init$ (1 bytes)   inline (hot)
                                              x@ 13   scala.collection.TraversableLike$class::$init$ (1 bytes)   inline (hot)
                                              x@ 17   scala.collection.generic.GenericTraversableTemplate$class::$init$ (1 bytes)   inline (hot)
                                              x@ 21   scala.collection.GenTraversable$class::$init$ (1 bytes)   inline (hot)
                                              x@ 25   scala.collection.Traversable$class::$init$ (1 bytes)   inline (hot)
                                            x@ 5   scala.collection.GenIterable$class::$init$ (1 bytes)   inline (hot)
                                            x@ 9   scala.collection.IterableLike$class::$init$ (1 bytes)   inline (hot)
                                            x@ 13   scala.collection.Iterable$class::$init$ (1 bytes)   inline (hot)
                                          x@ 5   scala.Function1$class::$init$ (1 bytes)   inline (hot)
                                          x@ 9   scala.PartialFunction$class::$init$ (1 bytes)   inline (hot)
                                          x@ 13   scala.collection.GenSeqLike$class::$init$ (1 bytes)   inline (hot)
                                          x@ 17   scala.collection.GenSeq$class::$init$ (1 bytes)   inline (hot)
                                          x@ 21   scala.collection.SeqLike$class::$init$ (1 bytes)   inline (hot)
                                          x@ 25   scala.collection.Seq$class::$init$ (1 bytes)   inline (hot)
                                        x@ 5   scala.collection.immutable.Traversable$class::$init$ (1 bytes)   inline (hot)
                                        x@ 9   scala.collection.immutable.Iterable$class::$init$ (1 bytes)   inline (hot)
                                        x@ 13   scala.collection.immutable.Seq$class::$init$ (1 bytes)   inline (hot)
                                        x@ 17   scala.collection.LinearSeqLike$class::$init$ (1 bytes)   inline (hot)
                                        x@ 21   scala.collection.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                        x@ 25   scala.collection.immutable.LinearSeq$class::$init$ (1 bytes)   inline (hot)
                                        x@ 29   scala.Product$class::$init$ (1 bytes)   inline (hot)
                                        x@ 33   scala.collection.LinearSeqOptimized$class::$init$ (1 bytes)   inline (hot)
                              x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                  x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                    x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                      x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 9   brique.TCons::<init> (15 bytes)   inline (hot)
                                x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
  11139  308       2       scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)   made not entrant
  11140  317       4       brique.Test$$anonfun$1::apply (13 bytes)
  11141  318 %     3       scala.collection.LinearSeqOptimized$class::foldLeft @ 5 (47 bytes)
  11141  310       2       brique.Test$$anonfun$1::apply (13 bytes)   made not entrant
                              x@ 7   scala.collection.LinearSeqOptimized::isEmpty (0 bytes)   not inlineable
                              x@ 21   scala.collection.LinearSeqOptimized::head (0 bytes)   not inlineable
                              x@ 26   scala.Function2::apply (0 bytes)   not inlineable
                              x@ 34   scala.collection.GenTraversableLike::tail (0 bytes)   not inlineable
                              x@ 2   scala.runtime.BoxesRunTime::unboxToInt (16 bytes)   inline (hot)
                                x@ 12   java.lang.Integer::intValue (5 bytes)   inline (hot)
                              x@ 9   brique.Test$$anonfun$1::apply (13 bytes)   inline (hot)
                                x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                    x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                      x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                        x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                x@ 9   brique.TCons::<init> (15 bytes)   inline (hot)
                                  x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                    x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
  11151  319 %     4       scala.collection.LinearSeqOptimized$class::foldLeft @ 5 (47 bytes)
  11157  309       2       brique.Test$$anonfun$1::apply (13 bytes)   made not entrant
  11169  303 %     3       scala.collection.Iterator$class::foreach @ -2 (26 bytes)   made not entrant
                              x@ 7   scala.collection.immutable.$colon$colon::isEmpty (2 bytes)   inline (hot)
                               \-> TypeProfile (6998/6998 counts) = scala/collection/immutable/$colon$colon
                              x@ 21   scala.collection.immutable.$colon$colon::head (5 bytes)   inline (hot)
                              x@ 26   scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)   inline (hot)
                               \-> TypeProfile (6998/6998 counts) = scala/collection/TraversableOnce$$anonfun$foldRight$1
                                x@ 6   brique.Test$$anonfun$1::apply (13 bytes)   inline (hot)
                                 \-> TypeProfile (12085/12085 counts) = brique/Test$$anonfun$1
                                  x@ 2   scala.runtime.BoxesRunTime::unboxToInt (16 bytes)   inline (hot)
                                    x@ 12   java.lang.Integer::intValue (5 bytes)   inline (hot)
                                  x@ 9   brique.Test$$anonfun$1::apply (13 bytes)   inline (hot)
                                    x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                      x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                        x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                          x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                            x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                    x@ 9   brique.TCons::<init> (15 bytes)   inline (hot)
                                      x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                        x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 34   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                x@ 1   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                  x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)   inline (hot)
  11185  318 %     3       scala.collection.LinearSeqOptimized$class::foldLeft @ -2 (47 bytes)   made not entrant
  11185  320       4       scala.collection.LinearSeqOptimized$class::foldLeft (47 bytes)
DEOPT PACKING thread 0x00007fcb8800e800 Deoptimized frame (sp=0x00007fcb903c06a0 unextended sp=0x00007fcb903c06a0, fp=0x00007fcb903c0778, pc=0x00007fcb782117a3)
     nmethod  11186  318 %     3       scala.collection.LinearSeqOptimized$class::foldLeft @ -2 (47 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007fcb903c06a0, unextended_sp=0x00007fcb903c06a0, fp=0x00007fcb903c0778, pc=0x00007fcb782117a3)
scala.collection.LinearSeqOptimized$class.foldLeft(LinearSeqOptimized.scala:111) - goto @ bci 44 
     Created vframeArray 0x00007fcb88434318
DEOPT UNPACKING thread 0x00007fcb8800e800 vframeArray 0x00007fcb88434318 mode 0
     {method} 'foldLeft' '(Lscala/collection/LinearSeqOptimized;Ljava/lang/Object;Lscala/Function2;)Ljava/lang/Object;' in 'scala/collection/LinearSeqOptimized$class' - goto @ bci 44 sp = 0x00007fcb903c06c0
Uncommon trap occurred in scala.collection.LinearSeqOptimized$class::foldLeft (@0x00007fcb78212e88) thread=140512274949888 reason=class_check action=maybe_recompile unloaded_class_index=-1
DEOPT PACKING thread 0x00007fcb8800e800 Compiled frame (sp=0x00007fcb903c06d0 unextended sp=0x00007fcb903c06d0, fp=0x00000007dae16650, pc=0x00007fcb78212e88)
     nmethod  11197  319 %     4       scala.collection.LinearSeqOptimized$class::foldLeft @ 5 (47 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007fcb903c06d0, unextended_sp=0x00007fcb903c06d0, fp=0x00000007dae16650, pc=0x00007fcb78212e88)
scala.collection.LinearSeqOptimized$class.foldLeft(LinearSeqOptimized.scala:109) - invokeinterface @ bci 7 
     Created vframeArray 0x00007fcb884355d8
DEOPT UNPACKING thread 0x00007fcb8800e800 vframeArray 0x00007fcb884355d8 mode 2
     {method} 'foldLeft' '(Lscala/collection/LinearSeqOptimized;Ljava/lang/Object;Lscala/Function2;)Ljava/lang/Object;' in 'scala/collection/LinearSeqOptimized$class' - invokeinterface @ bci 7 sp = 0x00007fcb903c06b8
  11199  321       1       brique.TCons::head (5 bytes)
  11200  322       1       brique.TCons::tail (5 bytes)
                              x@ 7   scala.collection.immutable.$colon$colon::isEmpty (2 bytes)   inline (hot)
                               \-> TypeProfile (510976/510976 counts) = scala/collection/immutable/$colon$colon
                              x@ 21   scala.collection.immutable.$colon$colon::head (5 bytes)   inline (hot)
                               \-> TypeProfile (510976/510976 counts) = scala/collection/immutable/$colon$colon
                              x@ 26   scala.collection.TraversableOnce$$anonfun$foldRight$1::apply (12 bytes)   inline (hot)
                               \-> TypeProfile (510976/510976 counts) = scala/collection/TraversableOnce$$anonfun$foldRight$1
                                x@ 6   brique.Test$$anonfun$1::apply (13 bytes)   inline (hot)
                                 \-> TypeProfile (12085/12085 counts) = brique/Test$$anonfun$1
                                  x@ 2   scala.runtime.BoxesRunTime::unboxToInt (16 bytes)   inline (hot)
                                    x@ 12   java.lang.Integer::intValue (5 bytes)   inline (hot)
                                  x@ 9   brique.Test$$anonfun$1::apply (13 bytes)   inline (hot)
                                    x@ 5   scala.runtime.BoxesRunTime::boxToInteger (5 bytes)   inline (hot)
                                      x@ 1   java.lang.Integer::valueOf (54 bytes)   inline (hot)
                                        x@ 50   java.lang.Integer::<init> (10 bytes)   inline (hot)
                                          x@ 1   java.lang.Number::<init> (5 bytes)   inline (hot)
                                            x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                                    x@ 9   brique.TCons::<init> (15 bytes)   inline (hot)
                                      x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                        x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 34   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                x@ 1   scala.collection.immutable.$colon$colon::tail (5 bytes)   inline (hot)
                                  x@ 1   scala.collection.immutable.$colon$colon::tl (5 bytes)   inline (hot)
                              x@ 7   scala.collection.immutable.$colon$colon::isEmpty (2 bytes)   inline (hot)
                               \-> TypeProfile (510976/510976 counts) = scala/collection/immutable/$colon$colon
  11208  323 %     3       brique.TList::reverse @ 10 (55 bytes)
                              x@ 4   brique.TNil::<init> (5 bytes)
                                x@ 1   brique.TList::<init> (5 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 31   brique.TCons::head (5 bytes)
                              x@ 35   brique.TCons::<init> (15 bytes)
                                x@ 11   brique.TList::<init> (5 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 41   brique.TCons::tail (5 bytes)
  11222  324       3       brique.TList::reverse (55 bytes)
                              x@ 4   brique.TNil::<init> (5 bytes)
                                x@ 1   brique.TList::<init> (5 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 31   brique.TCons::head (5 bytes)
                              x@ 35   brique.TCons::<init> (15 bytes)
                                x@ 11   brique.TList::<init> (5 bytes)
                                  x@ 1   java.lang.Object::<init> (1 bytes)
                              x@ 41   brique.TCons::tail (5 bytes)
  11235  325 %     4       brique.TList::reverse @ 10 (55 bytes)
                              x@ 31   brique.TCons::head (5 bytes)   inline (hot)
                              x@ 35   brique.TCons::<init> (15 bytes)   inline (hot)
                                x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 41   brique.TCons::tail (5 bytes)   inline (hot)
  11248  323 %     3       brique.TList::reverse @ -2 (55 bytes)   made not entrant
  11249  326       4       brique.TList::reverse (55 bytes)
DEOPT PACKING thread 0x00007fcb8800e800 Deoptimized frame (sp=0x00007fcb903c08a0 unextended sp=0x00007fcb903c08a0, fp=0x00007fcb903c0980, pc=0x00007fcb7821870f)
     nmethod  11249  324       3       brique.TList::reverse (55 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007fcb903c08a0, unextended_sp=0x00007fcb903c08a0, fp=0x00007fcb903c0980, pc=0x00007fcb7821870f)
brique.TList.reverse(gh-bug-188.scala:17) - goto @ bci 50 
     Created vframeArray 0x00007fcb88434318
DEOPT UNPACKING thread 0x00007fcb8800e800 vframeArray 0x00007fcb88434318 mode 0
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList' - goto @ bci 50 sp = 0x00007fcb903c08b8
                              x@ 4   brique.TNil::<init> (5 bytes)   inline (hot)
                                x@ 1   brique.TList::<init> (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 31   brique.TCons::head (5 bytes)   inline (hot)
                              x@ 35   brique.TCons::<init> (15 bytes)   inline (hot)
                                x@ 11   brique.TList::<init> (5 bytes)   inline (hot)
                                  x@ 1   java.lang.Object::<init> (1 bytes)   inline (hot)
                              x@ 41   brique.TCons::tail (5 bytes)   inline (hot)
  11263  324       3       brique.TList::reverse (55 bytes)   made not entrant
Uncommon trap occurred in brique.TList::reverse (@0x00007fcb78217618) thread=140512274949888 reason=class_check action=maybe_recompile unloaded_class_index=-1
DEOPT PACKING thread 0x00007fcb8800e800 Compiled frame (sp=0x00007fcb903c0900 unextended sp=0x00007fcb903c0900, fp=0x00000007ddbdd4d0, pc=0x00007fcb78217618)
     nmethod  11267  325 %     4       brique.TList::reverse @ 10 (55 bytes)

     Virtual frames (innermost first):
        0 - frame( sp=0x00007fcb903c0900, unextended_sp=0x00007fcb903c0900, fp=0x00000007ddbdd4d0, pc=0x00007fcb78217618)
brique.TList.reverse(gh-bug-188.scala:17) - instanceof @ bci 13 
     Created vframeArray 0x00007fcb884355d8
DEOPT UNPACKING thread 0x00007fcb8800e800 vframeArray 0x00007fcb884355d8 mode 2
     {method} 'reverse' '()Lbrique/TList;' in 'brique/TList' - instanceof @ bci 13 sp = 0x00007fcb903c08b0
  21180  159       3       java.lang.ThreadLocal::get (34 bytes)   made not entrant
  21180  162       3       java.lang.StringCoding::deref (19 bytes)   made not entrant
9971 ms for 100 iterations
  28566  327       3       sun.misc.VM::addFinalRefCount (24 bytes)
  28569   11       3       java.lang.String::indexOf (70 bytes)   made zombie
6641 ms for 100 iterations
9002 ms for 100 iterations
8871 ms for 100 iterations
6749 ms for 100 iterations
6421 ms for 100 iterations
8004 ms for 100 iterations
3333 ms for 100 iterations
5133 ms for 100 iterations
6375 ms for 100 iterations
3227 ms for 100 iterations
4824 ms for 100 iterations
 135209  328       3       java.lang.String::toString (2 bytes)
 138939   32       3       java.lang.String::indexOf (7 bytes)   made zombie
4806 ms for 100 iterations
5282 ms for 100 iterations
4732 ms for 100 iterations
 161160  329       1       java.nio.Buffer::position (5 bytes)
 164751   43       3       scala.collection.TraversableOnce$class::$init$ (1 bytes)   made zombie
 164751   44       3       scala.collection.Parallelizable$class::$init$ (1 bytes)   made zombie
 164751   45       3       scala.collection.TraversableLike$class::$init$ (1 bytes)   made zombie
 164751   46       3       scala.PartialFunction$class::$init$ (1 bytes)   made zombie
 164751   48       3       scala.Function1$class::$init$ (1 bytes)   made zombie
5389 ms for 100 iterations
4705 ms for 100 iterations
5533 ms for 100 iterations
5922 ms for 100 iterations
4933 ms for 100 iterations
 205829  330       1       java.nio.Buffer::limit (5 bytes)
 209481   66       3       scala.collection.IterableLike$class::$init$ (1 bytes)   made zombie
 209481   69       3       scala.collection.AbstractTraversable::<init> (29 bytes)   made zombie
4958 ms for 100 iterations
5211 ms for 100 iterations
4922 ms for 100 iterations
5260 ms for 100 iterations 240889  331       3      
 java.lang.AbstractStringBuilder::expandCapacity (50 bytes)
                              x@ 30   java.lang.OutOfMemoryError::<init> (5 bytes)   don't inline Throwable constructors
                              x@ 43   java.util.Arrays::copyOf (19 bytes)
                                x@ 11   java.lang.Math::min (11 bytes)
                                x@ 14   java.lang.System::arraycopy (0 bytes)   intrinsic
 244687   84       3       scala.collection.BitSetLike$$anon$1::current_$eq (6 bytes)   made zombie
4905 ms for 100 iterations
5361 ms for 100 iterations
4929 ms for 100 iterations 267183 
 332       3       scala.collection.IndexedSeq$class::$init$ (1 bytes)
 270881   96       3       java.lang.Integer::bitCount (49 bytes)   made zombie
5256 ms for 100 iterations
4832 ms for 100 iterations
5300 ms for 100 iterations
done
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment