src/share/vm/prims/jvmtiExport.cpp

changeset 8368
32b682649973
parent 7812
3c8b53552a43
child 8415
d109bda16490
     1.1 --- a/src/share/vm/prims/jvmtiExport.cpp	Mon Jan 11 13:41:45 2016 -0800
     1.2 +++ b/src/share/vm/prims/jvmtiExport.cpp	Fri Jan 15 22:33:15 2016 +0000
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2003, 2014, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2003, 2016, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -1586,7 +1586,7 @@
    1.11    address location, KlassHandle field_klass, Handle object, jfieldID field,
    1.12    char sig_type, jvalue *value) {
    1.13  
    1.14 -  if (sig_type == 'I' || sig_type == 'Z' || sig_type == 'C' || sig_type == 'S') {
    1.15 +  if (sig_type == 'I' || sig_type == 'Z' || sig_type == 'B' || sig_type == 'C' || sig_type == 'S') {
    1.16      // 'I' instructions are used for byte, char, short and int.
    1.17      // determine which it really is, and convert
    1.18      fieldDescriptor fd;

mercurial