Skip to content

Instantly share code, notes, and snippets.

Compiled method (c2) 314 332 4 io.airlift.slice.Junk::sliceUnchecked (28 bytes)
total in heap [0x0000000105d41fd0,0x0000000105d422b0] = 736
relocation [0x0000000105d420f8,0x0000000105d42108] = 16
main code [0x0000000105d42120,0x0000000105d42180] = 96
stub code [0x0000000105d42180,0x0000000105d42198] = 24
oops [0x0000000105d42198,0x0000000105d421a0] = 8
metadata [0x0000000105d421a0,0x0000000105d421b0] = 16
scopes data [0x0000000105d421b0,0x0000000105d421f8] = 72
scopes pcs [0x0000000105d421f8,0x0000000105d42298] = 160
dependencies [0x0000000105d42298,0x0000000105d422a0] = 8
Compiled method (c2) 352 326 4 io.airlift.slice.Junk::rawArrayAccess (24 bytes)
total in heap [0x00000001049425d0,0x00000001049428a0] = 720
relocation [0x00000001049426f8,0x0000000104942708] = 16
main code [0x0000000104942720,0x0000000104942780] = 96
stub code [0x0000000104942780,0x0000000104942798] = 24
oops [0x0000000104942798,0x00000001049427a0] = 8
metadata [0x00000001049427a0,0x00000001049427a8] = 8
scopes data [0x00000001049427a8,0x00000001049427e8] = 64
scopes pcs [0x00000001049427e8,0x0000000104942888] = 160
dependencies [0x0000000104942888,0x0000000104942890] = 8
Compiled method (c2) 381 330 4 io.airlift.slice.Junk::sliceUnchecked (28 bytes)
total in heap [0x0000000109144790,0x0000000109144ad0] = 832
relocation [0x00000001091448b8,0x00000001091448c8] = 16
main code [0x00000001091448e0,0x0000000109144960] = 128
stub code [0x0000000109144960,0x0000000109144978] = 24
oops [0x0000000109144978,0x0000000109144980] = 8
metadata [0x0000000109144980,0x0000000109144990] = 16
scopes data [0x0000000109144990,0x00000001091449e8] = 88
scopes pcs [0x00000001091449e8,0x0000000109144ab8] = 208
dependencies [0x0000000109144ab8,0x0000000109144ac0] = 8
Compiled method (c2) 362 311 4 io.airlift.slice.Junk::rawArrayAccess (24 bytes)
total in heap [0x000000010f53af90,0x000000010f53b420] = 1168
relocation [0x000000010f53b0b8,0x000000010f53b0c8] = 16
main code [0x000000010f53b0e0,0x000000010f53b260] = 384
stub code [0x000000010f53b260,0x000000010f53b278] = 24
oops [0x000000010f53b278,0x000000010f53b280] = 8
metadata [0x000000010f53b280,0x000000010f53b288] = 8
scopes data [0x000000010f53b288,0x000000010f53b2d8] = 80
scopes pcs [0x000000010f53b2d8,0x000000010f53b408] = 304
dependencies [0x000000010f53b408,0x000000010f53b410] = 8
/*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Benchmark (size) Mode Samples Score Score error Units
i.a.s.BenchmarkSliceInputRead.basicSliceInput 8192 thrpt 10 72173.456 2869.535 ops/s
i.a.s.BenchmarkSliceInputRead.basicSliceInput:megabytes 8192 thrpt 10 562.989 22.196 ops/s
i.a.s.BenchmarkSliceInputRead.rawArrayAccess 8192 thrpt 10 361511.797 13774.279 ops/s
i.a.s.BenchmarkSliceInputRead.rawArrayAccess:megabytes 8192 thrpt 10 2823.578 107.223 ops/s
i.a.s.BenchmarkSliceInputRead.sliceChecked 8192 thrpt 10 70297.713 2025.842 ops/s
i.a.s.BenchmarkSliceInputRead.sliceChecked:megabytes 8192 thrpt 10 548.430 15.993 ops/s
i.a.s.BenchmarkSliceInputRead.sliceUnchecked 8192 thrpt 10 84695.382 2942.664 ops/s
i.a.s.BenchmarkSliceInputRead.sliceUnchecked:megabytes 8192 thrpt 10 6
java.lang.Throwable
at org.eclipse.jetty.server.AsyncContextState.reset(AsyncContextState.java:184)
at org.eclipse.jetty.server.Request.recycle(Request.java:1829)
at org.eclipse.jetty.server.HttpChannel.recycle(HttpChannel.java:248)
at org.eclipse.jetty.server.HttpChannelOverHttp.recycle(HttpChannelOverHttp.java:78)
at org.eclipse.jetty.server.HttpConnection.onCompleted(HttpConnection.java:412)
at org.eclipse.jetty.server.HttpChannel.onCompleted(HttpChannel.java:611)
at org.eclipse.jetty.server.HttpChannel.handle(HttpChannel.java:442)
at org.eclipse.jetty.server.HttpChannel.run(HttpChannel.java:262)
at org.eclipse.jetty.server.handler.ContextHandler.handle(ContextHandler.java:1266)
2016-04-01 06:22:08 SEVERE Error while closing the output stream in order to commit response.
java.lang.IllegalStateException: AsyncContext completed and/or Request lifecycle recycled
at org.eclipse.jetty.server.AsyncContextState.state(AsyncContextState.java:55)
at org.eclipse.jetty.server.AsyncContextState.complete(AsyncContextState.java:100)
at io.airlift.jaxrs.ServletAsyncContextDelegateProvider$ServletAsyncContextDelegate.complete(ServletAsyncContextDelegateProvider.java:61)
at org.glassfish.jersey.servlet.internal.ResponseWriter.commit(ResponseWriter.java:210)
at org.glassfish.jersey.server.ContainerResponse.close(ContainerResponse.java:413)
at org.glassfish.jersey.server.ServerRuntime$Responder.writeResponse(ServerRuntime.java:691)
at org.glassfish.jersey.server.ServerRuntime$Responder.processResponse(ServerRuntime.java:377)
at org.glassfish.jersey.server.ServerRuntime$Responder.process(ServerRuntime.java:367)
2016-04-01 06:19:48 SEVERE Error while closing the output stream in order to commit response.
java.lang.IllegalArgumentException: setContentLength(7348) when already written 17138
at org.eclipse.jetty.server.Response.setContentLength(Response.java:940)
at javax.servlet.ServletResponseWrapper.setContentLength(ServletResponseWrapper.java:161)
at org.glassfish.jersey.servlet.internal.ResponseWriter.writeResponseStatusAndHeaders(ResponseWriter.java:142)
at org.glassfish.jersey.server.ServerRuntime$Responder$1.getOutputStream(ServerRuntime.java:611)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commitStream(CommittingOutputStream.java:200)
at org.glassfish.jersey.message.internal.CommittingOutputStream.flushBuffer(CommittingOutputStream.java:305)
at org.glassfish.jersey.message.internal.CommittingOutputStream.commit(CommittingOutputStream.java:261)
at org.glassfish.jersey.message.internal.CommittingOutputStream.close(CommittingOutputStream.java:276)
#
# Automatically generated file; DO NOT EDIT.
# Linux/arm 4.2.0 Kernel Configuration
#
CONFIG_ARM=y
CONFIG_ARM_HAS_SG_CHAIN=y
CONFIG_MIGHT_HAVE_PCI=y
CONFIG_SYS_SUPPORTS_APM_EMULATION=y
CONFIG_HAVE_PROC_CPU=y
CONFIG_NO_IOPORT_MAP=y