summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
author Islam Elbanna <islamelbanna@google.com> 2024-11-29 17:32:30 +0000
committer Islam Elbanna <islamelbanna@google.com> 2024-12-02 14:39:59 +0000
commit5b9716f84db8bc3612f1344daccfb412a9c1422d (patch)
treef6dd2daafe701fe05d7bcb6764a6a83c7c8a2379 /build
parentdd303e6a584f9fb09813ec4b643261c2b33b0b53 (diff)
Add back HeapByteBuffer related unchecked methods.
This is a partial revert to http://ag/29953064, since it could be related to the regression at b/375446369 Bug: 375446369 Change-Id: I6d72f07fbe16430ddc0d8f1ed0dd19503bd761ba Test: m
Diffstat (limited to 'build')
-rw-r--r--build/boot/boot-image-profile.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/build/boot/boot-image-profile.txt b/build/boot/boot-image-profile.txt
index 351d83c37e..1fd2cbf5e6 100644
--- a/build/boot/boot-image-profile.txt
+++ b/build/boot/boot-image-profile.txt
@@ -3680,7 +3680,9 @@ HSPLjava/nio/HeapByteBuffer;->put(Ljava/nio/ByteBuffer;)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->put([BII)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putChar(C)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putCharUnchecked(IC)V
+HSPLjava/nio/HeapByteBuffer;->putDoubleUnchecked(ID)V
HSPLjava/nio/HeapByteBuffer;->putFloat(F)Ljava/nio/ByteBuffer;
+HSPLjava/nio/HeapByteBuffer;->putFloatUnchecked(IF)V
HSPLjava/nio/HeapByteBuffer;->putInt(I)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putInt(II)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putIntUnchecked(II)V
@@ -3689,6 +3691,7 @@ HSPLjava/nio/HeapByteBuffer;->putLong(J)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putLongUnchecked(IJ)V
HSPLjava/nio/HeapByteBuffer;->putShort(IS)Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->putShort(S)Ljava/nio/ByteBuffer;
+HSPLjava/nio/HeapByteBuffer;->putShortUnchecked(IS)V
HSPLjava/nio/HeapByteBuffer;->slice()Ljava/nio/ByteBuffer;
HSPLjava/nio/HeapByteBuffer;->throwIfReadOnly()V
HSPLjava/nio/HeapCharBuffer;-><init>(II)V